Map Properties

Post Reply
[TGW]ShenTrunks
A semi-regular
A semi-regular
Posts: 19
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jul 31, 2003 6:31 pm
Location: Sin City, eNVy

Map Properties

Post by [TGW]ShenTrunks »

Can anyone help me how to set different commands on a map automatically when it loads??? like scoutzknivez, if i want it to have a gravity of 245 automatically how do i do taht??? (so i don't have to type admin_gravity 245 everytime)

Thanks
ShenTrunks
"I think it's only fair that I should warn you guys... You don't stand a chance against me!!!"
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

You need to make a cfg file for each map - they go in the cstrike (main) directory and look like this:

mapname.cfg


Here is an example for fy_iceworld.cfg:

Code: Select all

mp_freezetime 0
sv_alltalk 1
mp_roundtime 4
mp_buytime 4
mp_timelimit 30
any commands can go in there, thats server related.

basic ones would be freezetime and gravity

for scoutzknivez.cfg make:

Code: Select all

sv_alltalk 1
sv_gravity 245
add anything else you want

enjoy :)
User avatar
master_cyph3r
This is my homepage
This is my homepage
Posts: 176
Joined: Thu May 01, 2003 3:57 pm

Post by master_cyph3r »

it auto cfg's them when it switches maps? i didnt know that..
[TGW]ShenTrunks
A semi-regular
A semi-regular
Posts: 19
Joined: Thu Jul 31, 2003 6:31 pm
Location: Sin City, eNVy

Post by [TGW]ShenTrunks »

Thanks!!! ummm one more thing... to make a .cfg file do i copy any .cfg file then rename it? and edit the commands in it?
"I think it's only fair that I should warn you guys... You don't stand a chance against me!!!"
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

[TGW]ShenTrunks wrote:Thanks!!! ummm one more thing... to make a .cfg file do i copy any .cfg file then rename it? and edit the commands in it?
you can make it in notepad, but when you are to save it, you need to change the bottom from *.txt to all files.

then name the file mapname.cfg

you must have the .cfg so it knows to make a config file.

enjoy :)
[TGW]ShenTrunks
A semi-regular
A semi-regular
Posts: 19
Joined: Thu Jul 31, 2003 6:31 pm
Location: Sin City, eNVy

Post by [TGW]ShenTrunks »

Thanks a lot... and one more question...
How do i make non admins not to do admin_vote_kick and admin_vote_map???
"I think it's only fair that I should warn you guys... You don't stand a chance against me!!!"
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

[TGW]ShenTrunks wrote:Thanks a lot... and one more question...
How do i make non admins not to do admin_vote_kick and admin_vote_map???
look in adminmod.cfg

go down and find the default_access line

you want to set that to 0 instead of the default 1 :)
Post Reply