Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request New Tactical GunGame
#1
Hi Guys, im searching for a fuctional TDM GunGame.

If you make it for me, i need some variables:

- How Many Kills to next Weapon
- Weaponorder
- What Perks are given
- Grenades all the time allowed, if killed it doesnt matter

Pls anyone can making it for me???

The Mod is to play on TDM and FFA.

Pls make a survivor mod (S&D). With Custom Weapon Textures (Golden)

Thx a lot Guys.
Reply

#2
(07-12-2011, 23:19)DeMenTor Wrote: Hi Guys, im searching for a fuctional TDM GunGame.

If you make it for me, i need some variables:

- How Many Kills to next Weapon
- Weaponorder
- What Perks are given
- Grenades all the time allowed, if killed it doesnt matter

Pls anyone can making it for me???

The Mod is to play on TDM and FFA.

Pls make a survivor mod (S&D). With Custom Weapon Textures (Golden)

Thx a lot Guys.
You really cant use "Search Box"?
http://www.itsmods.com/forum/Thread-Team...y-zxz.html

Golden weapon code:

PHP Code:
giveWeapon("weaponname_mp"0self calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> )); 
Reply

#3
(07-12-2011, 23:58)iBanana Wrote:
(07-12-2011, 23:19)DeMenTor Wrote: Hi Guys, im searching for a fuctional TDM GunGame.

If you make it for me, i need some variables:

- How Many Kills to next Weapon
- Weaponorder
- What Perks are given
- Grenades all the time allowed, if killed it doesnt matter

Pls anyone can making it for me???

The Mod is to play on TDM and FFA.

Pls make a survivor mod (S&D). With Custom Weapon Textures (Golden)

Thx a lot Guys.
You really cant use "Search Box"?
http://www.itsmods.com/forum/Thread-Team...y-zxz.html

Golden weapon code:

PHP Code:
giveWeapon("weaponname_mp"0self calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> )); 

Do you can't read the Thread??? The Mod from zxz is BUGGED.

But thx for the golden weapon code. Where can i find the variables which i can set?
Reply

#4
I created this a while ago (2-3 months ago). It is gungame style gameplay, but on any gametype (CTF, TDM, FFA, etc.). It is also compatible with Combat Training.

You can setup how many kills are required for the next gun in maps\mp\gametypes\_rampage_gungame.gsc, the init_gungame function:

Code:
level.rampage_requiredkills = 3;

You can also change which weapons you want in the progression (as well as what order they are) in the same function. The guns are in the order they are listed, so if you want the "spas_mp" first, you would put it at the top of the list. Here is the default progression:

Code:
addGunToProgression( "python_speed_mp" );
addGunToProgression( "makarovdw_mp" );
addGunToProgression( "spas_mp" );
addGunToProgression( "ithaca_mp" );
addGunToProgression( "mp5k_mp" );
addGunToProgression( "skorpiondw_mp" );
addGunToProgression( "ak74u_mp" );
addGunToProgression( "m14_mp" );
addGunToProgression( "m16_mp" );
addGunToProgression( "famas_mp" );
addGunToProgression( "aug_mp" );
addGunToProgression( "hk21_mp" );
addGunToProgression( "m60_mp" );
addGunToProgression( "l96a1_mp" );
addGunToProgression( "wa2000_mp" );
addGunToProgression( "m202_flash_wager_mp" );
addGunToProgression( "m72_law_mp" );
addGunToProgression( "china_lake_mp" );
addGunToProgression( "crossbow_explosive_mp", "explosive_bolt_mp" );
addGunToProgression( "knife_ballistic_mp" );

This version doesn't have perks or grenades.

As for your question about the camo variables, look at raw\mp\weaponOptions.csv. It will have an index at the far left (i.e. 3) and then a lot of strings/commas. You need to use the index for each of those variables in the GiveWeapon call. So, if I wanted the weapon to have gold camo, I would use the index of 15 for the <camo>.


Attached Files
.zip   mp_gunmixed.zip (Size: 28.15 KB / Downloads: 20)
[Image: b_560_95_1.png]
Reply

#5
Is it possible to Add perks and camo???
Reply

#6
/push
Reply

#7
Quote:As for your question about the camo variables, look at raw\mp\weaponOptions.csv. It will have an index at the far left (i.e. 3) and then a lot of strings/commas. You need to use the index for each of those variables in the GiveWeapon call. So, if I wanted the weapon to have gold camo, I would use the index of 15 for the <camo>.

He already answered your camo question and perks I dunno
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help mw2 tactical insertion fx on head? 26hz 5 4,472 08-27-2013, 23:04
Last Post: 26hz
  Preview Gungame Mod Howl3r 8 5,544 08-04-2013, 21:39
Last Post: Howl3r
  [Request] modded gungame for combat training ultimate 0 2,313 06-02-2013, 13:14
Last Post: ultimate
  [Release] Tactical Training Mod Beta 2 Hixos 30 26,520 05-31-2013, 17:20
Last Post: kool123
Wink Preview Realistic Tactical Mod Dominator56 7 4,896 04-20-2013, 09:17
Last Post: Dominator56
  GunGame with doors Mathdu91 22 20,199 04-07-2013, 15:35
Last Post: DYNAMIA
  [Release] Smiles GunGame v2 _Smile_Man_ 8 16,412 04-07-2013, 13:54
Last Post: Borealis
  Tactical Crouch server thanatos 0 1,863 02-15-2013, 17:59
Last Post: thanatos
Brick [Release] Tactical Crouch Ich1994 5 4,098 01-21-2013, 21:59
Last Post: thanatos
  [Release] SanX GunGame Mod 1.8 d0h! 4 11,285 10-30-2012, 06:01
Last Post: ironcore

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.