Adovid
18th Feb 08, 4:52 PM
Its basically a game setting that removes income and instead gives income to players based on their captured points and buildings every 90 seconds and displays a timer along with it. Kind of feels turn based a little bit. You can mess with the scar and do what you want. Don't really need credit but would be nice etc. and any tips/errors if you have them.
You can just add IntervalResource.scar ( http://files.filefront.com/IntervalResourcescar/;9659817;/fileinfo.html) and IntervalResource_local.lua (http://files.filefront.com/IntervalResource+locallua/;9659820;/fileinfo.html) to your_mod/data/scar/winconditins/
and here is the ucs file for the timer:
http://files.filefront.com/Hammer+Forgeucs/;9659824;/fileinfo.html
you can change it to the name of your mod and move it to your_mod/local/your_language/ or you can add this value to your mod's ucs file:
15000000 Next Resource Interval: %1NUM%
If you are using slot 15000000 you can go to the scar file and change the value passed into WinWarning_SetText in Rule_ResourceCountDown.
You can just add IntervalResource.scar ( http://files.filefront.com/IntervalResourcescar/;9659817;/fileinfo.html) and IntervalResource_local.lua (http://files.filefront.com/IntervalResource+locallua/;9659820;/fileinfo.html) to your_mod/data/scar/winconditins/
and here is the ucs file for the timer:
http://files.filefront.com/Hammer+Forgeucs/;9659824;/fileinfo.html
you can change it to the name of your mod and move it to your_mod/local/your_language/ or you can add this value to your mod's ucs file:
15000000 Next Resource Interval: %1NUM%
If you are using slot 15000000 you can go to the scar file and change the value passed into WinWarning_SetText in Rule_ResourceCountDown.