How do I
Would anyone mind explaining to me how to remove capital ship limits and change build speed of things?
Would anyone mind explaining to me how to remove capital ship limits and change build speed of things?
Download forge tools! go into gameInfo! Find the entity you want to change..in this case any frigate entity and change the
ShipBuildTime line to the desired amount!
As for removing limits you CANNOT but you can open the maxCapShipSlots researchsubject (almost at end of gameinfo) and change the value to 99999999999) ...should be enough ![]()
capital ship limit: RESEARCHSUBJECT_MAXCAPITALSHIPS[race][stage].entity -> perLevelValue (you can set the capitalships' slots per researches)
build speed global: Gameplay.constants -> buildSpeedData (you can modify the multipliers, the 0 is for no change, the negative for slower, the positive is for faster)
build speed per entities: CAPITALSHIP_[..], Frigate[...] & PLANETMODULE_[...] -> BuildTime & baseBuildTime (when the buildSpeedData's multiplier is 0.0, then the BuildTime's value means seconds)
ohh... you were faster ![]()
Alright. what about ship cap?
Would I be able to edit cap ship cap and ship cap so that after the first reasearch the limit would go up?
I downloaded forge.. What do I edit? The files in the forge folder, or the ones in the game dir? do I copy them into the game dir?
No make a new folder..name it Test mod!
and then copy-paste the files in the reference data section of the Forge tools (but not the entrenchment part if you dont have it)
then apply your chane in your test mod!
and voila!
Set it in your mod folder (look up the path under options --- mods --- show mod path) load game! load mod! Test it ![]()
I got the mod to show up in the mod menu, I hit enable mod, and when I hit apply changes the game freezes..
run your game in developer mode (you can find the developer.exes in the forgetools/developer exe, copy that exe into your game's directory, next to the ordinary exe), and there will be a pop-up window when you press the apply changes button, it will tell you what's the problem
You have a coding error critical enough to kill the game!
Track it down in develloper and erase it +_+!
Welcome Guest! Please take the time to register with us.