bocaj1234567 Posted January 13, 2013 Posted January 13, 2013 I am confused about the decompile.bat. On the MCP wiki, it says Make sure that you backup the modified sources before you run "decompile.bat" again or all changes will be lost!, but what if I forget which sources I modify?
LazDude2012 Posted January 13, 2013 Posted January 13, 2013 run the getchangedsrc.bat (getmodsrc.bat? not sure, it's something like that) first, and it will copy any classes added or modified into the "modsrc" directory.
bocaj1234567 Posted January 13, 2013 Author Posted January 13, 2013 run the getchangedsrc.bat (getmodsrc.bat? not sure, it's something like that) first, and it will copy any classes added or modified into the "modsrc" directory. So why would I ever have to run decompile.bat anyway after the first time?
bocaj1234567 Posted January 13, 2013 Author Posted January 13, 2013 You don't. YAYY also is there any way to organize two mods at once in the MCP?... basically, for example, make a gun mod and a tank mod separately but at the same time?
LazDude2012 Posted January 14, 2013 Posted January 14, 2013 Well, as long as they're in two separate Java packages, I don't see why not. Seems fairly possible, although it'll be a pain to manage for you.
bocaj1234567 Posted January 14, 2013 Author Posted January 14, 2013 Well, as long as they're in two separate Java packages, I don't see why not. Seems fairly possible, although it'll be a pain to manage for you. So I might as well just download two MCPs?
gotyaoi Posted January 14, 2013 Posted January 14, 2013 Might as well. Otherwise, if a bug pops up, it can be difficult to tell what you did that added it.
Neowulf Posted January 14, 2013 Posted January 14, 2013 Decompile once, then save that as a clean instance. When you want to start on a new mod, just make a copy of the clean instance and there you go. No need to decompile multiple times, it all equals the same stuff.
Recommended Posts