Raised This Month: $51 Target: $400
 12% 

[REQ] CSGO Predator Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
srvmil
Senior Member
Join Date: Oct 2010
Old 04-30-2015 , 00:09   [REQ] CSGO Predator Mod
Reply With Quote #1

Quote:
block load
{
es_xset mvp_ammo 0
eventscripts_noisy 1
es_xload popup
es_xmsg #multi #green#lightgreenMvP Mod #defaulthave been #greenLoaded..
// Model Downloads
// Pred
downloadable models/player/ics/predator_rawr/t_leet.dx80.vtx
downloadable models/player/ics/predator_rawr/t_leet.dx90.vtx
downloadable models/player/ics/predator_rawr/t_leet.mdl
downloadable models/player/ics/predator_rawr/t_leet.phy
downloadable models/player/ics/predator_rawr/t_leet.sw.vtx
downloadable models/player/ics/predator_rawr/t_leet.vvd

// Marine
downloadable models/player/ics/desert_ct/urban.dx80.vtx
downloadable models/player/ics/desert_ct/urban.dx90.vtx
downloadable models/player/ics/desert_ct/urban.mdl
downloadable models/player/ics/desert_ct/urban.phy
downloadable models/player/ics/desert_ct/urban.sw.vtx
downloadable models/player/ics/desert_ct/urban.vvd


// Marine
downloadable materials/models/player/ics/desert_ct/ct_urban.vmt
downloadable materials/models/player/ics/desert_ct/ct_urban.vtf
downloadable materials/models/player/ics/desert_ct/ct_urban_glass.vmt
downloadable materials/models/player/ics/desert_ct/ct_urban_glass.vtf
downloadable materials/models/player/ics/desert_ct/ct_urban_normal.vtf

// SAS
downloadable materials/models/player/ics/ct_sas_spectr/ct_sas.vmt
downloadable materials/models/player/ics/ct_sas_spectr/ct_sas.vtf
downloadable materials/models/player/ics/ct_sas_spectr/ct_sas_glass.vmt
downloadable materials/models/player/ics/ct_sas_spectr/ct_sas_glass.vtf
downloadable materials/models/player/ics/ct_sas_spectr/ct_sas_glass_spec.vtf
}

event player_spawn
{
if (event_var(es_userteam) > 1) do
{
es playerset nightvision event_var(userid) 1
if (event_var(es_userteam) == 3) do
{
es_xset ct_model 0
es_keygetvalue ct_model mvp event_var(es_steamid) marine_model
if (server_var(ct_model) == 1) do
{
es playerset model event_var(userid) player/ics/desert_ct/urban.mdl
es playerset color event_var(userid) 255 255 255 255
}
if (server_var(ct_model) == 2) do
{
es playerset model event_var(userid) player/ics/ct_sas_spectr/ct_sas.mdl
es playerset color event_var(userid) 255 255 255 255
}
es ezunrestrict event_var(userid) #all
}
if (event_var(es_userteam) == 2) do
{

es_xset pred_model 0
es_keygetvalue pred_model mvp event_var(es_steamid) pred_model
if (server_var(pred_model) == 1) do
{
es playerset model event_var(userid) player/ics/predator_rawr/t_leet.mdl
{
es playerset color event_var(userid) 255 255 255 5
}
}
if (server_var(pred_model) == 2) do
{
es playerset model event_var(userid) player/slow/predator_camouflaged/predator_camouflaged.mdl
{
es playerset color event_var(userid) 255 255 255 255
}
}
es playerset health event_var(userid) 500
es playerset color event_var(userid) 255 255 255 5
es playerset speed event_var(userid) 1.2
es ezrestrict event_var(userid) #all
es ezunrestrict event_var(userid) weapon_knife
es_delayed .2 es_give event_var(userid) weapon_knife
}
}
}

