Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- | Modifying NewAgeKid52's More Civics in Ethics and Civics Rebuild mod to remove traditions |
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- This mod has gone through a few iterations and owners. Inevitably, Petruxa's traditions
- (which are neat, don't get me wrong) work their way back into the versions of this mod that
- are spun off. If you're like me, and either want vanilla traditions only or want to use
- another tradition mod, you're then back to trying to figure out how to excise traditions
- without breaking all of the things - well, never fear: here are the steps to do it.
- This guide assumes you know a little bit about folders and files, as well as how to 'manage'
- locally-saved mods. Steps for taking a mod out of workshop folders and into the 'local' mods
- folder can be found below (a key step for making a local copy of this) - if you're looking
- to maintain this mod, or a fork of it, you'll want to get it on the workshop, so those steps
- likely won't apply for you outside of testing.
- (Edit: This guide should still be current through the update to this mod released on June
- 21st, 2018, though the lines may not match. I will attempt to review those over the
- weekend and do the same for the localization stuff.)
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- | Converting to a local mod (for testing, etc.) |
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- These steps are for Windows, but should be easy to port to your OS of choice.
- 1. Locate the "morebuild.zip" file in your
- Steam\steamapps\workshop\content\281990\1329351538
- folder.
- 2. Extract the contents of this archive to your
- %Documents%\Paradox Interactive\Stellaris\mod
- folder, placing them in a subfolder of your choice (e.g. "test-morerebuild").
- 3. Open the
- descriptor.mod
- file located in the newly created subfolder.
- 4. Change the name to something distinctive, e.g.
- name="TEST - More Civics in Ethics and Civics Rebuild"
- 5. Remove the "archive=" line.
- 6. In its place, create a "path=" line, pointing to the folder containing the mod, e.g.
- path="mod/test-morerebuild"
- 7. Remove the "remote_file_id=" line.
- 8. Save the "descriptor.mod" file, and then save a copy of it in the
- %Documents%\Paradox Interactive\Stellaris\mod
- folder under a file name matching the folder, e.g.
- %Documents%\Paradox Interactive\Stellaris\mod\test-morerebuild.mod
- 9. Make *all of the changes* in the first section, below.
- 10. Boot up Stellaris, enable the mod (disabling the original), and test.
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- | Changes required to remove traditions |
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- All changes needed are listed below - note that lines are 'approximate' as things may have
- moved around or been bumped based on updates/other changes. Note that these changes are
- intended to make all of the tweaks in this mod fit a vanilla game.
- To remove traditions, make the following changes:
- The following folders need to be removed altogether:
- .\common\tradition_categories
- .\common\traditions
- .\gfx\interface\tiles
- .\gfx\interface\traditions
- The following files need to be removed altogether:
- .\gfx\interface\icons\buildings\building_ministry_culture.dds (this is likely harmless)
- .\interface\00_anarchy.gfx
- .\interface\00_ascension.gfx
- .\interface\00_commerce.gfx
- .\interface\00_commonwealth.gfx
- .\interface\00_cybernetic.gfx
- .\interface\00_development.gfx
- .\interface\00_diplomacy.gfx
- .\interface\00_discovery.gfx
- .\interface\00_environmentalism.gfx
- .\interface\00_harmony.gfx
- .\interface\00_hierarchy.gfx
- .\interface\00_prosperity.gfx
- .\interface\00_purity.gfx
- .\interface\00_supremacy.gfx
- .\interface\topbar_traditions_view.gui (let this be replaced by other mods, or vanilla)
- The following files need to be edited with the following changes (find -> replace):
- .\common\ascension_perks\ethic_rebuild_ascension_perks.txt
- Line 13 (under Totalitarian Utopia)
- Replace
- fail_text = "requires_finish_hirerarchy_or_cyber"
- With
- fail_text = "requires_finish_domination"
- Line 16 (under Totalitarian Utopia)
- Replace
- has_tradition = tr_hierarchy_finish
- With
- has_tradition = tr_domination_finish
- Line 111 (under Anarchy Utopia)
- Replace
- fail_text = "requires_finish_anarchy"
- With
- fail_text = "requires_finish_prosperity"
- Line 112 (under Anarchy Utopia)
- Replace
- has_tradition = tr_anarchy_finish
- With
- has_tradition = tr_prosperity_finish
- Line 165 (under Terraforming Mastery)
- Replace
- fail_text = "requires_environmentalism_finish"
- With
- fail_text = "requires_harmony_finish"
- Line 221 (under New Babylon)
- Replace
- fail_text = "requires_finish_unity"
- With
- fail_text = "requires_finish_diplomacy"
- // You could replace this with Harmony, but Diplomacy needs some love.
- .\common\buildings\00_buildings.txt
- Line 4473 (under Produced Resource Trigger)
- Replace
- has_tradition = tr_unity_pan_galactic
- With
- has_tradition = tr_diplomacy_diversity_utopia
- // I can't find a tradition named tr_unity_pan_galactic, but the
- // diplomacy tradition unlocks Pan-Galactic Forum, so...
- Line 4572 (under build_symbol_purity)
- Replace
- has_swapped_tradition = tr_purity_keepers_tradition
- With
- has_swapped_tradition = tr_purity_symbol_purity
- Line 4580 (under build_symbol_purity)
- Replace
- NOT = { has_swapped_tradition = tr_purity_keepers_tradition }
- With
- NOT = { has_swapped_tradition = tr_purity_symbol_purity }
- .\common\buildings\ethic_rebuild_buildings.txt
- Line 187 (under building_biofuel_plant)
- Replace
- has_tradition = tr_harmony_environmentalism_efficient_power
- With
- has_tradition = tr_harmony_finish
- Line 247 (under building_biomaterials_plant)
- Replace
- has_tradition = tr_harmony_environmentalism_efficient_power
- With
- has_tradition = tr_harmony_finish
- Line 308 (under building_thermal_borehole)
- Replace
- has_tradition = tr_prosperity_mining
- With
- has_tradition = tr_prosperity_finish
- Line 383 (under building_global_pds_1)
- Replace
- has_tradition = "tr_purity_defenders_faith"
- With
- has_tradition = tr_purity_never_surrender
- Line 410 (under building_global_pds_1)
- Replace
- has_tradition = "tr_purity_defenders_faith"
- With
- has_tradition = tr_purity_never_surrender
- Line 440 (under building_research_coordination)
- Replace
- has_tradition = tr_discovery_coordinated_research
- With
- has_tradition = tr_discovery_science_division
- Line 551 (under building_food_bazaar)
- Replace
- has_tradition = tr_prosperity_agri
- With
- has_tradition = tr_harmony_finish
- Line 613 (under building_soil_enrich)
- Replace
- has_tradition = tr_prosperity_agri
- With
- has_tradition = tr_harmony_finish
- Line 732 (under building_resort)
- Replace
- has_tradition = tr_prosperity_paradise
- With
- has_tradition = tr_harmony_adopt
- Line 863 (under building_collosal_monument)
- Replace
- has_tradition = tr_hierarchy_personality_cult
- With
- has_tradition = tr_domination_star_lords
- Line 945 (under building_comm_hub)
- Replace
- has_tradition = tr_cybernetic_bioinformatics
- With
- has_tradition = tr_discovery_finish
- Line 957 (under building_comm_hub)
- Replace
- has_tradition = tr_cybernetic_bioinformatics
- With
- has_tradition = tr_discovery_finish
- Line 93 to 161 (under building_ministry_culture)
- Delete all of these lines.
- // The Ministry of Culture is "building_artist_patron" in Vanilla in
- // the Leviathans buildings file.
- .\common\defines\ethic_rebuild_defines.txt
- Line 6
- Delete this line altogether
- ASCENSION_PERKS_SLOTS = 16
- // Presumably you're using vanilla or another slot replacer.
- // You can leave this if not, I guess. :)
- .\common\policies\00_policies.txt
- Line 615 (under private_education)
- Replace
- has_tradition = tr_development_land_planning
- With
- NOR = {
- has_ethic = "ethic_fanatic_socialism"
- }
- Line 656 (under public_education)
- Replace
- has_tradition = tr_environmentalism_agri
- With
- NOR = {
- has_ethic = "ethic_fanatic_capitalism"
- }
- Line 732 (under civilian_transport)
- Replace
- has_tradition = tr_cybernetic_transport
- With
- has_tradition = tr_expansion_finish
- Line 765 (under administrative_transport)
- Replace
- has_tradition = tr_cybernetic_transport
- With
- has_tradition = tr_diplomacy_finish
- Line 805 (under military_transport)
- Replace
- has_tradition = tr_cybernetic_transport
- With
- has_tradition = tr_supremacy_finish
- Line 842 (under trade_transport)
- Replace
- has_tradition = tr_cybernetic_transport
- With
- has_tradition = tr_prosperity_finish
- Line 2303 (under pre_sapients_purge)
- Delete this line altogether
- has_tradition = "tr_unity_patrons"
- Line 2277 (under pre_sapients_eat)
- Delete this line altogether
- has_tradition = "tr_unity_patrons"
- Line 534 (under healthcare)
- Delete this line altogether
- has_tradition = tr_commerce_healthcare
- Line 492 (under healthcare)
- Delete this line altogether
- has_tradition = tr_commerce_healthcare
- .\common\pop_faction_types\00_bankers.txt
- Line 106 (under CAPITALISM_TRADITION)
- Replace
- has_tradition = tr_commonwealth_adopt
- With
- has_tradition = tr_prosperity_adopt
- .\common\pop_faction_types\00_conservatives.txt
- Line 117 (under ELITISM_TRADITION)
- Replace
- has_tradition = tr_environmentalism_adopt
- With
- has_tradition = tr_harmony_adopt
- .\common\pop_faction_types\00_environmentalists.txt
- Line 103 (under ENVIRONMENTAL_ECONOMY)
- Replace
- has_tradition = tr_cybernetic_adopt
- With
- has_tradition = tr_prosperity_adopt
- .\common\pop_faction_types\00_imperialist.txt
- Line 108 (under DIPLOMACY_TRADITIONS)
- Replace
- has_tradition = tr_prosperity_adopt
- With
- has_tradition = tr_diplomacy_adopt
- .\common\pop_faction_types\00_labourites.txt
- Line 341 (under PLURALISM_TRADITION)
- Replace
- has_tradition = tr_development_adopt
- With
- has_tradition = tr_domination_adopt
- .\common\pop_faction_types\00_progressive.txt
- Line 158 (under TRADITION_ANARCHY)
- Replace
- owner = { has_tradition = tr_hierarchy_adopt }
- With
- owner = { has_tradition = tr_domination_adopt }
- // Not a great fit, but that's what was done.
- .\common\pop_faction_types\00_socialists.txt
- Line 103 (under SOCIALISM_IDEOLOGY)
- Replace
- owner = { has_tradition = tr_commerce_adopt }
- With
- owner = { has_tradition = tr_domination_adopt }
- .\common\pop_faction_types\00_technologist.txt
- Line 194 (under TECHNOLOGIST_NO_SPIRITUALISM)
- Replace
- owner = { OR = { has_tradition = tr_ascension_adopt } }
- With
- owner = { OR = { has_tradition = tr_harmony_adopt } }
- Lines 372-373 (under TECHNOLOGIST_DISCOVERY)
- Replace
- has_tradition = tr_discovery_planetary_survey_corps
- has_tradition = tr_discovery_neural_network
- With
- has_tradition = tr_discovery_databank_uplinks
- has_tradition = tr_discovery_science_division
- has_tradition = tr_discovery_polytechnic_education
- .\common\pop_faction_types\00_totalitarian.txt
- Line 108 (under TRADITION_HIERARCHY)
- Replace
- owner = { has_tradition = tr_anarchy_adopt }
- With
- owner = { has_tradition = tr_harmony_adopt }
- .\common\pop_faction_types\00_traditionalist.txt
- Lines 143-148 (under TRADITIONALIST_NO_SCIENCE)
- Delete all of these lines
- owner = {
- OR = {
- has_tradition = tr_ascension_finish
- }
- }
- .\events\on_action_events.txt
- Lines 6487-6488
- Replace
- has_non_swapped_tradition = tr_discovery_planetary_survey_corps
- has_swapped_tradition = tr_discovery_planetary_survey_corps_machine
- With
- has_tradition = tr_discovery_to_boldly_go
- // Best fit for this one, likely.
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- | The following are localisation clean-ups from ThugQueen69's iteration of the mod. |
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- .\localisation\replace\ethic_rebuild_l_english.yml
- Line 4
- Replace
- 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."
- With
- 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."
- Line 13
- Replace
- ENSLAVED_DESC:0 "This Pop is enslaved. Enslaved Pops generates unhappiness for all Libertarian Pops on this planet."
- With
- ENSLAVED_DESC:0 "This Pop is enslaved. Enslaved Pops generate unhappiness for all Libertarian Pops on this planet."
- Line 28
- Replace
- 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."
- With
- 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."
- Line 31
- Replace
- 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."
- With
- 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."
- Line 46
- Replace
- 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."
- With
- 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."
- Line 48
- Replace
- 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."
- With
- 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."
- Line 238
- Replace
- 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."
- With
- 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."
- Line 241
- Replace
- 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."
- With
- 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."
- Line 248
- Replace
- 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."
- With
- 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."
- Line 250
- Replace
- 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."
- With
- 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."
- Line 827
- Replace
- 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."
- With
- 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."
- Line 829
- Replace
- 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."
- With
- 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."
- Line 846
- Replace
- 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."
- With
- 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."
- Line 848
- Replace
- 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."
- With
- 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."
- Line 849
- Replace
- 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."
- With
- 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."
- .\localisation\replace\ethic_rebuild_l_english_1.6.yml
- Line 69
- Replace
- 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."
- With
- 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."
- Line 73
- Replace
- auth_direct_democratic_desc:0 "Pure democracy, in which people decide (either through vote or consensus) policy initiatives directly."
- With
- auth_direct_democratic_desc:0 "Pure democracy in which citizens decide policy initiatives through direct vote or consensus."
- Line 75
- Replace
- gov_demos_cratos_desc:0 "This government is a form of democracy, where people directly decide on policy initiatives, either through vote or consensus."
- With
- gov_demos_cratos_desc:0 "Pure democracy in which citizens decide policy initiatives through direct vote or consensus."
- Line 80
- Replace
- 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."
- With
- 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."
- Line 89
- Replace
- 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."
- With
- 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."
- Line 129
- Replace
- pft_labourites_desc:1 "Labourites Factions represent the interests of working class and desire non-discrimination within existing social structures.\n\n§LEgalitarian ethos§!"
- With
- 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§!"
- Line 143
- Replace
- policy_transportation_logistics_desc:0 "Allows to specialize your transportation infrastructure."
- With
- policy_transportation_logistics_desc:0 "Allows specialization of transportation infrastructure."
- Line 191
- Replace
- 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."
- With
- 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."
- Line 256
- Replace
- NO_MARKET_ECONOMY:0 "Market Economy"
- With
- NO_MARKET_ECONOMY:0 "No Market Economy"
- Line 265
- Replace
- NO_FREE_MARKET_ECONOMY:0 "Free Market"
- With
- NO_FREE_MARKET_ECONOMY:0 "Unregulated Market"
- Lines 272-273
- Replace
- NO_PARLIAMENTARY_SYSTEM:0 "Public Discussion"
- PARLIAMENTARY_SYSTEM_DESC:0 "Political Factions are happier in Empires with developed traditions of §YPublic Discussion§!."
- With
- NO_PARLIAMENTARY_SYSTEM:0 "Lack of Public Discussion"
- PARLIAMENTARY_SYSTEM_DESC:0 "Political Factions are happier in societies with developed traditions of §YPublic Discussion§!."
- Lines 279-281
- Replace
- HUMANITARIAN_SCIENCE:0 "Society Research Focus"
- NO_HUMANITARIAN_SCIENCE:0 "Society Research Grants"
- HUMANITARIAN_SCIENCE_DESC:0 "Invoking a §YSociety Research Focus§! edict will please the [Root.GetName]."
- With
- HUMANITARIAN_SCIENCE:0 "Research Grants for Sociology"
- NO_HUMANITARIAN_SCIENCE:0 "No Research Grants"
- HUMANITARIAN_SCIENCE_DESC:0 "Invoking a §YResearch Focus§! edict will please the [Root.GetName]."
- Line 285
- Replace
- PUBLIC_MEDICINE_DESC:0 "Active §YPublic Medicine§! government civic will please the [Root.GetName]."
- With
- PUBLIC_MEDICINE_DESC:0 "Active §YPublic Medicine§! government civic will please the [Root.GetName]."
- Line 288
- Replace
- NO_PUBLIC_EDUCATION:0 "Public Education"
- With
- NO_PUBLIC_EDUCATION:0 "Desires Public Education"
- Line 292
- Replace
- NO_WELFARE_ECONOMY:0 "Planned Economy"
- With
- NO_WELFARE_ECONOMY:0 "Unplanned Economy"
- Line 344
- Replace
- NO_INDUSTRY_ASCENSION_2:0 "Glorious Galactic Engineering"
- With
- NO_INDUSTRY_ASCENSION_2:0 "Inadequate Galactic Engineering"
- Line 369
- Replace
- ECO_NO_TOMB_WORLDS_DESC:0 "Terraforming a §YTomb World§! inside Empire's borders will please the [Root.GetName]."
- With
- ECO_NO_TOMB_WORLDS_DESC:0 "Terraforming a §YTomb World§! inside society's borders will please the [Root.GetName]."
- Line 373
- Replace
- ECO_NO_TOXIC_WORLDS_DESC:0 "Terraforming a §YToxic World§! inside Empire's borders will please the [Root.GetName]."
- With
- ECO_NO_TOXIC_WORLDS_DESC:0 "Terraforming a §YToxic World§! inside society's borders will please the [Root.GetName]."
- Line 377
- Replace
- ECO_NO_BARREN_WORLDS_DESC:0 "Terraforming a §YTerraforming Candidate Barren World§! inside Empire's borders will please the [Root.GetName]."
- With
- ECO_NO_BARREN_WORLDS_DESC:0 "Terraforming a §YTerraforming Candidate Barren World§! inside society's borders will please the [Root.GetName]."
- Line 468
- Replace
- WELFARE_ECONOMY: "No Market Regulation"
- With
- WELFARE_ECONOMY: "Regulated Market"
- Lines 515-516
- Replace
- 16_FRIENDLY_GREETING:1 "Your government does a good job of curtailing the worst excesses of libertarianism, [From.GetSpeciesNamePlural]."
- 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."
- With
- 16_FRIENDLY_GREETING:1 "It seems your government does well at curtailing the worst excesses of libertarianism, [From.GetSpeciesNamePlural]."
- 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."
- Line 539
- Replace
- 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?"
- With
- 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."
- Lines 567-570
- Replace
- opinion_green_neg_1:0 "Dumb-ass Tree-Huggers"
- opinion_green_neg_2:0 "Dumb-ass Tree-Huggers"
- opinion_green_neg_3:0 "Dumb-ass Tree-Huggers"
- opinion_green_neg_4:0 "Dumb-ass Tree-Huggers"
- With
- opinion_green_neg_1:0 "Moronic Tree-Huggers"
- opinion_green_neg_2:0 "Moronic Tree-Huggers"
- opinion_green_neg_3:0 "Moronic Tree-Huggers"
- opinion_green_neg_4:0 "Moronic Tree-Huggers"
- Lines 577-580
- Replace
- opinion_industrial_neg_1:0 "Rattle Metalheads"
- opinion_industrial_neg_2:0 "Rattle Metalheads"
- opinion_industrial_neg_3:0 "Rattle Metalheads"
- opinion_industrial_neg_4:0 "Rattle Metalheads"
- With
- opinion_industrial_neg_1:0 "Wasteful Metalheads"
- opinion_industrial_neg_2:0 "Wasteful Metalheads"
- opinion_industrial_neg_3:0 "Wasteful Metalheads"
- opinion_industrial_neg_4:0 "Wasteful Metalheads"
- Lines 587-590
- Replace
- opinion_pluralist_neg_1:0 "Egalitarian Rabble"
- opinion_pluralist_neg_2:0 "Egalitarian Rabble"
- opinion_pluralist_neg_3:0 "Egalitarian Rabble"
- opinion_pluralist_neg_4:0 "Egalitarian Rabble"
- With
- opinion_pluralist_neg_1:0 "Mob Rabble"
- opinion_pluralist_neg_2:0 "Mob Rabble"
- opinion_pluralist_neg_3:0 "Mob Rabble"
- opinion_pluralist_neg_4:0 "Mob Rabble"
- Line 605
- Replace
- LABOURITE_NO_CASTE_DESC:0 "Letting anybody in our Empire under a §YCaste System§! will greatly displease the [Root.GetName]."
- With
- LABOURITE_NO_CASTE_DESC:0 "Letting anybody in our society under a §YCaste System§! will greatly displease the [Root.GetName]."
- Line 610
- Replace
- EQUAL_ARMY_DESC:0 "Ensuring that no species in our Empire is subject to Limited or None Military Service will please the [Root.GetName]."
- With
- EQUAL_ARMY_DESC:0 "Ensuring that no species in our society is subject to Limited or No Military Service will please the [Root.GetName]."
- Line 622
- Replace
- gun_rights_limited_desc:0 " "
- With
- gun_rights_limited_desc:0 "Personal weapon ownership is permitted, but is heavily restricted either through class, military service or occupation."
- Line 626
- Replace
- gun_rights_allowed_desc:0 "Citizens are allowed to carry and use personal weapons."
- With
- gun_rights_allowed_desc:0 "Citizens are allowed to carry and use personal weapons, with light restrictions based on criminal history and mental fitness."
- Line 630
- Replace
- gun_rights_disallowed_desc:0 "Citizens are prohibited to carry and use personal weapons."
- With
- 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."
- Line 634
- Replace
- TOTALITARIAN_NO_GUN_RIGHTS_DESC:0 "Prohibiting ordinary citizens of our Empire to carry §YPersonal Weapons§! will please the [Root.GetName]."
- With
- TOTALITARIAN_NO_GUN_RIGHTS_DESC:0 "Prohibiting citizens of our society from owning §YPersonal Weapons§! will please the [Root.GetName]."
- Line 638
- Replace
- PROGRESSIVE_GUN_RIGHTS_DESC:0 "Allowing citizens of our Empire to carry and use §YPersonal Weapons§! will please the [Root.GetName]."
- With
- PROGRESSIVE_GUN_RIGHTS_DESC:0 "Allowing citizens of our society to carry and use §YPersonal Weapons§! will please the [Root.GetName]."
- Line 660
- Replace
- MOD_DISTANCE_TO_CAPITAL_STATIC_MODIFIER_EFFICIENCY_MULT:0 "Governing Ethic reduction due to Distance"
- With
- MOD_DISTANCE_TO_CAPITAL_STATIC_MODIFIER_EFFICIENCY_MULT:0 "Governing Ethic reduction due to distance"
- Line 663
- Replace
- auth_dictatorial_desc:0 "Dictatorial governments are ruled by a single individual for life that wields absolute control over the state."
- With
- auth_dictatorial_desc:0 "Dictatorial governments are ruled by a single individual who wields absolute control over the state."
- Line 666
- Replace
- 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."
- With
- 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."
- Line 669
- Replace
- 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."
- With
- 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."
- Line 675
- Replace
- 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."
- With
- 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."
- Line 692
- Replace
- 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§!."
- With
- 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§!."
- Line 736
- Replace
- 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."
- With
- 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."
- Line 741
- Replace
- 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§!."
- With
- 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§!."
- Line 744
- Replace
- civic_public_education_desc:0 "Government allocates funds for development and maintaining of the Public School System."
- With
- civic_public_education_desc:0 "Government allocates funds for development and maintenance of a public school system."
- Line 749
- Replace
- 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."
- With
- 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."
- Line 751
- Replace
- 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."
- With
- 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."
- // 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