AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   Stripper:Source (Updated 2011-04-15) (https://forums.alliedmods.net/showthread.php?t=39439)

Spirit_12 01-30-2024 18:03

Re: Stripper:Source (Updated 2011-04-15)
 
Quote:

Originally Posted by dov (Post 2816913)
greetings
ive been using stripper to add custom models into l4d2 scavenge maps ( particularly no mercy rooftop ) because of this i cant load sourcetv demos in game because of " Map does not match the version on the server. (String table differs) " error .
i have 2 questions :
1 . any workaround ?
2 . can you export / compile stripper modified maps in any way ?
sorry if this has already been asked

I don't think demos have ever worked in L4D2. This may not be related to stripper.

dov 01-31-2024 03:17

Re: Stripper:Source (Updated 2011-04-15)
 
Quote:

Originally Posted by Spirit_12 (Post 2817017)
I don't think demos have ever worked in L4D2. This may not be related to stripper.

Source TV support for L4D series - metamod plugin for demo recording
I used the above to set-up Source TV on my server . The SourceTV bot connects and everything works fine . I just can't open the recorded demos because of the error .
Is the aforementioned plugin no longer working ? Or did I set it up wrong ? Last update to the repository was about a month ago . I also removed any plugins that could spawn objects on map / round start , same error
EDIT:
the source TV support extension was not loading , silly me . issue is fixed , it was not related to stripper

painkiller 03-12-2024 18:25

Re: Stripper:Source (Updated 2011-04-15)
 
Hello i will change a NPC model in hl2dm.

would that be the right code?

Code:

{
        match:
        {
                "model" "models/zombie/classic.mdl"
                "classname" "npc_zombie"
        }
        replace:
        {
                "model" "models/cktheamazingfrog/player/stubbs/stubbs.mdl"
                "classname" "npc_zombie"
        }
}

Edit: I have another Solution find.

painkiller 03-16-2024 07:19

Re: Stripper:Source (Updated 2011-04-15)
 
How could I create a trigger npc spawn for gmod hr or zs maps via Stripper Source.

I can use the maps on my HL2:DM server but no zombies spawn.
So I wanted to try it without gamemode.

If someone has another solution please write.


All times are GMT -4. The time now is 18:09.

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