AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [L4D] Change weapon of start map (https://forums.alliedmods.net/showthread.php?t=321702)

toniex 02-24-2020 08:23

[L4D] Change weapon of start map
 
someone knows change weapon start round, i have 1 sv in versus mode and the first , second and three map, starts with weapon T1, I want you to always start with T2........:cry:

ricksfishin 02-26-2020 06:54

Re: [L4D] Change weapon of start map
 
[L4D & L4D2] Survivor Starter Pack (v1.4, 08-30-2018)

Marttt 02-26-2020 21:30

Re: [L4D] Change weapon of start map
 
you can also use stripper to change the weapon tier.

e.g.:

Spoiler

ZBzibing 01-21-2021 02:07

Re: [L4D] Change weapon of start map
 
1 Attachment(s)
Learn and install Stripper: Source


Quote:

modify:
{
match:
{
"classname" "weapon_pumpshotgun_spawn"
}
replace:
{
"classname" "weapon_autoshotgun_spawn"
}
delete:
{
"targetname" "/autoshotgun_spawn/"
}
}
modify:
{
match:
{
"classname" "weapon_smg_spawn"
}
replace:
{
"classname" "weapon_rifle_spawn"
}
delete:
{
"targetname" "/rifle_spawn/"
}
}
modify:
{
match:
{
"classname" "weapon_hunting_rifle_spawn"
}
delete:
{
"targetname" "/hunting_spawn/"
}
}

Marttt 01-21-2021 10:28

Re: [L4D] Change weapon of start map
 
Just a note the "delete" and "targetname" part, actually does nothing.

ZBzibing 05-10-2022 08:42

Re: [L4D] Change weapon of start map
 
Quote:

Originally Posted by Marttt (Post 2733584)
Just a note the "delete" and "targetname" part, actually does nothing.

delete and targetname More weapon locations can be unlocked

Marttt 05-10-2022 14:14

Re: [L4D] Change weapon of start map
 
I mean the delete line does nothing, if you remove it everything will work the same.
since there are no entities with "targetname" "hunting_spawn", etc in official maps, nothing will be "deleted"
what controls in this case is the "classname" instead.

the delete keyword is to remove a match attribute not to delete the entity.


All times are GMT -4. The time now is 01:22.

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