ShortyIsHere Posted June 7, 2014 Share Posted June 7, 2014 Hello everyone, Just been working hard on kotor 3, got something you guys might like. Fred Tetra's source code, i've tried to get in contact with him but his email is dead so Fred if your looking at this please give me some ideas as to why this code is not compiling. or send me the source would be so much easier anyway guys i've decompiled the kotor tool using .net reflector and i for the hell cant figure it out why its erroring and not compiling as i'm trying to start updating it since fred hasn't done it in a while but ill upload the source for everyone to download, everyone who helps get it to compile and to work will be credit and if you create your own feature let me know asap Good Luck! ShortyIsHere http://www.droitechgames.com http://www.swkotor3.com Updated Links for KotOR Tool Source Code Decompiled into C# Public Directory Directory of Source Code 7z Archive with Password of fredtetra. Source Archive File 7Zip Format. you will also notice i've chucked in the decompiler as well, just use that to de compile the kotor tool exe and extract the source code yourself as well Edit:07:20am Aug 12 On a last note, right now i'm currently working on a utilities box, that will help other modders out in being a whole lot faster to mod. i will have as many tools as i can find bundled into the software, all game specific but hey, if i can refigure the kotor tool source, then perhaps i can rebuild the tool. im still working on that one. Link to comment Share on other sites More sharing options...
Xarwarz Posted June 9, 2014 Share Posted June 9, 2014 Fred has not been around in long time but there does need to be someone to carry on the work and keep the tool in top shape. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted June 10, 2014 Author Share Posted June 10, 2014 if someone can help me correct the errors in his source code then ill keep it updated but if i have to go through all the source and rebuild it then i will do as its an awsome little tool, add a dash of color maybe even a sound player or a few more tweeks like a 3d model viewer or something. Link to comment Share on other sites More sharing options...
Xarwarz Posted June 13, 2014 Share Posted June 13, 2014 that sounds awesome u might just need to rebuild it cause no one has attempted to update in years...yes it still works fine for now... future issues may come from windows compatibility in the future. i may finish the map editor for it in the future. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted June 13, 2014 Author Share Posted June 13, 2014 that may be the only way to do it, or i could go and recode it...thats alot of work fred put in but even if i can get it up and running, ill make available on the kotor 3 website when ive got it up and running Link to comment Share on other sites More sharing options...
Xarwarz Posted June 15, 2014 Share Posted June 15, 2014 sounds good keep me posted Link to comment Share on other sites More sharing options...
ShortyIsHere Posted June 15, 2014 Author Share Posted June 15, 2014 Will do Xar! Link to comment Share on other sites More sharing options...
Alvar007 Posted July 7, 2014 Share Posted July 7, 2014 Hey it's nice to see someone is still moding for kotor in 2014. I was wondering how could i get some maps to mod them because Fred's page doesn't work and i don't have either .git files to mod them nor .gff to work with them in GFF editor. Can someone help me and explain me the process to start moding modules? (What do I need, where I can find it...) I would be very appreciated. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted July 8, 2014 Author Share Posted July 8, 2014 ALright Alvar007, well i dont exactly mod, to be honest, the only modding i do is with the KSE as thats all i really need to use, but as for what your looking for dude, wish i could help as i aint got the foggiest idea Link to comment Share on other sites More sharing options...
Vindikorr Posted August 11, 2014 Share Posted August 11, 2014 Anyone got another link? Seems to be down. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted August 12, 2014 Author Share Posted August 12, 2014 links working, forgot to put folders back on after updating my server. shud be working for you now. Link to comment Share on other sites More sharing options...
Vindikorr Posted August 12, 2014 Share Posted August 12, 2014 Yes it works, thanks very much! Link to comment Share on other sites More sharing options...
VarsityPuppet Posted August 13, 2014 Share Posted August 13, 2014 No luck compiling yet, huh? Link to comment Share on other sites More sharing options...
ShortyIsHere Posted August 16, 2014 Author Share Posted August 16, 2014 No luck compiling yet, huh? Nope not yet, but im looking at just rebuilding the whole thing from scratch, by taking apart freds tool, now the only thing is, was it VB or C# i know its .net version 1, but its just the language, C# looks more promising, since the games are mostly C++. Working on it some more tonight. Will report back what i can get up and running, as so far, i can recompile the forms, but then im left with no buttons, no labels and such, since most of it is written in the code and not in the Visual Designer which is the problem but by examining the code, you could be able to build your own, and work around some issues. its all trial and error. and fun too. Link to comment Share on other sites More sharing options...
jamezy91 Posted April 3, 2016 Share Posted April 3, 2016 Does anyone still have access to Kotor Tool's source? The links in the opening post are dead and I'm looking for information on decompiling Kotor's TPC format. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted April 17, 2016 Author Share Posted April 17, 2016 ill get you a fresh copy of the source code guys. im working on a visual studio solution, piece by piece importing code... ill leave an update here when i reupload the new source package.. it will be full of kinks so bear with me on it. just makin something to eat then, i will reproduce the source code. for VS2012 Community. Link to comment Share on other sites More sharing options...
jamezy91 Posted April 22, 2016 Share Posted April 22, 2016 ill get you a fresh copy of the source code guys. im working on a visual studio solution, piece by piece importing code... ill leave an update here when i reupload the new source package.. it will be full of kinks so bear with me on it. just makin something to eat then, i will reproduce the source code. for VS2012 Community. Awesome! If I can get this TPC format figured out it will really help my app. Currently i have to export them from the game files into a temp folder. Then run them through tpc2tga.exe. Then read the tga in the temp folder. Load it into memory and convert it to a bitmap... This would cut out the tpc2tga part an allow me to keep the whole process in memory which is how I would prefer to do it. I'm sure there are other things I could learn from it as well. We should definitely throw this up on github as well to future-proof access to the code. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted April 27, 2016 Author Share Posted April 27, 2016 So like i said, an update, Fred Tetra Source is located here Public Directory http://cdev.swkotor3.com/source/ktool/ 7z Archive with Password of fredtetra. http://cdev.swkotor3.com/source/ktool/ktool_source_decompiled.7z let me know if there is any issues. and as for github, yeah, once it works and is able to be compiled, right now, i dont know what works and what doesnt.. but ill mash through the code tonight, see what i can clean up. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted May 17, 2016 Author Share Posted May 17, 2016 Another Update, this time in terms of resources. I have Packaged the Game Audio from The Games and put them into UDK packages. http://cdev.swkotor3.com/GAudio/ You will find the .UPKs there for the UDK Engine. Porting as much as i can, might aswell, its all educational, and fun too. off topic, but.. related, still workin on freds code. Link to comment Share on other sites More sharing options...
ShortyIsHere Posted May 19, 2016 Author Share Posted May 19, 2016 Just a shot of The Game Music and Ambient sounds in UDK, tbh, educating each other means tearing apart games... so be it. Just drop the UPK's into your content dir. and have fun. with em, will be doing all the assets into a modern engine where people can have some real dev fun with em, no harm in that now is there... if im not mistaken this is a fair usage ! happy educating. may the force be with you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.