1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Some Server Help :/

Discussion in 'Modding Help' started by qpKillerqp, May 22, 2013.

  1. qpKillerqp

    qpKillerqp Haxor

    Messages:
    99
    Hey guys,:rollseyes:

    I was just wondering if there is a way I could change the respawn time on my server,as well as the health,and unlimited score(I'm hosting sandbox and don't wan't server to say Blue Team Wins The Game).Any help would be appreciated,as I tried several times 25252525
     
  2. SirLoading

    SirLoading Haxor

    Messages:
    22
    To change health go to config file of class you want to edit (Base/Entities/Characters/Builder/Builder.cfg) and there is line
    Code:
    f32 health                                        = 1.5
    0.5 health is 1 heart.
    To change respawn time you probably have to edit War.as (if you are using War gamemode). Find there line:
    Code:
    //spawn after death time
        this.defaultSpawnTime = this.spawnTime = (getTicksASecond() * cfg.read_s32("spawn_time", 15));
    Don't know if changing this will work but check it.
     
    kaizokuroof likes this.
  3. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    It isn't that one.
    Modify war_vars.cfg ( or war_test_vars.cfg if /sv_test 1 ) and modify respawn_time.

    Have fun.
     
  4. qpKillerqp

    qpKillerqp Haxor

    Messages:
    99
    Thank you everyone for your help.Problem solved :)