When creating your win condition pack in the tools select the "Requires VP Ticker". This will take care of the logic behind the VP ticker.
Now four your own options. After the initial creation of the WCP you should end up with your_file.win file. This is the file you want to edit.
And simply add this to the file.
options=
{
{
fe_name = "$YOUR_MOD_GUID:LINE_NUMBER", -- This shoudl point to your localization file, Name of the option ingame
value = 500, -- Numeber of tickets
},
{
default = true,
fe_name = "$YOUR_MOD_GUID:LINE_NUMBER", -- This shoudl point to your localization file, Name of the option ingame
value = 750, -- Numeber of tickets
},
{
fe_name = "$YOUR_MOD_GUID:LINE_NUMBER", -- This shoudl point to your localization file, Name of the option ingame
value = 1000, -- Numeber of tickets
},
}
Of course, you can add as many options as you want. Just note that no scroll bar will appear in the game UI but you will still be able to scroll with your mouse in the options.
Ok....so this Text i just have to add via editor?
What tools do you mean?
Im new in this VP creating.
Is there a tutorial?