Hey, recently I tried using the runyear command which is an extension of the run command.
So I placed a file named com.txt at Documents/Paradox Interactive/Europa Universalis IV which had a simple code in it:
When I use the run command the game loads the file and gives Nepal 100 cash.
However, when I type the command runyear 1492 com.txt, then when the given year comes, nothing happens. There is also no confirmation of typing the command in the console.
I'm doing something wrong or is this command broken? Is there any other way to fire a given code in a given year while playing?
So I placed a file named com.txt at Documents/Paradox Interactive/Europa Universalis IV which had a simple code in it:
Code:
NPL = {
add_treasury = 100
}
When I use the run command the game loads the file and gives Nepal 100 cash.
However, when I type the command runyear 1492 com.txt, then when the given year comes, nothing happens. There is also no confirmation of typing the command in the console.
I'm doing something wrong or is this command broken? Is there any other way to fire a given code in a given year while playing?