Is there a way to limit the length of a game in FPS? '
TIA
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
FPS timer/ gameclock?
FPS timer/ gameclock?
Last edited by metrocity on November 12th, 2011, 9:38 pm, edited 1 time in total.
Re: FPS timer
Am I to assume that since no one has offered any help that it can't be done or is extremely complex? If it is impossible could someone just state that.
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: FPS timer/ gameclock?
It's possible, as for SSP there is a timer, however this would require extensive source code editing. So it's sort of close to impossible.
everything is possible; the impossible just takes longer.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Re: FPS timer/ gameclock?
the FPS is already limited to 10 minutes a round -_- (and in some cases 15)
source code editing is requires to modify them
source code editing is requires to modify them
This is not a url, clicking it is pointless
- kddekadenz
- Member
- Posts: 423
- Joined: July 17th, 2011, 11:02 am
- Name: kdd
- Contact:
Re: FPS timer/ gameclock?
It's very easy to do it in Cubescript.
Just write in the cfg of your map:
Insert for x the time after which the game should end (in milliseconds).
Just write in the cfg of your map:
Code: Select all
sleep x [endsp]
Kelgar is an advanced RPG beeing developed in Sandbox
Re: FPS timer/ gameclock?
thanks kddekadenz.... it worked perfectly.