Poll

Also what Engine do you prefer?

hl2
4 (23.5%)
css
7 (41.2%)
Tf2?!?
2 (11.8%)
Portal?!
1 (5.9%)
hl2 episode 2/1
3 (17.6%)

Total Members Voted: 12

Author Topic: Can anyone provide a list of Zs weapons? Like weapon_hammer?  (Read 121 times)

0 Members and 1 Guest are viewing this topic.

Offline Ethosaur

  • **
  • Posts: 71
  • Gender: Male
  • Once apon a time there was a end
  • Respect: +5
+1
Please post a list of weapons here! Thanks :)

I think i need melee weapons the most!

a list of what their names are like barricade kits and carpenters hammer
« Last Edit: May 29, 2011, 05:25:11 AM by ehosaur the paranoid engi »
I like mapping and i am newb on this forum..
Remind me how to delete posts.

Offline Don

  • ******
  • Posts: 2556
  • Respect: +1201

Offline Ethosaur

  • **
  • Posts: 71
  • Gender: Male
  • Once apon a time there was a end
  • Respect: +5
Re: Can anyone provide a list of Zs weapons?
« Reply #2 on: May 29, 2011, 05:06:29 AM »
0
I meant like this weapon_zs_hammer and such?
I like mapping and i am newb on this forum..
Remind me how to delete posts.

Offline Mehis

  • ****
  • Posts: 400
  • Gender: Male
  • lolbai
  • Respect: +88
Re: Can anyone provide a list of Zs weapons?
« Reply #3 on: May 29, 2011, 05:56:45 AM »
0
I meant like this weapon_zs_hammer and such?

http://www.noxiousnet.com/forums/index.php?topic=2373.0

There's some helpful information.
You can't place guns! Atleast i haven't seen in any map before.

Also, it would take away the 'enjoyment' of getting 'new' weapons.

Or you could try place weapon_zs_peashooter, weapon_zs_axe etc.
Or, if there is any fgd (Entity file) download it.

Or if you only want the weapon names, ask them from the Noxiousnet Forums!
« Last Edit: May 29, 2011, 06:00:34 AM by Mehis »

Offline Ethosaur

  • **
  • Posts: 71
  • Gender: Male
  • Once apon a time there was a end
  • Respect: +5
Re: Can anyone provide a list of Zs weapons? Like weapon_hammer?
« Reply #4 on: May 29, 2011, 06:12:03 AM »
0
ok!
I like mapping and i am newb on this forum..
Remind me how to delete posts.

Offline Xexxar

  • ***
  • Posts: 116
  • Huehueuhuehueuh!
  • Respect: +55
Re: Can anyone provide a list of Zs weapons? Like weapon_hammer?
« Reply #5 on: June 12, 2011, 08:32:35 PM »
0
What engine do we prefer?

You do realize all these engines are the same, it just has different textures available, you can actually get them all together if you wanted too.

As for the weapons,

weapon_zs_obvsname

ie peashooter, boomstick, reaper, the name in the " 'hi '  " quotes.

As for melee

weapon_zs_Whatever it is.

As for barracade kit and hammer

weapon_zs_baracadekit
weapon_zs_hammer

Not telling you grenades.

 :ninja:

Btw maps that spawn you the baracade kit are op for humans. Usually anyway...



Heueuheuhuehueuh!

Offline Cable

  • ******
  • Posts: 2182
  • Gender: Male
  • hi
  • Respect: +1085
Re: Can anyone provide a list of Zs weapons? Like weapon_hammer?
« Reply #6 on: June 12, 2011, 09:34:36 PM »
0
Copied from a lua

Code: [Select]
-- Weapon sets that humans randomly start with.
GM.STARTLOADOUTS[1] = {"weapon_zs_battleaxe", "weapon_zs_swissarmyknife"}
GM.STARTLOADOUTS[2] = {"weapon_zs_owens", "weapon_zs_swissarmyknife"}
GM.STARTLOADOUTS[3] = {"weapon_zs_owens", "weapon_zs_plank"}
GM.STARTLOADOUTS[4] = {"weapon_zs_peashooter", "weapon_zs_axe"}
GM.STARTLOADOUTS[5] = {"weapon_zs_battleaxe", "weapon_zs_plank"}
GM.STARTLOADOUTS[6] = {"weapon_zs_peashooter", "weapon_zs_sledgehammer"}
GM.STARTLOADOUTS[7] = {"weapon_zs_peashooter", "weapon_zs_hammer"}
GM.STARTLOADOUTS[8] = {"weapon_zs_battleaxe", "weapon_zs_hammer"}
GM.STARTLOADOUTS[9] = {"weapon_zs_battleaxe", "weapon_zs_axe"}
GM.STARTLOADOUTS[10] = {"weapon_zs_owens", "weapon_zs_hammer"}
GM.STARTLOADOUTS[11] = {"weapon_zs_peashooter", "weapon_zs_shovel"}
GM.STARTLOADOUTS[12] = {"weapon_zs_owens", "weapon_zs_axe"}
GM.STARTLOADOUTS[13] = {"weapon_zs_peashooter", "weapon_zs_swissarmyknife"}
GM.STARTLOADOUTS[14] = {"weapon_zs_battleaxe", "weapon_zs_fryingpan"}

