• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Originally posted by Havard
It would help if you told us what error message you get though...

You've got two 19001's there, dont' know if that's the problem (or the only problem...)

I didn't saw that...But it still don't work


And don't apper a error message simply when I start the scenario the monarch is some guy named "Jem"


WHY???
 
Originally posted by Havard
Are you sure the file is called 'monarchs.u19' and not e.g. 'monarchs.u19.txt'?

yes it is monarchs.u19.txt
 
Originally posted by Havard
Well, there's your error. It should not have that .txt at the end...


who can I do that?
 
Originally posted by Dimwit


You a big fan of Pratchett then? So am I ;)

But as it is at the moment, I don't think that I_Killed_Kenny is getting much help just with the basics. So not much point of adding all the other countries (unless people want them)

we could toss all the real nations and put in a bunch of fantasy nations from the discworld or lord of the rings :D
 
Originally posted by The Aztec VII


we could toss all the real nations and put in a bunch of fantasy nations from the discworld or lord of the rings :D

If you write and script the events the monarchs and the leaderes


I'll put the contries....
 
discmap1.jpg
I'm sure we could use this map :p
 
Originally posted by The Aztec VII
discmap1.jpg
I'm sure we could use this map :p

WHats this?????????:confused: :confused: :confused:

And whats Discworld?????:confused:

But probably we couln't code the map:p
 
if you what to do that you can adjust some things of the Warhamer to the Forum scenario

But you need to do some things
 
Hey Harvard Wake:eek: Up!!!!

Who can I make the monarch.txt file in to a only monarchs file ????
 
Originally posted by I_Killed-Kenny

And Dimwit do you what to be Dimwit the Democratic?

I don't mind, but it doesn't QUITE have the ring of The Infamous Dimwit... ;)

But it don't bother me :D
 
YYYYYYYYYOOOOOOOOOOO Dudes...


I what to say to every body that still remeber that this tread exists that This MOD isn't dead so to every body who thinked that this will be the best MOD ever or the people who whant this MOD to died I must say:

From a frankestien movie It's alive it's alive

I had some problems whith the internet. And I allmost finisted the events but a Crazy ( I will kill the gay who invented it ) Virus entered the Pc and I was oblited to format the PC so no more Events.


But I put a deadline to complite the events.

In TWO WEEKS I will have the first beta of the Forum scenario. will eventsfor the Forumite Empire.

In this first scenario I will have the Forumite Empire and all the others historical countries.

Vasco ( Yes thats my name, to all the people that don't what to put all my nick )
 
Code:
[color=white]event = {
	id = xxxxxx
	random = no
	country = u19
	name = "Bishop Elected emperor"
	desc = "A Bishop is Elected the emperor. The Emperor order to star building church in all the Empire."
	style = 1
	date = { day = 24 month = october year = 1457 }
	action_a = {
		name = "God Gonna save our souls"
		command = { type = domestic which = INOVATIVE value = -1 }
		command = { type = treasury value = -100 }
	}
}
[/color]
It is an error with this one.
 
Code:
[color=white]event = {
	id = xxxxxxx
	random = no
	country = u19
	name = "Burning of the churches"
	desc = "The new Emperor order to be burn all the churches build in the reign of Bishop the Wasa of Duluth and all fathers to be burned inside. And all the money that the church have to be given to the treasury."
	style = 1
	date = { day = 12 month = may year = 1462 }
	action_a = {
		name = "Burn!"
		command = { type = treasury value = 250 }
		command = { type = provincetaxx which = -2 value = -1 }
		command = { type = provincetax which = -1 value = -1 }
		command = { type = provincetax which = -1 value = -1 }
	}
}
[/color]It is an error with this one too. unknown command or something
 
Code:
[color=white]event = {
	id = xxxxx
	random = no
	country = u19
	name = "Emperor Johan"
	desc = "The Emperor Vulture has Know down by a revolt started by Johan, that auto-proclaimed The Emperor. Now the Emperors will be past from generation to generation and not elected."
	style = 1
	date = { day = 3 month = november year = 1473 }
	action_a = {
		name = "All hail the Emperor"
		command = { type = domestic which = ARISTOCRACY value = 2 }
		command = { type = domestic which = CENTRALIZATION value = 2 }
		command = { type = domestic which = SERFDOM value = 1 }
	}
}
[/COLOR]