Hi, I tried to mod in Ashanti with this guide http://www.paradoxian.org/vickywiki/index.php/Guide_to_Making_Your_Own_Country, after working around several errors while loading, it finally manages to start. Everything seems fine, but when I click on the provinces a few times, the game crashes to desktop with no specific error. I modded these files:
(these are not the final pops, just trying to make it work, will change this later when things run fine)
(why do there show up spaces on the forum? these are not in the file)
Also, when selecting the country in the menu, it is not shown on the visible map next to it, however when the game is started, it is visible, is this normal?
Anyone able to notice any errors in this? Or could it be something else? This is vanille 2.01 Revolutions, with no other modding done, just made this country to learn how to mod. Thanks in advance
Code:
country = {
tag = U00
capital = 2177
culture = {
type = african_minor
}
religion = pagan
literacy = 0.005
ai = default.ai
slaves = no
primitive = yes
voting_rights = none
press_rights = state_press
political_parties = none_allowed
trade_unions = none
public_meetings = yes
maximum_workhours = 24
minimum_wages = none
safety_regulations = none
health_care = none
unemployment_subsidies = none
pension_funds = none
ruling_party = 19600
government = monarchy
executive_designation = laws_by_decree
establishment = traditional_academic
party_system = two_party
national_value = order
cash = 500
#Make sure that these provinces don't overlap with any other country, as example here Spain
ownedprovinces = {
2174 2175 2176 2177
}
#If at war, you can set more province or less provinces, depending of the front:
controlledprovinces = {
2174 2175 2176 2177
}
#Claims are added here:
nationalprovinces = {
2173 2174 2175 2176 2177
}
diplomacy = {
relation = { tag = ENG value = 100 } # Starting Diplomatic Values
}
############
#TECHNOLOGY#
############
# Here I used the Techs and Resources of a indenpendent country:
techapps = { 3101 4001 4101 } #Backward Western Knowledge
inventions = { }
resources = {
###########
#Raw Mtrl #
###########
lumber = 100
################
#Consumer Goods#
################
#################
#Strategic Mtrl #
#################
small_arms = 40
artillery = 20
}
### Philippines OOB 1836 by Pimparel ###
leadership = 40
landunit = {
location = 2039
id = { type = 11340 id = 2006 }
name = "I Philippine Army"
division = {
name = "1st Infantry Division"
type = infantry
id = { type = 11340 id = 2007}
quality = regular
location = 2039
culture = philippine
strength = 100
}
}
### Philippine Navy OOB 1836 by Pimparel ###
navalunit = {
name = "Philippine Navy"
id = {type = 14115 id = 2000 }
location = 2039
division = {
name = "Big Boat"
id = { type = 14115 id = 2001 }
type = manowar
quality = regular
culture = philippine
location = 2039
strength = 100
}
}
}
Code:
Province;Nationality;Religion;Workforce;Ideology;Consciousness;Militancy;Size
2174;African_Minor;Pagan;aristocrats;;;;4
2174;African_Minor;Pagan;officers;;;;13
2174;African_Minor;Pagan;clergymen;;;;4
2174;African_Minor;Pagan;soldiers;;;;26
2174;African_Minor;Pagan;farmers;;;;58
2175;African_Minor;Pagan;aristocrats;;;;4
2175;African_Minor;Pagan;officers;;;;13
2175;African_Minor;Pagan;clergymen;;;;4
2175;African_Minor;Pagan;soldiers;;;;26
2175;African_Minor;Pagan;farmers;;;;58
2176;African_Minor;Pagan;aristocrats;;;;4
2176;African_Minor;Pagan;officers;;;;13
2176;African_Minor;Pagan;clergymen;;;;4
2176;African_Minor;Pagan;soldiers;;;;26
2176;African_Minor;Pagan;farmers;;;;58
2177;African_Minor;Pagan;aristocrats;;;;4
2177;African_Minor;Pagan;officers;;;;13
2177;African_Minor;Pagan;clergymen;;;;4
2177;African_Minor;Pagan;soldiers;;;;26
2177;African_Minor;Pagan;farmers;;;;58
Code:
country;id;name;start;end;ideology;Economic;Trade;Religious;Minority;War;Culture;Religion;Status
U00;19600;Royal Faction;1800;2000;conservative;laissez_faire;protectionism;moralism;residence;pro_military;all;all;x
U00;19601;The Liberal Faction;1820;1936;liberal;laissez_faire;protectionism;pluralism;full_citizenship;pacifism;all;all;x
U00;19602;The Nationalist Faction;1820;2000;reactionary;interventionism;protectionism;moralism;residence;jingoism;all;all;x
U00;19603;The Radical Faction;1830;2000;anarcho_liberal;laissez_faire;free_trade;atheism;full_citizenship;pro_military;all;all;x
U00;19604;The Socialist Faction;1848;2000;socialist;planned_economy;protectionism;secularized;full_citizenship;anti_military;all;all;x
U00;19605;The Communist Faction;1848;2000;communist;planned_economy;protectionism;atheism;full_citizenship;pro_military;all;all;x
U00;19606;The Fascist Faction;1905;2000;fascist;state_capitalism;protectionism;moralism;residence;jingoism;all;all;x
Code:
pop = "scenarios/gc/U001836_Ashanti.csv"
include = "scenarios/gc/U00.inc"
Also, when selecting the country in the menu, it is not shown on the visible map next to it, however when the game is started, it is visible, is this normal?
Anyone able to notice any errors in this? Or could it be something else? This is vanille 2.01 Revolutions, with no other modding done, just made this country to learn how to mod. Thanks in advance
Last edited: