From 8e3a470f0d919a4d65da66811eaff2565833055e Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sun, 21 May 2023 11:42:23 +0000 Subject: [PATCH] Rename weapon filenames to avoid confusions --- scripts/entities.ent | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/entities.ent b/scripts/entities.ent index 4c0863df..326484fa 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1409,7 +1409,7 @@ the Mortar -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_gl.md3" +modeldisabled="models/weapons/g_mortar.md3" @@ -1438,7 +1438,7 @@ in your mapinfo file, everyone will already spawn with one, making this pickup u -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_laser.md3" +modeldisabled="models/weapons/g_blaster.md3" @@ -1453,7 +1453,7 @@ In Instagib, this turns into an item_vaporizer_cells if no explicit item_vaporiz -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_nex.md3" +modeldisabled="models/weapons/g_vortex.md3" @@ -1468,7 +1468,7 @@ In Instagib, this turns into an item_vaporizer_cells if no explicit item_vaporiz -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_rl.md3" +modeldisabled="models/weapons/g_devastator.md3" @@ -1498,7 +1498,7 @@ the Machine Gun -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_uzi.md3" +modeldisabled="models/weapons/g_machinegun.md3" @@ -1732,7 +1732,7 @@ the InstaGib Vortex. Always kills with one shot. -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_minstanex.md3" +modeldisabled="models/weapons/g_vaporizer.md3" @@ -1803,7 +1803,7 @@ Example is a Mario-style question mark block which could throw a new weapon_vort "classname" "func_button" "angle" "-1" "wait" "5" -"target" "makenex" +"target" "makevortex" "speed" "1000" "lip" "64" ... @@ -1811,7 +1811,7 @@ Example is a Mario-style question mark block which could throw a new weapon_vort { "classname" "target_spawn" "origin" "0 0 448" -"targetname" "makenex" +"targetname" "makevortex" "message" "origin $self.origin owner $activator flags 65536 colormap $activator.colormap classname droppedweapon $ spawnfunc_weapon_vortex think thrown_wep_think nextthink $time+0.5 velocity $activator.velocity velocity_z 512 movetype 3" } -------- KEYS -------- @@ -1972,7 +1972,7 @@ the on-hand Grappling Hook. -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_hookgun.md3" +modeldisabled="models/weapons/g_hook.md3" @@ -2008,7 +2008,7 @@ the Sniper Rifle. -------- SPAWNFLAGS -------- the item will float in air, instead of aligning to the floor by falling -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- -modeldisabled="models/weapons/g_campingrifle.md3" +modeldisabled="models/weapons/g_rifle.md3" -- 2.39.2