Hi, I'd like to have a menu, after you have taken a city, to show
"Occupy"
"Transfer population to other cities"
"Transfer population to countryside"
Which .txt file would I edit to make this happen?
P.S. anybody here knows how to code in python?
Hi, I'd like to have a menu, after you have taken a city, to show
"Occupy"
"Transfer population to other cities"
"Transfer population to countryside"
Which .txt file would I edit to make this happen?
P.S. anybody here knows how to code in python?
data/text/strat.txt, search for:
And change the text on the right.Code:{SMT_POPULATION_GAINED_FROM_ENSLAVE} Population to disperse amongst governed settlements {SMT_POPULATION_KILLED} Population to be massacred {SMT_LOOT_SETTLEMENT} Occupy Settlement {SMT_ENSLAVE_POPULACE} Enslave Populace {SMT_EXTERMINATE} Lay To Waste
Python isn't used in RTW, is it?
Yes, RTW uses only Ruby? I guess...
Developer of Rising Sumer
Beta-tester for ChC; Mapper of Colonialism-TW;
RTW doesn't make use of any external language (Ruby or Python), it has only its own built in one.
Under the patronage of Roman_Man#3, Patron of Ishan
Click for my tools and tutorials
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." -----Albert Einstein
Thank you, Squid![]()
Developer of Rising Sumer
Beta-tester for ChC; Mapper of Colonialism-TW;
Wow, was is it called, this RTW's own built-in language? Is it a mod of an existing language (like C or Java)?
And thanks a lot for helping me with the GUI editing.