群星
ParaWikis
Recent changes
Random page
⧼qqGroup⧽
Tools
What links here
Related changes
Special pages
Page information
Page values
Read
Edit
Edit source
View history
Discussion
Editing
Defines
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Changing Properties=== for '''Version 1.8x''' Now, in order to change a property, all it takes is a single line per property. For example, let's assume you want to increase the number of leaders in the leader pool. Looking through the original 00_defines.txt file, <nowiki>NGameplay = { LEADER_POOL_SIZE = 4 # Each leader pool will consist of this many leaders }</nowiki> And that's it. For each additional property under the same section, simply add another line. For example, let's say we want to change the time leaders spend in pool, in that case, the whole text file could look like this: <nowiki>NGameplay = { LEADER_POOL_SIZE = 4 # Each leader pool will consist of this many leaders LEADER_POOL_LEAD_TIME = 5 # Years leaders will remain in the leader pool until replaced }</nowiki> It is also possible to add comments, same as in the original file - everything behind "#" will be ignored. Here a full example of editing multiple places: <nowiki>NGameplay = { LEADER_POOL_SIZE = 4 # Each leader pool will consist of this many leaders LEADER_POOL_LEAD_TIME = 5 # Years leaders will remain in the leader pool until replaced LEADER_HIRING_COST = 50 LEADER_BASE_CAP = 12 # Base or Starting Quantity of Assigned Leaders Allowed for your Empire GENERAL_DAMAGE_EXP_MULT = 1.2 # Multiplier of how much damage translates into experience. GENERAL_DEFENSE_EXP_MULT = 1.25 # Multiplier of how much defense translates into experience. TECH_COST_MULT_NUM_COLONIES = 0.000 # Each Planet adds +X% tech cost TECH_COST_FREE_POPS = 25 # First X pops do not add any tech cost TECH_COST_MULT_NUM_POPS = 0.001 # Each non-free Pop adds +X% tech cost } NSpecies = { MAX_ETHIC_POINTS = 5 # Max Ethic Points (Allows me to use 5 instead of 3) MAX_TRAIT_POINTS = 2 # Max racial trait points } NPop = { PURGE_EXTERMINATION_MONTHS = 120 # Number of months it takes to exterminate a population when using extermination purging }</nowiki> As you can see you can edit multiple lines of Various Sections by adding in that section the lines you want to edit.
Summary:
Please note that all contributions to 群星百科 are considered to be released under the 知识共享署名-非商业性使用-相同方式共享 (see
群星百科:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:
Cancel
Editing help
(opens in new window)
×
Login
Password
Remember my login
Join 群星百科
Forgot your password?
Login with other method