Hi all! & help pls ho modding...

Hi all! i'm pretty new, and i'm tring to mod something by my own;) just for fun.

 

I modified several items like pop cap max on each kind of planet, and also the research to increase  the fleet, and of course, i modified the upkeep too;)

 

Now i'm wonder how modifie the production rate of my mines.

I cannot find the file to modife, so pls some1 can tell me that??I really appreciate!

 

Bye all!

2,110 views 9 replies
Reply #1 Top

Theyre is no extracting rate file per say!

You have to open the various PLANET.entities (ie. Volcanic, Ice, Terran) in there one of the first lines will be with regards to how many resources extractors you want and the amount you want them to extract! (some of mine get 1.2 per sec ;) ) but thats if oyu capture a high end base +_+

Reply #2 Top

and what you think to modify the reaserch "deep core metal mining" and " efficient crystal sorting" ? I was thinking to modify this 2 reaserch O:)

Reply #3 Top

you asking how to do it?

Simple..go into gameinfo folder and look for ResearchSubjectDeepCoreMetalMining technology (.entity of course)

Open it up and change the values to your liking!

Save, load mod and VOILA!

Reply #6 Top

The files you're looking for to adjust the bonus extraction rate through research all start like this regardless of race.

RESEARCHSUBJECT_STRUCTUREWORK_

The phase(Vasari) race only has 1 line of this research type which handles both metal and crystal and they are labeled (in order as they are selectable in-game)

"RESEARCHSUBJECT_STRUCTUREWORK_RESOURCEEXTRACT0"     to    ""3

The Psi (Advent) have 2 lines of 3 research apiece (1 line for metal, 1 for crystal) they are named as follows

"RESEARCHSUBJECT_STRUCTUREWORK_METALEXTRACTPSI0"    to    ""2    is for metal

"RESEARCHSUBJECT_STRUCTUREWORK_CRYSTALEXTRACTPSI0"    to   ""2  is for crystal

Finally, the Tech (TEC) are the same as Psi, only they end in TECH instead of PSI

"RESEARCHSUBJECT_STRUCTUREWORK_METALEXTRACTTECH0"    to    ""2    is for metal

"RESEARCHSUBJECT_STRUCTUREWORK_CRYSTALEXTRACTTECH0"    to   ""2  is for crystal

 

Of course all of these are .entity files found in Gameinfo

Reply #7 Top

What calienon says ;)

Sorry I couldnt be more explicit but was at university with no access to sins :(

Reply #9 Top

Will do!