block pred_skin_menu1
{
if (server_var(_popup_choice) == 1) do
{
es playerset model server_var(_popup_userid) player/ics/predator_rawr/t_leet.mdl
es_xset pred_steamid 0
es_getplayersteamid pred_steamid server_var(_popup_userid)
es playerset color server_var(_popup_userid) 255 255 255 5
es_tell server_var(_popup_userid) #multi #greenYour model will appear like this automatically each round!
es_keysetvalue mvp server_var(pred_steamid) pred_model 1
}
if (server_var(_popup_choice) == 2) do
{
es playerset model server_var(_popup_userid) player/slow/predator_camouflaged/predator_camouflaged.mdl
es_xset pred_steamid 0
es_getplayersteamid pred_steamid server_var(_popup_userid)
es playerset color server_var(_popup_userid) 255 255 255 5
es_tell server_var(_popup_userid) #multi #greenYour model will appear like this automatically each round!
es_keysetvalue mvp server_var(pred_steamid) pred_model 2
}
}

block marine_skin_menu1
{
if (server_var(_popup_choice) == 1) do
{
es playerset model server_var(_popup_userid) player/ics/desert_ct/urban.mdl
es_set marine_steamid 0
es_getplayersteamid marine_steamid server_var(_popup_userid)
es playerset color server_var(_popup_userid) 255 255 255 255
es_tell server_var(_popup_userid) #multi #greenYour model will appear like this automatically each round!
es_keysetvalue mvp server_var(marine_steamid) marine_model 1
}
if (server_var(_popup_choice) == 2) do
{
es playerset model server_var(_popup_userid) player/ics/ct_sas_spectr/ct_sas.mdl
es_xset marine_steamid 0
es_getplayersteamid marine_steamid server_var(_popup_userid)
es playerset color server_var(_popup_userid) 255 255 255 255
es_tell server_var(_popup_userid) #multi #greenYour model will appear like this automatically each round!
es_keysetvalue mvp server_var(marine_steamid) marine_model 2
}
}

event player_say
{
if (event_var(text) equalto "!skins") do
{
if (event_var(es_userteam) equalto 2) do
{
es popup send pred_skin_menu event_var(userid)
}
if (event_var(es_userteam) equalto 3) do
{
es popup send marine_skin_menu event_var(userid)
}
if (event_var(es_userteam) equalto 1) do
{
es_tell event_var(userid) #multi #greenYou must be on a team to use this command!!
}
}
}
Those codes was in eventscript, can anyone convert this into sourcemod please.

Basically about this predator mod, a terrorist only receives a knife with 500 health and 1.2 speed. Restricted to all weapons, cannot pick up weapons from the ground (weapon should be left alone on ground without any changes for other ct to swap or pick up). It should be invisible set at color 255 255 255 5

CT gets unrestricted to any weapons and carry them, standard 100 health. Can someone make that in SM, I would love it in SM as it seems better.
srvmil is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-30-2015 , 08:27   Re: [REQ] CSGO Predator Mod
Reply With Quote #2

Have you tried this plugin? It might work in CS:GO, and if it doesn't, maybe small modification to make it work: https://forums.alliedmods.net/showthread.php?t=159501
__________________
View my Plugins | Donate
TnTSCS is offline
srvmil
Senior Member
Join Date: Oct 2010
Old 04-30-2015 , 23:08   Re: [REQ] CSGO Predator Mod
Reply With Quote #3

Quote:
Originally Posted by TnTSCS View Post
Have you tried this plugin? It might work in CS:GO, and if it doesn't, maybe small modification to make it work: https://forums.alliedmods.net/showthread.php?t=159501
Unfortunately that is not what I'm looking for and it is outdated. It need to be remade completely from scratch sadly.
srvmil is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 05-01-2015 , 08:32   Re: [REQ] CSGO Predator Mod
Reply With Quote #4

Moved to SM section
__________________
Bugsy is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 05-01-2015 , 10:34   Re: [REQ] CSGO Predator Mod
Reply With Quote #5

Do you want play Aliens VS. Predators ? Come

88.86.107.135:27028

You can create AVP thanks Zombie Reloaded plugin...
EMINEM_FB is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 05-01-2015 , 10:44   Re: [REQ] CSGO Predator Mod
Reply With Quote #6

Quote:
Originally Posted by EMINEM_FB View Post
Do you want play Aliens VS. Predators ? Come

