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

KAG Question about Starting Materials.

Discussion in 'Server Help' started by MCE, Jan 27, 2014.

  1. MCE

    MCE Builder Stabber

    Messages:
    4
    Hey guys, I run my own Zombie Server (AU) now and i was wondering how to change how much starting materials we receive upon joining the server. I cant find any values to change in the mods folder for Zombiesv1_05 >_<

    Thanks
     
  2. Invaders

    Invaders Shark Slayer

    Messages:
    249
    Check in the rules folder, I want to say it's either in gamemode or builder, but I may be wrong.
     
  3. MCE

    MCE Builder Stabber

    Messages:
    4
    Well this is what the gamemode.cfg looks like for zombies!
    Code:
    # config file for game rules
    # rules name: CTF   
    # rules description:
       
        teams                              = team1.cfg;
       
        gamemode_name                      = Zombies
        gamemode_info                      = Zombies
       
        scripts                            = zombies_Rules.as;
                                            zombies_Interface.as;
                                            zombies_Technology.as;
                                            ScrollTaming.as;
                                            ScrollCarnage.as;
                                            ScrollOfMidas.as;
                                            SCrollNecro.as;
                                            CTF_Trading.as;
                                            UseFakeTechs.as;
                                            SpawnFish.as;
                                            TeamMenu.as;
                                            SpawnTraders.as;
                                            CTF_GiveSpawnItems.as;
                                            CTF_BuilderMenu.as;
                                            KillMessages.as;
                                            JoinCoreHooks.as;
                                            CoreHooks.as;
                                            CTF_PickSpawn.as;
                                            ChatCommands.as;
                                            TimeToEnd.as;
                                            RestartAfterShortPostGame.as;
                                            FanfareOnWin.as;
                                            PlayerCamera.as;
                                            DefaultScoreboard.as;
                                            Editor.as;
                                            SpawnImmunity.as;
                                            BasicHelps.as;
                                            ShowGamemode.as;
                                            VoteCore.as;
                                            DefaultVotes.as;
                                            BasePNGLoader.as;
                                            GenerateFromKAGGen.as;
                                           
       
        daycycle_speed                    = 3            # 1 day = X minutes; / 0 no cycle
        daycycle_start                    = 0.2        # 0.0 midnight; 0.5 - midday; 1.0 midnight
       
        autoassign_teams                  = no #team allocation is smart in this gamemode
       
        auto_bots                          = no
       
        attackdamage_modifier              = 0.5
        friendlydamage_modifier            = 0.0
    
        restartmap_onlastplayer_disconnect = yes   
        mirrormap                          = yes
       
        room_config                        =
    
        support_factor                    = 50
        support_added_vertical            = 0
        support_cost_castle                = 10
        support_cost_wood                  = 2
    
        map_fire_update_ticks              = 7
       
       
       
    
     
  4. Aphelion

    Aphelion Wunderkind Donator
    1. Aphelion's Roleplay

    Messages:
    180
    >CTF_GiveSpawnItems.as;
     
  5. MCE

    MCE Builder Stabber

    Messages:
    4
    CTF_GiveSpawnItems.as; (what do i write here)

    Thanks in advance.
     
  6. Aphelion

    Aphelion Wunderkind Donator
    1. Aphelion's Roleplay

    Messages:
    180
    Look for the file itself, open it up and:

    ret = SetMaterials( blob, "mat_wood", 100 ) || ret;
    ret = SetMaterials( blob, "mat_stone", 30 ) || ret;

    Red text = resource count
     
    Last edited: Jan 28, 2014
  7. MCE

    MCE Builder Stabber

    Messages:
    4
    ive searched everywhere in the Kag Beta folder haha. I can't find anything. Do I have to create the file?
    --- Double Post Merged, Jan 28, 2014, Original Post Date: Jan 28, 2014 ---
    nvm i found it.