you cant.
Announcement
Collapse
No announcement yet.
slave trading vs abolitionist movement
Collapse
X
-
"Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
-
i dont know."Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
-
the upseting thing is that if i could get this to work i could activate my coloney strings too."Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
-
I think we can
Check this out
Code:int_t SlaveryHapenning; city_t SlaveCity[]; int_t SlaveCount[]; void_f StoreSlaveCity(city_t theCity, int_t theAmount) { int_t i; int_t sucess; int_t tmpAmount; city_t tmpCity; tmpAmount = theAmount; tmpCity = theCity; for (i = 0; i < SlaveCity.#; i = i + 1){ if(tmpCity == SlaveCity[i]) { SlaveCount[i] = SlaveCount[i] + theAmount; sucess = 1; // This is probably not needed return STOP; } } if(sucess == 0) { SlaveCity[SlaveCity.#] = tmpCity; SlaveCount[SlaveCity.#] = SlaveCount[SlaveCity.#] + theAmount; } } HandleEvent(SlaveRaidOrder) 'MarkTheSlaveAttempt' pre { SlaveryHapenning = 1; } HandleEvent(MakePop) 'FindCityTheSlaverWent' post { if(SlaveryHapenning == 1) StoreSlaveCity(city[0], 1); SlaveryHapenning = 0; } }
I will test it tomorrow if you doesnt first"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Comment
-
Re: slave trading vs abolitionist movement
Originally posted by The Big Mc
Well as the name says I have found a way in theory to allow for the trading of slaves inside you empire.
The bad news is that to achieve this I have to remove the free slaves command which is the abolitionist main weapon."Democracy is the worst form of government there is, except for all the others that have been tried." Sir Winston Churchill
Comment
-
Well I am off till Monday but I will try it. Now if I remember right from my research if a city has 5 slave and you want to add one more the program adds one pop on and then changes the characteristics of the bottom not slave pop point to be turned into a slave.
Meaning if you kill 4 people off a city with 3 people and 2 slaves then add 3 pop points the city will be reduced to one slave and 3 people."Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
-
Notes on slave trading
Right lets start it is in possible to use the trade mangier to trade slave however it is possible to move slaves directly to a pre selected city. This is achieved in two ways one few slic and two with the introduction of the slave trader unit.
Slic
It is possible to put a pop up box to say that you want the slaves to top up all your cities.
The slave trader unit
Simply move the unit to the city of your chose and press the settle button."Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
-
Originally posted by The Big Mc
Notes on slave trading
Right lets start it is in possible to use the trade mangier to trade slave however it is possible to move slaves directly to a pre selected city. This is achieved in two ways one few slic and two with the introduction of the slave trader unit.
Slic
It is possible to put a pop up box to say that you want the slaves to top up all your cities.
The slave trader unit
Simply move the unit to the city of your chose and press the settle button."Democracy is the worst form of government there is, except for all the others that have been tried." Sir Winston Churchill
Comment
-
it is posible to add a slic to top up all your citys to = slaves."Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
-
Originally posted by The Big Mc
Notes on slave trading
Right lets start it is in possible to use the trade mangier to trade slave however it is possible to move slaves directly to a pre selected city. This is achieved in two ways one few slic and two with the introduction of the slave trader unit.
Slic
It is possible to put a pop up box to say that you want the slaves to top up all your cities.
The slave trader unit
Simply move the unit to the city of your chose and press the settle button."Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Comment
-
pedrun
i thinck you got the wrong end of the stick i got an add slave command.
i just need a command to get rid of one."Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
-
Originally posted by The Big Mc
i just need a command to get rid of one.
Code:UndergroundRailwayOrder(army_t, location_t) UndergroundRailwayUnit(unit_t, city_t)
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Comment
-
you tried it yet.
if you had you would have found out it don't work"Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
Comment
Comment