Log in

View Full Version : Historical Events Altered



Irish Soldier
01-02-2007, 21:10
Does anyone know how to change the date of Historical events taking place?? I want o make the Americas available from preety much the start of the game and Gunpowder as well. I tryed going into descr events but it is all in strange numbers and has no clear dates writen down. If anyone knows Please I would greatly appreciate it if you Shared you Knowledge on the Subject:egypt:

HaroldVonBraver
01-02-2007, 22:40
The dates are shown as turns. So if it says 150 153 it means turns 150 and 153. Change it to something like 2 3 and that'll translate it to turns 2 and 3. I've played around with it and it does work. I'm no expert but I believe the first number is an announcement or warning and the second number is the actual event.

Try it.

Wizzie
01-02-2007, 22:54
The dates are shown as turns. So if it says 150 153 it means turns 150 and 153. Change it to something like 2 3 and that'll translate it to turns 2 and 3. I've played around with it and it does work. I'm no expert but I believe the first number is an announcement or warning and the second number is the actual event.

Try it.

The numbers are actually the year + the start date that the event will occur. So in the above example, 150 would mean the event happens in the year (1080+150)=1230, which is turn (150/2)=75.

I'm not 100% sure but I think the two numbers are the limits of when the event will randomly occur, so again using the above example it will occur sometime between 1230 and 1233.

If you want to change the time an event occurs so it happens more or less straight away, try changing the numbers to 2 4 so it'll happen on either the second or third turn. You could try 0 2, but I've found the number 0 can sometimes be a law unto itself in code, so because of my amateurish and superstitious nature I'd go with 2 and 4 ~;)

Irish Soldier
01-02-2007, 23:19
Very Good but there is one other Prob and rather than make a Whole new Topic I will ask it here as well. I went into the file which contained all the information on Histroical Avents But when I changed it to 2 4 as recomended I was not able to save it. It would not let me. Any Ideas as to why that was and what I should do. Please People I am desperate lol

HaroldVonBraver
01-02-2007, 23:23
Before editing the events file, right click the file and go into its properties. In properties uncheck the read-only attribute. Then ok/apply and then open the file and make your changes.

Irish Soldier
01-02-2007, 23:59
I have done that thank you very much for telling me . Well I played the game a few minutes ago up unil turn 10 and there was nothing came up on screen about the world being Round so I do not think it worked :( :(:(

HaroldVonBraver
01-03-2007, 00:26
I don't see why it wouldn't work for you because it definitely does. Check for a few things to see that everything is right with your events file.

First, check to see if you saved the file with the changes with the correct naming of the file.

Second, make sure you changed the "world_is_round" event at the bottom of the events file.

Third, make sure there's a space between the two numbers and make sure it's not reading something like 24 when it should be 2 4.

Hope this helps.


; ------------ CORE GAME EVENT --------------
;TRUE TIME event historic world_is_round
;TRUE TIME date 366 374


Change to something like this:

]; ------------ CORE GAME EVENT --------------
;TRUE TIME event historic world_is_round
;TRUE TIME date 2 4

Quillan
01-03-2007, 00:34
I think that particular event also has an in-game trigger: the building of a university. I don't think it can happen until both the game date has happened and the first university is constructed. You can't build universities until after gunpowder is developed, so that might also be restricting it.

HaroldVonBraver
01-03-2007, 01:10
I think that particular event also has an in-game trigger: the building of a university. I don't think it can happen until both the game date has happened and the first university is constructed. You can't build universities until after gunpowder is developed, so that might also be restricting it.

I think you're right.

He should paste this building ID in his desc_strat.txt in one or all of his settlements. This should do the trick.


building
{
type academic university
}

Copy and paste it exactly like you see it. Then try it again.

Wizzie
01-03-2007, 02:06
Also bear in mind if that does work, to actually GET to the New World you'll need carracks, which are only available from the top level docks and after gunpowder. So you'd need to set gunpowder invention to the same time and also give one of your starting regions a level 4 dock.

HaroldVonBraver
01-03-2007, 02:12
Also bear in mind if that does work, to actually GET to the New World you'll need carracks, which are only available from the top level docks and after gunpowder. So you'd need to set gunpowder invention to the same time and also give one of your starting regions a level 4 dock.

True.

Copy and paste this too so you can sail over to the americas. It's the level four port, and the docklands for the hell of it.


building
{
type port naval_drydock
}
building
{
type sea_trade docklands
}

Good luck.

katank
01-03-2007, 02:37
Why not just add mercenary carracks? That's a simpler solution IMHO.