Forum

> > CS2D > Scripts > Unlimited Time in standard mode.
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Unlimited Time in standard mode.

17 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Unlimited Time in standard mode.

Mikoto
User Off Offline

Zitieren
Is that possible to create unlimited round time script for standard game mode?
1× editiert, zuletzt 19.06.12 17:01:51

Admin/Mod Kommentar

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

alt Re: Unlimited Time in standard mode.

BaDgEr
User Off Offline

Zitieren
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 >

alt Re: Unlimited Time in standard mode.

Mikoto
User Off Offline

Zitieren
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.
2× editiert, zuletzt 19.06.12 17:08:19

alt Re: Unlimited Time in standard mode.

DC
Admin Off Offline

Zitieren
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

alt Re: Unlimited Time in standard mode.

Apache uwu
User Off Offline

Zitieren
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.

alt Re: Unlimited Time in standard mode.

DC
Admin Off Offline

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

alt Re: Unlimited Time in standard mode.

Apache uwu
User Off Offline

Zitieren
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.

alt Re: Unlimited Time in standard mode.

Mikoto
User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht