Jump to content

Recommended Posts

I love the game, but wanted to know by the producers of the game, how do I create a new character in the game, already did the basic class but wanted to know how do I make, and other questions which do you used IDE for programming in LUA and how it works the archives of game the example. tex and. fsb and such wanted to know why you do that the game made ​​me want to program.

Edited by WrathOf
fixed title

[MENTION=18982]Toktom[/MENTION]

Support for the creation of all new characters is not available yet. We do not have a way to create and load new animation files and I am not sure about sound files.

For now, you should be able to create the "framework" for a new character but use the existing assets as placeholders until new ones can be made.

My understanding is that they do not use a specific IDE for programming Lua but Kevin uses the 'Sublime Text' editor and 'Decoda' has also been suggested. Regardless, we do not have support for debugging tools at the moment.

Other than those, there is the SciTE program which is included in the Lua for Windows package, an open source program called LuaEdit and of course you can use whatever plain text editor you prefer.

For tex files.....use TEXtool to decompile them to png and TextureConverter to compile png files to tex format. Make sure to use the following command line parameters:

[noparse]textureconverter.exe --swizzle -i "input.png" -o "output.tex" -p opengl -f bc3 --mipmap --premultiply[/noparse]

For fsb files.....take a look at the fmodstudio system they use and a mod called FsbExtractor made for other games to extract the audio in fsb format.

Beyond that, please look at the FAQ for links to other helpful topics on modding this game.

Edited by WrathOf

The maker of the TEXtool is attempting to reverse engineer it but for now we do not have access to that information. The animations are made in Flash and exported to some other format using a custom process is my understanding per this thread....Animation Workflow

Thanks for the informations that you are giving to a Brazilian boy, I was wondering if support pros modders will increase? I'm very happy and I enjoy playing too much but wanted some ideas for my practice in so much that I even had a job to find the business of tuning without coming here in the forum, I do not know practically nothing of LUA, but looking at the codes of game already learned something, and I'm accustomed to creating mods for games, so I can understand why a lot of stuff in real mods I did so for two games in java, but I'm very vested interest in programming is something that I fell in love I'm also waiting for more support pros modders of the game, and also can take a hint, why do not you create a Topic pros modders one where all listed programs which would be required to create a mod, only the programs, and I thank you for your attention very grateful.My English is not the best, but I think that will understand.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...