OTHERS

GM.Rewards[5] = {"weapon_zs_deagle", "weapon_zs_glock3", "weapon_zs_magnum"}
GM.Rewards[10] = {"_Heal", "_Heal", "_Shell"}
GM.Rewards[15] = {"weapon_zs_uzi", "weapon_zs_smg", "weapon_zs_bulletstorm", "weapon_zs_reaper"}
GM.Rewards[20] = {"weapon_zs_barricadekit", "weapon_zs_grenade"}
GM.Rewards[25] = {"weapon_zs_sweepershotgun", "weapon_zs_boomstick", "weapon_zs_annabelle"}
GM.Rewards[35] = {"weapon_zs_slugrifle", "weapon_zs_crossbow", "weapon_zs_m4", "weapon_zs_inferno"}
GM.Rewards[45] = {"_Regeneration", "_Heal"}

Offline » Magic «

  • i play pc computer
  • ***
  • Windows UserLinux UserLeague PlayerOld Forum MemberCat LoverDedicated Summoner
    View More Badges!

  • Posts: 5075
  • Gender: Male
  • ↑ ↑ ↓ ↓ ← → ← → B A
  • Respect: +782
    • MagiCorp
Re: Can anyone provide a list of Zs weapons? Like weapon_hammer?
« Reply #7 on: June 13, 2011, 10:09:13 AM »
0
Copied from a lua

Code: [Select]
-- Weapon sets that humans randomly start with.
GM.STARTLOADOUTS[1] = {"weapon_zs_battleaxe", "weapon_zs_swissarmyknife"}
GM.STARTLOADOUTS[2] = {"weapon_zs_owens", "weapon_zs_swissarmyknife"}
GM.STARTLOADOUTS[3] = {"weapon_zs_owens", "weapon_zs_plank"}
GM.STARTLOADOUTS[4] = {"weapon_zs_peashooter", "weapon_zs_axe"}
GM.STARTLOADOUTS[5] = {"weapon_zs_battleaxe", "weapon_zs_plank"}
GM.STARTLOADOUTS[6] = {"weapon_zs_peashooter", "weapon_zs_sledgehammer"}
GM.STARTLOADOUTS[7] = {"weapon_zs_peashooter", "weapon_zs_hammer"}
GM.STARTLOADOUTS[8] = {"weapon_zs_battleaxe", "weapon_zs_hammer"}
GM.STARTLOADOUTS[9] = {"weapon_zs_battleaxe", "weapon_zs_axe"}
GM.STARTLOADOUTS[10] = {"weapon_zs_owens", "weapon_zs_hammer"}
GM.STARTLOADOUTS[11] = {"weapon_zs_peashooter", "weapon_zs_shovel"}
GM.STARTLOADOUTS[12] = {"weapon_zs_owens", "weapon_zs_axe"}
GM.STARTLOADOUTS[13] = {"weapon_zs_peashooter", "weapon_zs_swissarmyknife"}
GM.STARTLOADOUTS[14] = {"weapon_zs_battleaxe", "weapon_zs_fryingpan"}

OTHERS

GM.Rewards[5] = {"weapon_zs_deagle", "weapon_zs_glock3", "weapon_zs_magnum"}
GM.Rewards[10] = {"_Heal", "_Heal", "_Shell"}
GM.Rewards[15] = {"weapon_zs_uzi", "weapon_zs_smg", "weapon_zs_bulletstorm", "weapon_zs_reaper"}
GM.Rewards[20] = {"weapon_zs_barricadekit", "weapon_zs_grenade"}
GM.Rewards[25] = {"weapon_zs_sweepershotgun", "weapon_zs_boomstick", "weapon_zs_annabelle"}
GM.Rewards[35] = {"weapon_zs_slugrifle", "weapon_zs_crossbow", "weapon_zs_m4", "weapon_zs_inferno"}
GM.Rewards[45] = {"_Regeneration", "_Heal"}