Advertisement
Keirsti

More Civics in Ethics and Civics Rebuild - Remove Traditions

May 29th, 2018
1,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.17 KB | None | 0 0
  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. | Modifying NewAgeKid52's More Civics in Ethics and Civics Rebuild mod to remove traditions |
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. This mod has gone through a few iterations and owners. Inevitably, Petruxa's traditions
  6. (which are neat, don't get me wrong) work their way back into the versions of this mod that
  7. are spun off. If you're like me, and either want vanilla traditions only or want to use
  8. another tradition mod, you're then back to trying to figure out how to excise traditions
  9. without breaking all of the things - well, never fear: here are the steps to do it.
  10.  
  11. This guide assumes you know a little bit about folders and files, as well as how to 'manage'
  12. locally-saved mods. Steps for taking a mod out of workshop folders and into the 'local' mods
  13. folder can be found below (a key step for making a local copy of this) - if you're looking
  14. to maintain this mod, or a fork of it, you'll want to get it on the workshop, so those steps
  15. likely won't apply for you outside of testing.
  16.  
  17. (Edit: This guide should still be current through the update to this mod released on June
  18. 21st, 2018, though the lines may not match. I will attempt to review those over the
  19. weekend and do the same for the localization stuff.)
  20.  
  21. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  22. | Converting to a local mod (for testing, etc.) |
  23. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  24.  
  25. These steps are for Windows, but should be easy to port to your OS of choice.
  26.  
  27. 1. Locate the "morebuild.zip" file in your
  28. Steam\steamapps\workshop\content\281990\1329351538
  29. folder.
  30. 2. Extract the contents of this archive to your
  31. %Documents%\Paradox Interactive\Stellaris\mod
  32. folder, placing them in a subfolder of your choice (e.g. "test-morerebuild").
  33. 3. Open the
  34. descriptor.mod
  35. file located in the newly created subfolder.
  36. 4. Change the name to something distinctive, e.g.
  37. name="TEST - More Civics in Ethics and Civics Rebuild"
  38. 5. Remove the "archive=" line.
  39. 6. In its place, create a "path=" line, pointing to the folder containing the mod, e.g.
  40. path="mod/test-morerebuild"
  41. 7. Remove the "remote_file_id=" line.
  42. 8. Save the "descriptor.mod" file, and then save a copy of it in the
  43. %Documents%\Paradox Interactive\Stellaris\mod
  44. folder under a file name matching the folder, e.g.
  45. %Documents%\Paradox Interactive\Stellaris\mod\test-morerebuild.mod
  46. 9. Make *all of the changes* in the first section, below.
  47. 10. Boot up Stellaris, enable the mod (disabling the original), and test.
  48.  
  49. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  50. | Changes required to remove traditions |
  51. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  52.  
  53. All changes needed are listed below - note that lines are 'approximate' as things may have
  54. moved around or been bumped based on updates/other changes. Note that these changes are
  55. intended to make all of the tweaks in this mod fit a vanilla game.
  56.  
  57. To remove traditions, make the following changes:
  58.  
  59. The following folders need to be removed altogether:
  60.  
  61. .\common\tradition_categories
  62. .\common\traditions
  63. .\gfx\interface\tiles
  64. .\gfx\interface\traditions
  65.  
  66. The following files need to be removed altogether:
  67.  
  68. .\gfx\interface\icons\buildings\building_ministry_culture.dds (this is likely harmless)
  69. .\interface\00_anarchy.gfx
  70. .\interface\00_ascension.gfx
  71. .\interface\00_commerce.gfx
  72. .\interface\00_commonwealth.gfx
  73. .\interface\00_cybernetic.gfx
  74. .\interface\00_development.gfx
  75. .\interface\00_diplomacy.gfx
  76. .\interface\00_discovery.gfx
  77. .\interface\00_environmentalism.gfx
  78. .\interface\00_harmony.gfx
  79. .\interface\00_hierarchy.gfx
  80. .\interface\00_prosperity.gfx
  81. .\interface\00_purity.gfx
  82. .\interface\00_supremacy.gfx
  83. .\interface\topbar_traditions_view.gui (let this be replaced by other mods, or vanilla)
  84.  
  85.  
  86. The following files need to be edited with the following changes (find -> replace):
  87.  
  88. .\common\ascension_perks\ethic_rebuild_ascension_perks.txt
  89. Line 13 (under Totalitarian Utopia)
  90. Replace
  91. fail_text = "requires_finish_hirerarchy_or_cyber"
  92. With
  93. fail_text = "requires_finish_domination"
  94. Line 16 (under Totalitarian Utopia)
  95. Replace
  96. has_tradition = tr_hierarchy_finish
  97. With
  98. has_tradition = tr_domination_finish
  99. Line 111 (under Anarchy Utopia)
  100. Replace
  101. fail_text = "requires_finish_anarchy"
  102. With
  103. fail_text = "requires_finish_prosperity"
  104. Line 112 (under Anarchy Utopia)
  105. Replace
  106. has_tradition = tr_anarchy_finish
  107. With
  108. has_tradition = tr_prosperity_finish
  109. Line 165 (under Terraforming Mastery)
  110. Replace
  111. fail_text = "requires_environmentalism_finish"
  112. With
  113. fail_text = "requires_harmony_finish"
  114. Line 221 (under New Babylon)
  115. Replace
  116. fail_text = "requires_finish_unity"
  117. With
  118. fail_text = "requires_finish_diplomacy"
  119. // You could replace this with Harmony, but Diplomacy needs some love.
  120.  
  121. .\common\buildings\00_buildings.txt
  122. Line 4473 (under Produced Resource Trigger)
  123. Replace
  124. has_tradition = tr_unity_pan_galactic
  125. With
  126. has_tradition = tr_diplomacy_diversity_utopia
  127. // I can't find a tradition named tr_unity_pan_galactic, but the
  128. // diplomacy tradition unlocks Pan-Galactic Forum, so...
  129. Line 4572 (under build_symbol_purity)
  130. Replace
  131. has_swapped_tradition = tr_purity_keepers_tradition
  132. With
  133. has_swapped_tradition = tr_purity_symbol_purity
  134. Line 4580 (under build_symbol_purity)
  135. Replace
  136. NOT = { has_swapped_tradition = tr_purity_keepers_tradition }
  137. With
  138. NOT = { has_swapped_tradition = tr_purity_symbol_purity }
  139.  
  140. .\common\buildings\ethic_rebuild_buildings.txt
  141. Line 187 (under building_biofuel_plant)
  142. Replace
  143. has_tradition = tr_harmony_environmentalism_efficient_power
  144. With
  145. has_tradition = tr_harmony_finish
  146. Line 247 (under building_biomaterials_plant)
  147. Replace
  148. has_tradition = tr_harmony_environmentalism_efficient_power
  149. With
  150. has_tradition = tr_harmony_finish
  151. Line 308 (under building_thermal_borehole)
  152. Replace
  153. has_tradition = tr_prosperity_mining
  154. With
  155. has_tradition = tr_prosperity_finish
  156. Line 383 (under building_global_pds_1)
  157. Replace
  158. has_tradition = "tr_purity_defenders_faith"
  159. With
  160. has_tradition = tr_purity_never_surrender
  161. Line 410 (under building_global_pds_1)
  162. Replace
  163. has_tradition = "tr_purity_defenders_faith"
  164. With
  165. has_tradition = tr_purity_never_surrender
  166. Line 440 (under building_research_coordination)
  167. Replace
  168. has_tradition = tr_discovery_coordinated_research
  169. With
  170. has_tradition = tr_discovery_science_division
  171. Line 551 (under building_food_bazaar)
  172. Replace
  173. has_tradition = tr_prosperity_agri
  174. With
  175. has_tradition = tr_harmony_finish
  176. Line 613 (under building_soil_enrich)
  177. Replace
  178. has_tradition = tr_prosperity_agri
  179. With
  180. has_tradition = tr_harmony_finish
  181. Line 732 (under building_resort)
  182. Replace
  183. has_tradition = tr_prosperity_paradise
  184. With
  185. has_tradition = tr_harmony_adopt
  186. Line 863 (under building_collosal_monument)
  187. Replace
  188. has_tradition = tr_hierarchy_personality_cult
  189. With
  190. has_tradition = tr_domination_star_lords
  191. Line 945 (under building_comm_hub)
  192. Replace
  193. has_tradition = tr_cybernetic_bioinformatics
  194. With
  195. has_tradition = tr_discovery_finish
  196. Line 957 (under building_comm_hub)
  197. Replace
  198. has_tradition = tr_cybernetic_bioinformatics
  199. With
  200. has_tradition = tr_discovery_finish
  201. Line 93 to 161 (under building_ministry_culture)
  202. Delete all of these lines.
  203. // The Ministry of Culture is "building_artist_patron" in Vanilla in
  204. // the Leviathans buildings file.
  205.  
  206. .\common\defines\ethic_rebuild_defines.txt
  207. Line 6
  208. Delete this line altogether
  209. ASCENSION_PERKS_SLOTS = 16
  210. // Presumably you're using vanilla or another slot replacer.
  211. // You can leave this if not, I guess. :)
  212.  
  213. .\common\policies\00_policies.txt
  214. Line 615 (under private_education)
  215. Replace
  216. has_tradition = tr_development_land_planning
  217. With
  218. NOR = {
  219. has_ethic = "ethic_fanatic_socialism"
  220. }
  221. Line 656 (under public_education)
  222. Replace
  223. has_tradition = tr_environmentalism_agri
  224. With
  225. NOR = {
  226. has_ethic = "ethic_fanatic_capitalism"
  227. }
  228. Line 732 (under civilian_transport)
  229. Replace
  230. has_tradition = tr_cybernetic_transport
  231. With
  232. has_tradition = tr_expansion_finish
  233. Line 765 (under administrative_transport)
  234. Replace
  235. has_tradition = tr_cybernetic_transport
  236. With
  237. has_tradition = tr_diplomacy_finish
  238. Line 805 (under military_transport)
  239. Replace
  240. has_tradition = tr_cybernetic_transport
  241. With
  242. has_tradition = tr_supremacy_finish
  243. Line 842 (under trade_transport)
  244. Replace
  245. has_tradition = tr_cybernetic_transport
  246. With
  247. has_tradition = tr_prosperity_finish
  248. Line 2303 (under pre_sapients_purge)
  249. Delete this line altogether
  250. has_tradition = "tr_unity_patrons"
  251. Line 2277 (under pre_sapients_eat)
  252. Delete this line altogether
  253. has_tradition = "tr_unity_patrons"
  254. Line 534 (under healthcare)
  255. Delete this line altogether
  256. has_tradition = tr_commerce_healthcare
  257. Line 492 (under healthcare)
  258. Delete this line altogether
  259. has_tradition = tr_commerce_healthcare
  260.  
  261. .\common\pop_faction_types\00_bankers.txt
  262. Line 106 (under CAPITALISM_TRADITION)
  263. Replace
  264. has_tradition = tr_commonwealth_adopt
  265. With
  266. has_tradition = tr_prosperity_adopt
  267.  
  268. .\common\pop_faction_types\00_conservatives.txt
  269. Line 117 (under ELITISM_TRADITION)
  270. Replace
  271. has_tradition = tr_environmentalism_adopt
  272. With
  273. has_tradition = tr_harmony_adopt
  274.  
  275. .\common\pop_faction_types\00_environmentalists.txt
  276. Line 103 (under ENVIRONMENTAL_ECONOMY)
  277. Replace
  278. has_tradition = tr_cybernetic_adopt
  279. With
  280. has_tradition = tr_prosperity_adopt
  281.  
  282. .\common\pop_faction_types\00_imperialist.txt
  283. Line 108 (under DIPLOMACY_TRADITIONS)
  284. Replace
  285. has_tradition = tr_prosperity_adopt
  286. With
  287. has_tradition = tr_diplomacy_adopt
  288.  
  289. .\common\pop_faction_types\00_labourites.txt
  290. Line 341 (under PLURALISM_TRADITION)
  291. Replace
  292. has_tradition = tr_development_adopt
  293. With
  294. has_tradition = tr_domination_adopt
  295.  
  296. .\common\pop_faction_types\00_progressive.txt
  297. Line 158 (under TRADITION_ANARCHY)
  298. Replace
  299. owner = { has_tradition = tr_hierarchy_adopt }
  300. With
  301. owner = { has_tradition = tr_domination_adopt }
  302. // Not a great fit, but that's what was done.
  303.  
  304. .\common\pop_faction_types\00_socialists.txt
  305. Line 103 (under SOCIALISM_IDEOLOGY)
  306. Replace
  307. owner = { has_tradition = tr_commerce_adopt }
  308. With
  309. owner = { has_tradition = tr_domination_adopt }
  310.  
  311. .\common\pop_faction_types\00_technologist.txt
  312. Line 194 (under TECHNOLOGIST_NO_SPIRITUALISM)
  313. Replace
  314. owner = { OR = { has_tradition = tr_ascension_adopt } }
  315. With
  316. owner = { OR = { has_tradition = tr_harmony_adopt } }
  317. Lines 372-373 (under TECHNOLOGIST_DISCOVERY)
  318. Replace
  319. has_tradition = tr_discovery_planetary_survey_corps
  320. has_tradition = tr_discovery_neural_network
  321. With
  322. has_tradition = tr_discovery_databank_uplinks
  323. has_tradition = tr_discovery_science_division
  324. has_tradition = tr_discovery_polytechnic_education
  325.  
  326. .\common\pop_faction_types\00_totalitarian.txt
  327. Line 108 (under TRADITION_HIERARCHY)
  328. Replace
  329. owner = { has_tradition = tr_anarchy_adopt }
  330. With
  331. owner = { has_tradition = tr_harmony_adopt }
  332.  
  333. .\common\pop_faction_types\00_traditionalist.txt
  334. Lines 143-148 (under TRADITIONALIST_NO_SCIENCE)
  335. Delete all of these lines
  336. owner = {
  337. OR = {
  338. has_tradition = tr_ascension_finish
  339. }
  340. }
  341.  
  342. .\events\on_action_events.txt
  343. Lines 6487-6488
  344. Replace
  345. has_non_swapped_tradition = tr_discovery_planetary_survey_corps
  346. has_swapped_tradition = tr_discovery_planetary_survey_corps_machine
  347. With
  348. has_tradition = tr_discovery_to_boldly_go
  349. // Best fit for this one, likely.
  350.  
  351. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  352. | The following are localisation clean-ups from ThugQueen69's iteration of the mod. |
  353. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  354.  
  355. .\localisation\replace\ethic_rebuild_l_english.yml
  356. Line 4
  357. Replace
  358. 02_INSULT_PROPOSE_COL_IND:0 "So who is it that rules your amusing little star nation today? What a quaint notion, to "vote" someone into power! It will inevitably lead to your collapse, of course."
  359. With
  360. 02_INSULT_PROPOSE_COL_IND:0 "So who is it that rules your amusing little star nation today? What a quaint notion, to "elect" someone into power! It will inevitably lead to your collapse, of course."
  361.  
  362. Line 13
  363. Replace
  364. ENSLAVED_DESC:0 "This Pop is enslaved. Enslaved Pops generates unhappiness for all Libertarian Pops on this planet."
  365. With
  366. ENSLAVED_DESC:0 "This Pop is enslaved. Enslaved Pops generate unhappiness for all Libertarian Pops on this planet."
  367.  
  368. Line 28
  369. Replace
  370. personality_utopia_builders_desc:0 "Utopia Builders values the economical and social prosperity of their species above everything else. The government, no matter of it's size, exist to make sure that nobody suffers from ant kind of need, sickness or poverty."
  371. With
  372. personality_utopia_builders_desc:0 "Utopia Builders value the economical and social prosperity of their species above everything else. The government, no matter its size, exists to ensure that nobody suffers from any kind of need, sickness or poverty."
  373. Line 31
  374. Replace
  375. personality_adventurous_expansionist_desc:0 "Aggressive Expansionists see the Galaxy as their legacy. They mostly focused on spreading their influence to every dark corner of Space they are able to reach out."
  376. With
  377. personality_adventurous_expansionist_desc:0 "Aggressive Expansionists see the Galaxy as their legacy. They are mostly focused on spreading their influence to every dark corner of Space they are able to reach."
  378. Line 46
  379. Replace
  380. ethic_elitist_desc:0 "Everybody isn't fit for any role in the great scheme of things. Skills, responsabilities, strengths of characters, qualities aren't equaly distributed, and some are better to lead and rule, others are better when lead and ruled over; everyone benefits from this."
  381. With
  382. ethic_elitist_desc:0 "Everybody isn't suited for every role in the grand scheme of things. Skill, ability, intelligence, strength of character, and other defining qualities are not equally distributed. Why then should position in society be? Some are meant to lead, others are meant to follow; everyone benefits from this."
  383. Line 48
  384. Replace
  385. ethic_fanatic_elitist_desc:0 "Society is a herd, with sheperds and watchdogs; society is a struggle, with winners and losers. The wide mass of the lesser need the lead of the destined few who have the power, meaning and capability to watch and channel them into shape and purpose. Some a born, chosen or risen to position over the unpurposeful, the errant, the lost, the narrowminded, the restrained, or the filth. Some are better than others."
  386. With
  387. ethic_fanatic_elitist_desc:0 "Society is a herd, with sheperds and watchdogs. Society is a struggle, with winners and losers. The huddled masses of the lesser need the guiding hand of the destined few who have the power, understanding and capability to mold and channel them into shape and purpose. Some are born, chosen, or risen to position over the unpurposeful, the errant, the lost, the narrowminded, the restrained, and the filth. Some are better than others."
  388. Line 238
  389. Replace
  390. glor_monarchy_desc:0 "Even having overcome it's deep autocratic roots, Parliamentary Monarchy still keeps traditions of glorious Royal navy and oversized Empire bureaucracy."
  391. With
  392. glor_monarchy_desc:0 "Having long overcome its deep autocratic roots, a Parliamentary Monarchy still keeps the traditions of a glorious Royal navy and an oversized Empire bureaucracy."
  393. Line 241
  394. Replace
  395. soc_dem_desc:0 "Democratic government, in which the state plays a key role in the protection and promotion of the social and economic well-being of its citizens."
  396. With
  397. soc_dem_desc:0 "Democratic government, in which the state plays a key role in the protection and promotion of the social and economic well being of its citizens."
  398. Line 248
  399. Replace
  400. xen_aristocracy_desc:0 "This government is an authoritarian and elitist form of democracy, which has shut down most of the rights of a fringe or a wider part of its population to restrain the citizenry and statuses to chosen ones."
  401. With
  402. xen_aristocracy_desc:0 "This government is an authoritarian and elitist form of democracy, which has shut down most of the rights of a fringe or a wider part of its population to restrain full citizenship and its benefits to chosen ones."
  403. Line 250
  404. Replace
  405. adv_xen_aristocracy_desc:0 "This government is an advanced form of authoritarian and elitist democracy. Second class citizens and outsiders are nothing else than work force and a demanded and provided resource around which the society revolves."
  406. With
  407. adv_xen_aristocracy_desc:0 "This government is an advanced form of authoritarian and elitist democracy. Second-class citizens and outsiders are viewed as nothing more than a commodity to be bought and sold on the market, and the ownership of property is restricted to a select caste."
  408. Line 827
  409. Replace
  410. START_SCREEN_PART_TWO_COMMUNIST_DICTATORSHIP:0 "I exist. I am the the Mind. My body is made of sub-ordinate organisms, which forms the basis of our species. I began to rule all these weak creatures and we managed to conquer the whole planet. I gave some of them incredible intellectual qualities to help me with research, construction and war. But they do not have their own will. I am their will. Their Lower ones obeys the Higher ones, and the Higher ones are nothin but a slaves to me. I'm the backbone and the heart. The only alternative to me is death. I will lead our species to the Destiny, as I'm the Hive and the Hive is me."
  411. With
  412. START_SCREEN_PART_TWO_COMMUNIST_DICTATORSHIP:0 "I exist. I am the the Mind. My body is made of subordinate organisms, which form the basis of our species. As my body became whole the entire planet's population fell under the weight of my collective being. I granted some of them incredible intellectual capability to help me with research, construction and war. But they do not have their own will. I am their will. The Lesser ones obey the Higher ones, and the Higher ones are but slaves to me. I'm the cortex and the soul. The only alternative to me is death. I will lead our species to the Destiny, as I am the Hive and the Hive is me."
  413. Line 829
  414. Replace
  415. START_SCREEN_PART_TWO_SOCIAL_DEMOCRACY:0 "Many ages of internecine wars showed us nothing but their meaninglessness. As soon as the very last war ended, our economy jumped through the roof. The quantity of trading goods raised, as well as their quality. Eventually it led to the development of society, valueing social prosperity and wealth above everything else. Highest level of life quality was the key factor in unification of the whole Planet."
  416. With
  417. START_SCREEN_PART_TWO_SOCIAL_DEMOCRACY:0 "Many ages of internecine wars showed us nothing but their meaninglessness. As soon as the very last war ended, our economy jumped through the roof. The quantity of trading goods raised, as well as their quality. Eventually it led to the development of society, valuing social prosperity and wealth above everything else. An unprecedented increase in quality of civilian life was the key factor in the unification of the entire planet."
  418. Line 846
  419. Replace
  420. abs_monarchy_desc:0 "An autocratic form of government made of a strong central feudal authority, with vassals kept in check and forming the sociological and military backbone of society. Country is divided by fiefdoms, ruled by appointed loyal Nobles, who takes care of their domains and partly maintains the Royal army."
  421. With
  422. abs_monarchy_desc:0 "An autocratic form of government made of a strong central feudal authority, with vassals kept in check and forming the sociological and military backbone of society. Country is divided by fiefdoms, ruled by appointed loyal Nobles, who take care of their domains and partly maintain the Royal army."
  423. Line 848
  424. Replace
  425. adv_abs_monarchy_desc:0 "An autocratic form of government made of a strong central feudal authority, with vassals kept in check and forming the sociological and military backbone of society. Country is divided by fiefdoms, ruled by appointed loyal Nobles, who takes care of their domains and partly maintains the Royal army."
  426. With
  427. adv_abs_monarchy_desc:0 "An autocratic form of government made of a strong central feudal authority, with tightly governed vassals forming the sociological and military backbone of society. Society is divided into fiefdoms, ruled by appointed loyal Nobles, who take care of their domains and partly maintain the Royal army."
  428. Line 849
  429. Replace
  430. START_SCREEN_PART_TWO_ABS_MONARCHY:0 "Our feudal nation has forged a bloody history of numerous petty conflicts fought between small warring lords for power and wealth. Eventually only the strongest independent dominion remained and the king then claimed the title of a global ruler that then drove science forward, thus a significant technological leap followed."
  431. With
  432. START_SCREEN_PART_TWO_ABS_MONARCHY:0 "Our feudal nation has forged a bloody history of numerous petty conflicts fought between small warring lords for power and wealth. Eventually only the strongest independent dominion remained, the King of which decreed a shift in societal focus toward science. This resulted in a rapid technological progression under the ruling planetary government."
  433.  
  434. .\localisation\replace\ethic_rebuild_l_english_1.6.yml
  435. Line 69
  436. Replace
  437. civic_timocracy_desc:0 "This government is a form of "People's Aristocracy" - an elitist form of Republic, which has shut down most of the rights of a wider part of its population to restrain the citizenry and statuses to chosen ones. Allows §HCaste System§! form of society for §HDemocratic§! authority."
  438. With
  439. civic_timocracy_desc:0 "This government is a form of "Citizen's Aristocracy" - an elitist form of Republic in which most of the population lives a difficult life of servitude and squalor, while full citizenship is restricted to the privileged upper classes. Allows §HCaste System§! form of society for §HDemocratic§! authority."
  440. Line 73
  441. Replace
  442. auth_direct_democratic_desc:0 "Pure democracy, in which people decide (either through vote or consensus) policy initiatives directly."
  443. With
  444. auth_direct_democratic_desc:0 "Pure democracy in which citizens decide policy initiatives through direct vote or consensus."
  445. Line 75
  446. Replace
  447. gov_demos_cratos_desc:0 "This government is a form of democracy, where people directly decide on policy initiatives, either through vote or consensus."
  448. With
  449. gov_demos_cratos_desc:0 "Pure democracy in which citizens decide policy initiatives through direct vote or consensus."
  450. Line 80
  451. Replace
  452. gov_plutocratic_oligarchy_desc:0 "This government is a form of oligarchy, where power rests with a committee of powerful and influential leaders, that run the large bureaucratic engine overseeing all matters of the state."
  453. With
  454. gov_plutocratic_oligarchy_desc:0 "This government is a form of oligarchy where power rests with a committee of powerful and influential leaders overseeing all matters of the state."
  455. Line 89
  456. Replace
  457. gov_anarchy_state_desc:0 "The basic principles of anarcho-syndicalist society are solidarity, direct democracy, and workers' self-management. Syndicalists consider their economic theories a strategy for facilitating worker self-activity and as an alternative co-operative economic system with democratic values and production centered on meeting human needs."
  458. With
  459. gov_anarchy_state_desc:0 "The basic principles of anarcho-syndicalist society are solidarity, direct democracy, and workers' self-management. Syndicalists employ economic strategies that focus on the needs of their large working classes, emphasizing self and cooperative ownership without interference from the state."
  460. Line 129
  461. Replace
  462. pft_labourites_desc:1 "Labourites Factions represent the interests of working class and desire non-discrimination within existing social structures.\n\n§LEgalitarian ethos§!"
  463. With
  464. pft_labourites_desc:1 "Labourites Factions represent the interests of the working class and desire non-discrimination within existing social structures.\n\n§LEgalitarian ethos§!"
  465. Line 143
  466. Replace
  467. policy_transportation_logistics_desc:0 "Allows to specialize your transportation infrastructure."
  468. With
  469. policy_transportation_logistics_desc:0 "Allows specialization of transportation infrastructure."
  470. Line 191
  471. Replace
  472. ap_thought_control_desc: "The Empire's government uses the latest innovations in neurochemistry, psycho-engineering, and neurolinguistics to pacify the populace and ensure their absolute loyalty and resistance to outside ideas. \nUnlocks set of §YIndoctrination§! country Edicts, which allows to brainwash your population in order to shift it's Ethos in specific direction."
  473. With
  474. ap_thought_control_desc: "This society's government uses the latest innovations in neurochemistry, psycho-engineering, and neurolinguistics to pacify the populace and ensure their absolute loyalty and resistance to outside ideas. \nUnlocks set of §YIndoctrination§! Edicts, which allows brainwashing the population to shift it's Ethics in a specific direction."
  475. Line 256
  476. Replace
  477. NO_MARKET_ECONOMY:0 "Market Economy"
  478. With
  479. NO_MARKET_ECONOMY:0 "No Market Economy"
  480. Line 265
  481. Replace
  482. NO_FREE_MARKET_ECONOMY:0 "Free Market"
  483. With
  484. NO_FREE_MARKET_ECONOMY:0 "Unregulated Market"
  485. Lines 272-273
  486. Replace
  487. NO_PARLIAMENTARY_SYSTEM:0 "Public Discussion"
  488. PARLIAMENTARY_SYSTEM_DESC:0 "Political Factions are happier in Empires with developed traditions of §YPublic Discussion§!."
  489. With
  490. NO_PARLIAMENTARY_SYSTEM:0 "Lack of Public Discussion"
  491. PARLIAMENTARY_SYSTEM_DESC:0 "Political Factions are happier in societies with developed traditions of §YPublic Discussion§!."
  492. Lines 279-281
  493. Replace
  494. HUMANITARIAN_SCIENCE:0 "Society Research Focus"
  495. NO_HUMANITARIAN_SCIENCE:0 "Society Research Grants"
  496. HUMANITARIAN_SCIENCE_DESC:0 "Invoking a §YSociety Research Focus§! edict will please the [Root.GetName]."
  497. With
  498. HUMANITARIAN_SCIENCE:0 "Research Grants for Sociology"
  499. NO_HUMANITARIAN_SCIENCE:0 "No Research Grants"
  500. HUMANITARIAN_SCIENCE_DESC:0 "Invoking a §YResearch Focus§! edict will please the [Root.GetName]."
  501. Line 285
  502. Replace
  503. PUBLIC_MEDICINE_DESC:0 "Active §YPublic Medicine§! government civic will please the [Root.GetName]."
  504. With
  505. PUBLIC_MEDICINE_DESC:0 "Active §YPublic Medicine§! government civic will please the [Root.GetName]."
  506. Line 288
  507. Replace
  508. NO_PUBLIC_EDUCATION:0 "Public Education"
  509. With
  510. NO_PUBLIC_EDUCATION:0 "Desires Public Education"
  511. Line 292
  512. Replace
  513. NO_WELFARE_ECONOMY:0 "Planned Economy"
  514. With
  515. NO_WELFARE_ECONOMY:0 "Unplanned Economy"
  516. Line 344
  517. Replace
  518. NO_INDUSTRY_ASCENSION_2:0 "Glorious Galactic Engineering"
  519. With
  520. NO_INDUSTRY_ASCENSION_2:0 "Inadequate Galactic Engineering"
  521. Line 369
  522. Replace
  523. ECO_NO_TOMB_WORLDS_DESC:0 "Terraforming a §YTomb World§! inside Empire's borders will please the [Root.GetName]."
  524. With
  525. ECO_NO_TOMB_WORLDS_DESC:0 "Terraforming a §YTomb World§! inside society's borders will please the [Root.GetName]."
  526. Line 373
  527. Replace
  528. ECO_NO_TOXIC_WORLDS_DESC:0 "Terraforming a §YToxic World§! inside Empire's borders will please the [Root.GetName]."
  529. With
  530. ECO_NO_TOXIC_WORLDS_DESC:0 "Terraforming a §YToxic World§! inside society's borders will please the [Root.GetName]."
  531. Line 377
  532. Replace
  533. ECO_NO_BARREN_WORLDS_DESC:0 "Terraforming a §YTerraforming Candidate Barren World§! inside Empire's borders will please the [Root.GetName]."
  534. With
  535. ECO_NO_BARREN_WORLDS_DESC:0 "Terraforming a §YTerraforming Candidate Barren World§! inside society's borders will please the [Root.GetName]."
  536. Line 468
  537. Replace
  538. WELFARE_ECONOMY: "No Market Regulation"
  539. With
  540. WELFARE_ECONOMY: "Regulated Market"
  541. Lines 515-516
  542. Replace
  543. 16_FRIENDLY_GREETING:1 "Your government does a good job of curtailing the worst excesses of libertarianism, [From.GetSpeciesNamePlural]."
  544. 04_INSULT_PROPOSE_COL_IND:0 "What a selfish people you are, always putting your individual selves foremost. libertarianism... ha! The [Root.GetName] will not survive the year."
  545. With
  546. 16_FRIENDLY_GREETING:1 "It seems your government does well at curtailing the worst excesses of libertarianism, [From.GetSpeciesNamePlural]."
  547. 04_INSULT_PROPOSE_COL_IND:0 "What a selfish bunch you are, always putting your individual selves foremost and ignoring the needs of your kin. Libertarianism... ha! The [Root.GetName] will not survive long."
  548. Line 539
  549. Replace
  550. unrest.168.desc:0 "Greetings [Root.GetSpeciesName]. We are freedom fighters - former slaves - from the [old_owner.GetName], where we suffered much abuse under the oppression of [old_owner.GetRulerTitle] [old_owner.GetRulerName]. We have long admired your Libertarian standards, the "[new_owner.GetSpeciesAdj]" way, as we would refer to it back home, and we share your values. We have seceded and wish to be a part of your nation, if you will have us?"
  551. With
  552. unrest.168.desc:0 "Greetings [Root.GetSpeciesName]. We are freedom fighters - former slaves - from the [old_owner.GetName], where we suffered much abuse under the oppression of [old_owner.GetRulerTitle] [old_owner.GetRulerName]. We have long admired your Libertarian standards, the "[new_owner.GetSpeciesAdj]" way, as we would refer to it back home, and we share your values. We have seceded and wish to be a part of your nation, if you will have us."
  553. Lines 567-570
  554. Replace
  555. opinion_green_neg_1:0 "Dumb-ass Tree-Huggers"
  556. opinion_green_neg_2:0 "Dumb-ass Tree-Huggers"
  557. opinion_green_neg_3:0 "Dumb-ass Tree-Huggers"
  558. opinion_green_neg_4:0 "Dumb-ass Tree-Huggers"
  559. With
  560. opinion_green_neg_1:0 "Moronic Tree-Huggers"
  561. opinion_green_neg_2:0 "Moronic Tree-Huggers"
  562. opinion_green_neg_3:0 "Moronic Tree-Huggers"
  563. opinion_green_neg_4:0 "Moronic Tree-Huggers"
  564. Lines 577-580
  565. Replace
  566. opinion_industrial_neg_1:0 "Rattle Metalheads"
  567. opinion_industrial_neg_2:0 "Rattle Metalheads"
  568. opinion_industrial_neg_3:0 "Rattle Metalheads"
  569. opinion_industrial_neg_4:0 "Rattle Metalheads"
  570. With
  571. opinion_industrial_neg_1:0 "Wasteful Metalheads"
  572. opinion_industrial_neg_2:0 "Wasteful Metalheads"
  573. opinion_industrial_neg_3:0 "Wasteful Metalheads"
  574. opinion_industrial_neg_4:0 "Wasteful Metalheads"
  575. Lines 587-590
  576. Replace
  577. opinion_pluralist_neg_1:0 "Egalitarian Rabble"
  578. opinion_pluralist_neg_2:0 "Egalitarian Rabble"
  579. opinion_pluralist_neg_3:0 "Egalitarian Rabble"
  580. opinion_pluralist_neg_4:0 "Egalitarian Rabble"
  581. With
  582. opinion_pluralist_neg_1:0 "Mob Rabble"
  583. opinion_pluralist_neg_2:0 "Mob Rabble"
  584. opinion_pluralist_neg_3:0 "Mob Rabble"
  585. opinion_pluralist_neg_4:0 "Mob Rabble"
  586. Line 605
  587. Replace
  588. LABOURITE_NO_CASTE_DESC:0 "Letting anybody in our Empire under a §YCaste System§! will greatly displease the [Root.GetName]."
  589. With
  590. LABOURITE_NO_CASTE_DESC:0 "Letting anybody in our society under a §YCaste System§! will greatly displease the [Root.GetName]."
  591. Line 610
  592. Replace
  593. EQUAL_ARMY_DESC:0 "Ensuring that no species in our Empire is subject to Limited or None Military Service will please the [Root.GetName]."
  594. With
  595. EQUAL_ARMY_DESC:0 "Ensuring that no species in our society is subject to Limited or No Military Service will please the [Root.GetName]."
  596. Line 622
  597. Replace
  598. gun_rights_limited_desc:0 " "
  599. With
  600. gun_rights_limited_desc:0 "Personal weapon ownership is permitted, but is heavily restricted either through class, military service or occupation."
  601. Line 626
  602. Replace
  603. gun_rights_allowed_desc:0 "Citizens are allowed to carry and use personal weapons."
  604. With
  605. gun_rights_allowed_desc:0 "Citizens are allowed to carry and use personal weapons, with light restrictions based on criminal history and mental fitness."
  606. Line 630
  607. Replace
  608. gun_rights_disallowed_desc:0 "Citizens are prohibited to carry and use personal weapons."
  609. With
  610. gun_rights_disallowed_desc:0 "Citizens are prohibited to own personal weapons under any circumstances. Some exceptions may be made for recreation purposes, but civilian exposure to weaponry is generally rare."
  611. Line 634
  612. Replace
  613. TOTALITARIAN_NO_GUN_RIGHTS_DESC:0 "Prohibiting ordinary citizens of our Empire to carry §YPersonal Weapons§! will please the [Root.GetName]."
  614. With
  615. TOTALITARIAN_NO_GUN_RIGHTS_DESC:0 "Prohibiting citizens of our society from owning §YPersonal Weapons§! will please the [Root.GetName]."
  616. Line 638
  617. Replace
  618. PROGRESSIVE_GUN_RIGHTS_DESC:0 "Allowing citizens of our Empire to carry and use §YPersonal Weapons§! will please the [Root.GetName]."
  619. With
  620. PROGRESSIVE_GUN_RIGHTS_DESC:0 "Allowing citizens of our society to carry and use §YPersonal Weapons§! will please the [Root.GetName]."
  621. Line 660
  622. Replace
  623. MOD_DISTANCE_TO_CAPITAL_STATIC_MODIFIER_EFFICIENCY_MULT:0 "Governing Ethic reduction due to Distance"
  624. With
  625. MOD_DISTANCE_TO_CAPITAL_STATIC_MODIFIER_EFFICIENCY_MULT:0 "Governing Ethic reduction due to distance"
  626. Line 663
  627. Replace
  628. auth_dictatorial_desc:0 "Dictatorial governments are ruled by a single individual for life that wields absolute control over the state."
  629. With
  630. auth_dictatorial_desc:0 "Dictatorial governments are ruled by a single individual who wields absolute control over the state."
  631. Line 666
  632. Replace
  633. building_biomaterials_plant_desc:0 "This facility uses bio-mass to create organic based industrial composite materials, as well as a range of different bio-nutrients."
  634. With
  635. building_biomaterials_plant_desc:0 "This facility repurposes bio-mass to create organic based industrial composite materials, as well as a range of different bio-nutrients."
  636. Line 669
  637. Replace
  638. building_biofuel_plant_desc:0 "This facility houses industrial-grade equipment designed to isolate and extract compounds from various plants and crops. Such compounds are further studied and applied in industry, such as biofuels, crop development and natural health products."
  639. With
  640. building_biofuel_plant_desc:0 "This facility houses industrial-grade equipment designed to isolate and extract compounds from various sources of bio-material. Such compounds are further studied and applied in industries such as biofuels, crop development and natural health products."
  641. Line 675
  642. Replace
  643. civic_drone_brotherhood_desc:0 "In this society working-class people (those, who engaged in low-tech industries) are traditionally glorified and form a global community, based on idealistic principles of collectivism and equality. £building §YFarms§! and §YMines§! produce §Y0.2§! £unity Unity each."
  644. With
  645. civic_drone_brotherhood_desc:0 "In this society working-class people (those employed in low-tech industries) are traditionally glorified and form a global community based on idealistic principles of collectivism and equality. £building §YFarms§! and §YMines§! produce §Y0.2§! £unity Unity each."
  646. Line 692
  647. Replace
  648. civic_parliamentary_system_desc:0 "In this society a free and lively public debate is being cherished and encouraged. Currying favor with one of the dominant political factions can prove to be quite advantageous. All Factions, except §HTotalitarian§!, get §G+3§! §HHappiness§!."
  649. With
  650. civic_parliamentary_system_desc:0 "In this society a free and lively public debate is cherished and encouraged. Currying favor with one of the dominant political factions can prove to be quite advantageous. All Factions except §HTotalitarian§! get §G+3§! §HHappiness§!."
  651. Line 736
  652. Replace
  653. civic_militia_desc:0 "Corporate business in arms dealing and warfare has reached an influential position in this society and many aspects of maintaining the state military have been transferred to powerful corporations."
  654. With
  655. civic_militia_desc:0 "Corporate business in arms-dealing and warfare has reached a highly influential position in this society and many aspects of maintaining the state military have been transferred to powerful corporations."
  656. Line 741
  657. Replace
  658. civic_public_medicine_desc:0 "Government allocates funds for development and maintaining of the Public Healthcare System. Starts with §HFrontier Health§! technology. Buildings §HClinic§! and §HHospital§! provide additional §HUnity§!."
  659. With
  660. civic_public_medicine_desc:0 "Government allocates funds for development and maintenance of the Public Healthcare System. Starts with §HFrontier Health§! technology. Buildings §HClinic§! and §HHospital§! provide additional §HUnity§!."
  661. Line 744
  662. Replace
  663. civic_public_education_desc:0 "Government allocates funds for development and maintaining of the Public School System."
  664. With
  665. civic_public_education_desc:0 "Government allocates funds for development and maintenance of a public school system."
  666. Line 749
  667. Replace
  668. civic_monarchy_desc:0 "A monarchy is a form of government in which a group, usually a family called the dynasty, embodies the country's national identity and one of its members, called the monarch, exercises a role of sovereignty."
  669. With
  670. civic_monarchy_desc:0 "A monarchy is a form of government in which a group, usually related through family or caste, embodies the society's national identity. A single individual, typically the head of this family or caste, exercises the role of sovereignty."
  671. Line 751
  672. Replace
  673. civic_dictatorship_desc:0 "Dictatorship is a form of government in which a country is ruled by one Person (a dictator) or by a Polity, and power is exercized through various mechanisms in order to ensure that the entity's power remains strong."
  674. With
  675. civic_dictatorship_desc:0 "A dictatorship is a form of government in which a society is ruled by a single entity or polity, and absolute control of the state is achieved through various mechanisms."
  676.  
  677. // Still a lot more to follow, but that's all I could be bothered with today. Will continue to update. I'll sift through it more later.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement