JUSMUGEN community

Would you like to react to this message? Create an account in a few clicks or log in to continue.

2 posters

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW

    Xzest
    Xzest


    Gender : Male Posts : 29
    Join date : 2023-08-19

    mugen tools [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW

    Post by Xzest Mon Aug 28, 2023 1:00 pm


    Hello guys I would like to present a tool develop by my team to help your life easier.

    :.LCS 1.0.:
    Character and Stage Lister

    Type: Free Software

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW VUDF7RN

    LCS is a program designed to arrange the names of characters and stages within the MUGEN program in alphabetical order. It creates .txt files in the target folders.

    Suitable for those who need to manage credits, character creators, and stages when working with MUGEN games. If a game has a small number of characters, manually organizing their names and the names of stages might not be difficult. However, when dealing with a large number of characters, manually organizing them could become quite cumbersome.

    The LCS program, or the "Character and Stage Lister," offers a solution to speed up this process.

    System Requirements:

    -Microsoft Windows with Microsoft .NET Framework installed.

    Usage:

    -Double-click the LCS.exe file to open the program.
    -In the Options section, there are two choices: Chars and Stages. Choose Chars to arrange character names or Stages to arrange stage names.
    -The Uppercase section is for automatically converting the first letter of each name to uppercase. If you don't want this, uncheck the box.
    -In the Location section, click on the folder icon and navigate to the directory where character or stage files are stored for the MUGEN program. Alternatively, copy the LCS program into the target directory. The program will automatically detect the files.

    For characters, they are usually stored in the "Chars" folder of the MUGEN program directory,
    -For Example-
    C:\mugen-1.1b1\chars.
    After selecting the appropriate option, click the "Generate" button. The program will create a .txt file with the sorted character names in the "Chars" folder. The file will contain the Author's name alongside each character's name.

    For stages, they are usually stored in the "Stages" folder of the MUGEN program directory,

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW TluEYmU

    -For Example-
    C:\mugen-1.1b1\Stages. Similar to the characters, select the "Stages" option, click "Generate," and the program will create a .txt file with the sorted stage names in the "Stages" folder.

    Note:

    -If you generate again, the program won't overwrite the original .txt files but will create new ones (e.g., Chars.txt, Chars01.txt, Chars02.txt).

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW 9BWLAgB
    -Character files must be in folders and not in zip format. The .def file of a character must have the same name as the character's folder.
    -If a character's .txt file contains the text "error_of_directory," it indicates a mismatch between the folder and .def file names.
    -If a .def file doesn't specify the creator's name, the .txt file will only include the character's or stage's name.

    -After generating, a Log.txt file will be created. If you generate again, the program won't create a new Log.txt file. Instead, it will add new lines to the existing file.

    -In the Pattern section, each command has the following meanings:
    Code:

    #C #N\r\nAuthor by #A\r\n\r\n

    #C Adds a numerical count to the character or stage name. If you don't want this, you can delete it.
    #N Represents the name of the character or stage (do not delete).
    #A Represents the creator's name of the character. If you don't want this, you can delete it.
    \r\n Represents a command to create a new line.
    "Author by" is not a command; it's a text that can be edited.

    For Examples, if you don't want numerical counts and want to change "Author by" to something else:

    #N\r\nCreate by #A\r\n\r\n

    Alternatively, if you only want to include the character or stage names without the creator's name:

    #C #N\r\n\r\n

    LCS program developed by code0x002
    Concept by X Omega
    Logo design, and decoration by Xzest
    28/08/2023

    Include 5 Langauge Readme English , Spanish , French , Italian , Thai.

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW 6v8nwG7

    If you like this tools please support me by
    subscribes my youtube channel
    youtube.com/@AssaultxZone
    and follow my facebook fanpage
    facebook.com/assaultxzone

    If you hosted this tools by yours own link
    please always credit my "Youtube CH" or my "FB Fanpage"

    Thanks
    If anyone  would like to do a how to tutorial video are welcome, you can share the vid here.

    Download Link
    mediafire
    https://www.mediafire.com/file/835vagq913hbsft/LCS1.0.rar
    G-Drive
    https://drive.google.com/file/d/12q5MtCYeY2KBTXQT7vTvsdW-oWNQX5jW/view?usp=sharing






    Last edited by Xzest on Mon Sep 04, 2023 11:01 am; edited 2 times in total

    arikafgc likes this post

    arikafgc
    arikafgc


    Gender : Male Posts : 204
    Join date : 2022-11-24
    Age : 32

    mugen tools Re: [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW

    Post by arikafgc Mon Aug 28, 2023 1:33 pm

    powerup
    Xzest

    Shocked
    Twisted Evil You made our life easier with this tool what a brilliant software tool  Twisted Evil

    Very Happy Thanks Very Happy

    Xzest likes this post

    Xzest
    Xzest


    Gender : Male Posts : 29
    Join date : 2023-08-19

    mugen tools Re: [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW

    Post by Xzest Mon Aug 28, 2023 2:06 pm

    arikafgc wrote:
    powerup
    Xzest

    Shocked
    Twisted Evil You made our life easier with this tool what a brilliant software tool  Twisted Evil

    Very Happy Thanks Very Happy
    I'm Glad that you like it. I love you
    Xzest
    Xzest


    Gender : Male Posts : 29
    Join date : 2023-08-19

    mugen tools Re: [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW

    Post by Xzest Mon Sep 04, 2023 11:00 am

    Guys I have an Update version of LCS

    :.LCS 1.1.:
    Character and Stage Lister

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW BVTTYob

    [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW BhpmI17

    What's new in this version:

    -The program will now detect all Def files in the folder, without the requirement that the Def names must match the folder names. This includes Intro and Ending Def files.
    -Def files without character names and author names will be automatically filtered out and not listed in the credits.
    -When the program finds multiple Def files in a folder, a popup will appear to ask which Def files should be listed.
    -If you don't want to manually select Def files, you can check "Auto Continue" to list all character names and authors automatically.
    -The program can only read Def files located directly within character folders. If you have sub folders, the program won't detect them.
    -For example, if you have a different way of organizing characters, such as having multiple versions of Ryu in separate folders like:
    In your game, you have multiple versions of the character Ryu, each in its own folder, such as:
    Chars/Ryu/CVSRyu/CVSRyu.def
    Chars/Ryu/RyuSFZ/RyuSFZ.def
    Chars/Ryu/RyuSF3/RyuSF3.def
    Chars/Ryu/RyuSF2/RyuSF2.def
    In this example above, the program won't be able to detect them.

    As for the program itself, it is considered to have no further updates planned anymore.
    You can choose to use either version 1.0 or 1.1 according to your preferences and compatibility with your game.

    For Italian French Spanish Thai please read the "New Feature 1.1 Version All Language.txt"

    Download here
    https://www.mediafire.com/file/ypjk5bj6jaoi2qv/LCS1.1.rar

    Sponsored content


    mugen tools Re: [MUGEN Tool]LCS-Character and Stage Lister UPDATE 1.1 Ver. NOW

    Post by Sponsored content


      Current date/time is Wed May 08, 2024 1:43 am