Toktom Posted March 28, 2013 Share Posted March 28, 2013 (edited) 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 March 28, 2013 by WrathOf fixed title Link to comment https://forums.kleientertainment.com/forums/topic/13492-how-do-i-create-a-new-character-in-the-game-producers-of-the-game-members-read/ Share on other sites More sharing options...
Toktom Posted March 28, 2013 Author Share Posted March 28, 2013 Please help me '-' Link to comment https://forums.kleientertainment.com/forums/topic/13492-how-do-i-create-a-new-character-in-the-game-producers-of-the-game-members-read/#findComment-125248 Share on other sites More sharing options...
WrathOf Posted March 28, 2013 Share Posted March 28, 2013 (edited) [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 March 28, 2013 by WrathOf Link to comment https://forums.kleientertainment.com/forums/topic/13492-how-do-i-create-a-new-character-in-the-game-producers-of-the-game-members-read/#findComment-125393 Share on other sites More sharing options...
Toktom Posted March 28, 2013 Author Share Posted March 28, 2013 Thanks, i'm very happy and how do I open a files with format .bin? Link to comment https://forums.kleientertainment.com/forums/topic/13492-how-do-i-create-a-new-character-in-the-game-producers-of-the-game-members-read/#findComment-125500 Share on other sites More sharing options...
WrathOf Posted March 28, 2013 Share Posted March 28, 2013 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 Link to comment https://forums.kleientertainment.com/forums/topic/13492-how-do-i-create-a-new-character-in-the-game-producers-of-the-game-members-read/#findComment-125540 Share on other sites More sharing options...
Toktom Posted March 28, 2013 Author Share Posted March 28, 2013 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. Link to comment https://forums.kleientertainment.com/forums/topic/13492-how-do-i-create-a-new-character-in-the-game-producers-of-the-game-members-read/#findComment-125564 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now