Posts: 6
Threads: 4
Joined: Dec 2011
Reputation:
0
I have unzipped the MegaMek.jar file and wanted to change some of the prices in the game for my own custom price settings. The weapons were easy enough to find, but I cannot find any of the equipment. Specifically looking for the C3 Slave, C3 Slave Boosted, and C3 Remote Launcher Ammo.
Posts: 583
Threads: 54
Joined: Feb 2011
Reputation:
0
EquipmentType and MiscType
Posts: 6
Threads: 4
Joined: Dec 2011
Reputation:
0
Thanks! Found exactly what I was looking for.
Curious though, is there a better .class editor than one I am using: "ce2.25"? It doesn't show me all the variables (like tonage, criticals, bv, so on...) but I can fiddle with the one thing that really matters (c-bills cost), matters to me at least, and I cannot do a search of the file. So I have to manually flip through everything or sort by "class", "double", "fieldref". This helps, but would be easier if I could just search the file.
Posts: 436
Threads: 13
Joined: Feb 2011
Reputation:
0
Don't edit the class files, edit the sourcode and compile it yourself.
Posts: 6
Threads: 4
Joined: Dec 2011
Reputation:
0
I am in the same boat as Alemnyr. I find what I can and figure it out as I go. I have no idea how to find the sourcecode, let alone compile it. If you want to point in the direction to where the sourcecode is and what I should use to edit it I can try to figure out the rest on my own.
Posts: 24
Threads: 5
Joined: Dec 2011
Reputation:
0
Wow. thank you so much. I was just going to try to muddle through it - but I think you just took me from start to finish.
Posts: 1,240
Threads: 91
Joined: Feb 2011
Reputation:
15
It's awesome to be able to build the SVN.
Took me a couple of tries but I got it working for all the programs.
Enjoy.