About Me

My photo
Basel-country, Switzerland
Hello my name is Benjamin Roth. I was born in Switzerland, on 12. September 1974. I am double nationality (Swiss/UK) since my mom is from england. I studied chemistry for 4 years (apprenticeship), and now working as Laboratory technician/instructor. Welcome to post here whatever you want, but im gonna check it out ;-) TO VISIT MY FORUM go to http://benjaminroth.forums.com/ (you can find the link on the Links list)

Ahugasans room

http://www.meebo.com/rooms

Sunday, July 29, 2007

CHROME: Add all available weapons on a internet Server

There are some weapons not available when a standard server is setup. On example the silenced weapons, or the heavy HEX gun. But maybe it would be fun to try it out ? :p Also there are some inventory items, interesting.... but not really valuable... like a CD player. Now how to do ?

Disclaimer: You make these modifications at your own risk, and i cant be held responsible for any damage that could arise from their usage. By following these insctrucions you automatically accept.
  1. Choose the map you want to start a server with... in our example the "chillout" map
  2. Change to the directory \chrome\Data\LevelsNet\Chillout
  3. there you will find a .SCR file named TD.scr
  4. Make a backup of the original .SCR file just in case...
  5. Open this file with a editor like notepad (if you cant, you can change the file name to TD.txt for editing on example; but dont forget do name it back to .SCR after !)
  6. Now you can replace the text beginning from "InventoryRoom()" with the blue text: InventoryRoom()
    {
    SetInvWeaponNum("WeaponPistolNet", 1)
    SetInvWeaponNum("WeaponPistolSilenced", 1)
    SetInvWeaponNum("WeaponPistolHeavyNet", 1)
    SetInvWeaponNum("WeaponRifleShortNet", 1)
    SetInvWeaponNum("WeaponRifleShortSilenced", 1)
    SetInvWeaponNum("WeaponRifleShotgunNet", 1)
    SetInvWeaponNum("WeaponRifleNet", 1)
    SetInvWeaponNum("WeaponRifleSniperNet", 1)
    SetInvWeaponNum("WeaponRifleSniperHeavyNet", 1)
    SetInvWeaponNum("WeaponRifleMachineGunNet", 1)
    SetInvWeaponNum("WeaponRifleHeavyNet", 1)
    SetInvWeaponNum("WeaponHeavyElectroNet", 1)
    SetInvWeaponNum("WeaponHeavyRocketLauncherNet", 1)
    SetInvWeaponNum("WeaponHeavyHEX", 1)
    SetInvWeaponNum("WeaponGrenadeOffensiveNet", 20)
    SetInvWeaponNum("WeaponGrenadeSmoke", 20)
    SetInvWeaponNum("WeaponGrenadeCluster", 20)
    SetInvWeaponNum("WeaponGrenadeEMP", 20)
    SetInvWeaponNum("WeaponGrenadeFlash", 20)

    AddInvEquip("DrugHealthex", 20)
    AddInvEquip("DrugNeuralHealthex", 20)
    AddInvEquip("BinocularsExtended", 1)
    AddInvEquip("CDPlayer", 1)
    AddInvEquip("MP3Player", 1)
    AddInvEquip("CloakingDevice", 20)

    SetInvAmmoNum("Ammo9mmShort", 20)
    SetInvAmmoNum("Ammo8mmLong", 20)
    SetInvAmmoNum("Ammo12mmShort", 20)
    SetInvAmmoNum("Ammo14mmLong", 20)
    SetInvAmmoNum("AmmoShotgun", 20)
    SetInvAmmoNum("AmmoEnergy", 20)
    SetInvAmmoNum("AmmoRockets", 20)

    DefaultWeapon("WeaponRifleNet")
    DefaultWeapon("Ammo8mmLong")
    DefaultWeapon("Ammo8mmLong")
    DefaultWeapon("WeaponPistolNet")
    DefaultWeapon("Ammo9mmShort")
    DefaultWeapon("DrugHealthex")
    DefaultWeapon("WeaponGrenadeOffensiveNet")
    DefaultWeapon("WeaponGrenadeOffensiveNet")


    }

    ImplantsRoom()
    {
    ImplantAssimilation("ImplantZoom", 1.0)
    ImplantAssimilation("ImplantArmor", 1.0)
    ImplantAssimilation("ImplantSpeed", 1.0)
    ImplantAssimilation("ImplantAccuracy", 1.0)
    ImplantAssimilation("ImplantStrength", 1.0)
    ImplantAssimilation("ImplantTermovision", 1.0)

    }
  7. Now dont forget (if applicable) to rename the file to .SCR
  8. Start a network or internet server with the level of the modified .SCR file.
  9. Enjoy !