88.86.107.135:27028

You can create AVP thanks Zombie Reloaded plugin...
Would you please share your plugin? we need these for CS:GO to help community servers
Lannister is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 05-01-2015 , 10:48   Re: [REQ] CSGO Predator Mod
Reply With Quote #7

ZOMBIE RELOADED CS:GO - https://forums.alliedmods.net/showthread.php?t=200527

Quote:
"classes"
{
// ------------------------------------------
//
// Zombie classes
//
// ------------------------------------------

"zombie_classic1"
{
// General
"enabled" "yes"
"team" "0"
"team_default" "yes"
"flags" "0"
"group" ""

"name" "Alien"
"description" "..."

// Model
"model_path" "models/player/mapeadores/kaem/alien/alien.mdl"
"alpha_initial" "255"
"alpha_damaged" "255"
"alpha_damage" "0"

// Hud
"overlay_path" ""
"nvgs" "no"
"fov" "90"

// Effects
"has_napalm" "no"
"napalm_time" "5.0"

// Player behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "yes"

"health" "250"
"health_regen_interval" "10.0"
"health_regen_amount" "50"
"health_infect_gain" "50"
"kill_bonus" "1"

"speed" "330"
"knockback" "0.0"
"jump_height" "1.0"
"jump_distance" "1.2"
}

// ------------------------------------------
//
// Human classes
//
// ------------------------------------------

"human_normal"
{
// General
"enabled" "yes"
"team" "1"
"team_default" "yes"
"flags" "0"
"group" ""

"name" "Predator"
"description" "..."

// Model
"model_path" "models/player/mapeadores/morell/predator/predator.mdl"
"alpha_initial" "255"
"alpha_damaged" "255"
"alpha_damage" "0"

// Hud
"overlay_path" ""
"nvgs" "no"
"fov" "90"

// Effects
"has_napalm" "yes"
"napalm_time" "0.0"

// Player behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "no"

"health" "100"
"health_regen_interval" "0.0"
"health_regen_amount" "0"
"health_infect_gain" "0"
"kill_bonus" "1"

"speed" "300"
"knockback" "0"
"jump_height" "1.0"
"jump_distance" "1.0"
}

}

Last edited by EMINEM_FB; 05-01-2015 at 10:49.
EMINEM_FB is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 05-01-2015 , 11:07   Re: [REQ] CSGO Predator Mod
Reply With Quote #8

If Kaesar create Aliens and Predators claw from this (ALIEN Predator )

And

If Franc1sco edit your plugin [CS:GO, ZR] Custom Zombie Arms and add hands for Humans.

I will publish my server configuration of ALiens vs. Predators detailed. I publish aliens sounds and maps. Everythink... If they do what i want.

Someone can create Alien blood for CS:GO http://steamcommunity.com/sharedfile.../?id=188495914

ehm L4D2 Aliens VS. Predators..
https://www.youtube.com/watch?v=j9q3qdTpAJU
EMINEM_FB is offline
EMINEM_FB
Senior Member
Join Date: Dec 2010
Location: Czech republic
Old 05-01-2015 , 11:22   Re: [REQ] CSGO Predator Mod
Reply With Quote #9

I have to PaintBall configuration I will publics if i publics AVP

PaintBall: 88.86.107.135:27022
EMINEM_FB is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-01-2015 , 11:43   Re: [REQ] CSGO Predator Mod
Reply With Quote #10

Quote:
Originally Posted by EMINEM_FB View Post
If Franc1sco edit your plugin [CS:GO, ZR] Custom Zombie Arms and add hands for Humans.

I will publish my server configuration of ALiens vs. Predators detailed. I publish aliens sounds and maps. Everythink... If they do what i want.

Someone can create Alien blood for CS:GO http://steamcommunity.com/sharedfile.../?id=188495914

ehm L4D2 Aliens VS. Predators..
https://www.youtube.com/watch?v=j9q3qdTpAJU

When really exist arms for humans, I can add it easily.

And change blood color is possible. In the test plugin of this extension is already done
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode