Forum

> > CS2D > Scripts > Unlimited Time in standard mode.
Forums overviewCS2D overview Scripts overviewLog in to reply

English Unlimited Time in standard mode.

17 replies
To the start Previous 1 Next To the start

old Unlimited Time in standard mode.

Mikoto
User Off Offline

Quote
Is that possible to create unlimited round time script for standard game mode?
edited 1×, last 19.06.12 05:01:51 pm

Admin/mod comment

Title fixed. It's standard! D at the end! Always!

old Re: Unlimited Time in standard mode.

BaDgEr
User Off Offline

Quote
It's standarD not standart!!! It's too hard to remember this!?

On-topic: It's possible but I don't know how to do it.
Spoiler >

old Re: Unlimited Time in standard mode.

Mikoto
User Off Offline

Quote
It looks confusing.
But i saw some script, which set round time to 99 min. Can you say name of it for me?

P.S. Yeah. Sorry for my mistake.
edited 2×, last 19.06.12 05:08:19 pm

old Re: Unlimited Time in standard mode.

DC
Admin Off Offline

Quote
Yeah, the documentation is outdated. The maximum roundtime is 99 minutes now. It has been increased because everyone wanted to have a longer roundtime (because everyone wants to use the standard mode for everything which is just nonsense). I'll update the documentation now.

The Standard game mode doesn't support infinite roundtime because it does not even have respawning (unless you add it with Lua). Use the team deathmatch (2) game mode instead. It's the same as standard but with unlimited roundtime and with respawning and without the standard missions (bomb, vip, hostages). You can also just use deathmatch (1) if you don't want to have teams.

cs2d cmd sv_gamemode 2 or 1

old Re: Unlimited Time in standard mode.

Apache uwu
User Off Offline

Quote
This seems to work:

1
2
3
4
5
6
7
8
9
10
addhook("minute","_minute")

function _minute()
	extend_round()
end

function extend_round()
	parse("mp_roundtime 98")
	parse("mp_roundtime 99")
end

If you want an infinite round.

old Re: Unlimited Time in standard mode.

DC
Admin Off Offline

Quote
Still a rather stupid solution unless you REALLY need the features of the standard game mode. Otherwise just switch to (team) deathmatch!

old Re: Unlimited Time in standard mode.

Apache uwu
User Off Offline

Quote
Well maybe he does want the bomb and stuff--perhaps his map is extremely huge, and he also doesn't want players to respawn--and if he wanted, he could use lua to have a respawning command.

old Re: Unlimited Time in standard mode.

Mikoto
User Off Offline

Quote
I need unlimited time in standard, can't use DM or other, it spoils the game.
I know about mp_roundtime, but i wish to make it really infinity.

ketamire, it's not working. But i'll just change mp_roundtime.
Thanks for help, guys.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview