Raised This Month: $ Target: $400
 0% 

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-11-2014 , 16:02   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1241

Quote:
Originally Posted by RU_6uK View Post
I'm trying to add on map func_block_charge (Left 4 Dead 2). Is it possible? Need help.
https://developer.valvesoftware.com/...c_block_charge
Code:
"origin" "-2745 -280 300"
"mins" "-10 -200 -80"
"maxs" "10 200 80"
"StartDisabled" "0"
"spawnflags" "2"
"Solidity" "1"
"solidbsp" "0"
"classname" "func_block_charge"
it's brush, and need add dimension for creating "box". Can't done with Stripper.
With SM plugin you can.
Bacardi is offline
Marverlous
Senior Member
Join Date: May 2013
Old 04-11-2014 , 23:56   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1242

Is it possible to change the game mode of a TF2 map with Stripper. I know all you need for koth - arena is to change the tf_logic. But what about, for example, ctf - koth? or pl - koth? Anyone done this?
__________________
Marverlous is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-12-2014 , 04:00   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1243

Quote:
Originally Posted by Marverlous View Post
Is it possible to change the game mode of a TF2 map with Stripper. I know all you need for koth - arena is to change the tf_logic. But what about, for example, ctf - koth? or pl - koth? Anyone done this?
It's not usually that simple. koth to arena somewhat works, except that the control point may not be properly unlocked when the arena unlock time ends.

arena to koth may technically work, but the respawn room fixtures (doors, func_respawnroomvisualizers, resupply cabinets) aren't there.

ctf to koth doesn't work because the control point entities don't exist.
pl to koth doesn't work because the control points are configured to cap when the cart entity touches them... plus there's more than one point and koth is designed for just one.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
RU_6uK
SourceMod Donor
Join Date: May 2010
Old 04-12-2014 , 19:36   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1244

Seems func_block_charge doesn't work properly and don't block chargers. Who can confirm?

Last edited by RU_6uK; 04-12-2014 at 19:41.
RU_6uK is offline
Mr. Zero
Veteran Member
Join Date: Jun 2009
Location: Denmark
Old 04-15-2014 , 05:19   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1245

Help I'm in need of an adult!

I have tried to install Stripper:Source on my L4D2 server for a while now, failing each time with the same error message.
Code:
] sm_rcon meta load stripper
Failed to load plugin addons/stripper/bin/stripper_mm (Failed to get API).
I have no idea what this message is about or how to fix it. I downloaded the same zip file about 10 times and the result was the same. The zip is not corrupt.
After a while, I remembered I had an old version of Stripper laying around. Quickly found, uploaded to my server and successfully loaded. That is where I began to wonder why the zip did not work.

Here are MD5 sum:
Code:
http://www.bailopan.net/stripper/files/stripper-1.2.2-linux.tar.gz
Reported version: Unable to load.
stripper.16.l4d2.so	1ace7a600005efa3a0d025339283594c
stripper.core.so	3346a2e92f485da6e1de54f0c8e7324e
stripper_mm_i486.so	3244d7a0887458a19207a4984031b159

Old version from my server. Originally uploaded the 2012-07-26
Reported version: Stripper (1.2.2) by BAILOPAN
stripper.16.l4d2.so	b4ab5747b01c90758166c9955e772a58
stripper.core.so	8f86fa2882f53e19ccb29f84b49b1d36
stripper_mm_i486.so	d40e7bd819e59490eaa40ad9f539edce
Should these sums not be equal? Both are version 1.2.2 for Linux. Yet the version I tried to grab from Stripper:Sources own site does not load at all on L4D2.
Has it been updated but not tested without increasing the version number?
Mr. Zero is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-15-2014 , 15:41   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1246

Quote:
Originally Posted by Mr. Zero View Post
Help I'm in need of an adult!

I have tried to install Stripper:Source on my L4D2 server for a while now, failing each time with the same error message.
Code:
] sm_rcon meta load stripper
Failed to load plugin addons/stripper/bin/stripper_mm (Failed to get API).
I have no idea what this message is about or how to fix it. I downloaded the same zip file about 10 times and the result was the same. The zip is not corrupt.
After a while, I remembered I had an old version of Stripper laying around. Quickly found, uploaded to my server and successfully loaded. That is where I began to wonder why the zip did not work.

Here are MD5 sum:
Code:
http://www.bailopan.net/stripper/files/stripper-1.2.2-linux.tar.gz
Reported version: Unable to load.
stripper.16.l4d2.so	1ace7a600005efa3a0d025339283594c
stripper.core.so	3346a2e92f485da6e1de54f0c8e7324e
stripper_mm_i486.so	3244d7a0887458a19207a4984031b159

Old version from my server. Originally uploaded the 2012-07-26
Reported version: Stripper (1.2.2) by BAILOPAN
stripper.16.l4d2.so	b4ab5747b01c90758166c9955e772a58
stripper.core.so	8f86fa2882f53e19ccb29f84b49b1d36
stripper_mm_i486.so	d40e7bd819e59490eaa40ad9f539edce
Should these sums not be equal? Both are version 1.2.2 for Linux. Yet the version I tried to grab from Stripper:Sources own site does not load at all on L4D2.
Has it been updated but not tested without increasing the version number?
The latter one was probably one of the snapshot releases.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
barteh
Junior Member
Join Date: Mar 2014
Old 04-16-2014 , 13:36   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1247

Guys,
im trying to add code to remove all weapons and add new weapons to a particular map.

Ive got Metamod loaded but not been able to get any confirmation that this plugin is running.

The code for my map file is

Code:
; remove all weapons and ammo from map
filter:
{
"classname" "/weapon.*|item_ammo.*/"
}
; get rid of weapon strippers
filter:
{
"classname" "trigger_weapon_strip"
}
; get rid of existing game_player_equip if it exists
filter:
{
"classname" "game_player_equip"
}
; create a new game_player_equip
add:
{
"classname" "game_player_equip"
"origin" "0 0 0"
"weapon_crowbar" "0"
"weapon_stunstick" "1"
"weapon_physcannon" "1"
"weapon_pistol" "1"
"weapon_357" "1"
"weapon_smg1" "1"
"weapon_ar2" "1"
"weapon_shotgun" "1"
"weapon_rpg" "0"
"weapon_crossbow" "1"
"weapon_frag" "1"
"weapon_slam" "1"
}
Can anyone spot any mistakes?

Heres some outputs from a meta test, not showing the stripper plugin:

Code:
] rcon meta list
Listing 3 plugins:
  [01] SourceMod (1.5.2) by AlliedModders LLC
  [03] SDK Tools (1.5.2) by AlliedModders LLC
  [06] <ERROR>
Code:
] rcon meta info 6
Plugin 6 is not loaded.
File: /usr/local/games/hl2dm/1107851/217.163.31.58:27015/orangebox/hl2mp/addons/stripper/bin/stripper_mm_i486.so
Code:
rcon meta game
GameDLL Information
  Description: Deathmatch
  Mod Path: /usr/local/games/hl2dm/1107851/217.163.31.58:27015/orangebox/hl2mp
  DLL Path: /usr/local/games/hl2dm/1107851/217.163.31.58:27015/orangebox/hl2mp/bin/server_srv.so
  Interface: ServerGameDLL008
  Engine: Half-Life 2 Deathmatch (Valve Orange Box)
  User Messages:  Name                              Index  Size 
                  Geiger                            0      1    
                  Train                             1      1    
                  HudText                           2      -1   
                  SayText                           3      -1   
                  SayText2                          4      -1   
                  TextMsg                           5      -1   
                  HudMsg                            6      -1   
                  ResetHUD                          7      1    
                  GameTitle                         8      0    
                  ItemPickup                        9      -1   
                  ShowMenu                          10     -1   
                  Shake                             11     13   
                  Fade                              12     10   
                  VGUIMenu                          13     -1   
                  Rumble                            14     3    
                  Battery                           15     2    
                  Damage                            16     18   
                  VoiceMask                         17     17   
                  RequestState                      18     0    
                  CloseCaption                      19     -1   
                  HintText                          20     -1   
                  KeyHintText                       21     -1   
                  SquadMemberDied                   22     0    
                  AmmoDenied                        23     2    
                  CreditsMsg                        24     1    
                  LogoTimeMsg                       25     4    
                  AchievementEvent                  26     -1   
                  UpdateJalopyRadar                 27     -1   
                  SPHapWeapEvent                    28     4    
                  HapDmg                            29     -1   
                  HapPunch                          30     -1   
                  HapSetDrag                        31     -1   
                  HapSetConst                       32     -1   
                  HapMeleeContact                   33     0    
  34 user messages in total
Code:
] rcon meta retry 6
Error reloading plugin: Failed to get API
Code:
] rcon meta version
autokick is disabled for Bārt
Metamod:Source version 1.10.0
Build ID: 860:a58a1912f602
Loaded As: Valve Server Plugin
Compiled on: Aug 25 2013
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

Last edited by barteh; 04-16-2014 at 13:41.
barteh is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-16-2014 , 15:57   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1248

@barteh
looks like you are running old version of HL2M, installed through hlupdatetool (orangebox-folder is included in path).
Type
rcon version
to confirm.

You should install srcds using SteamCMD
Bacardi is offline
wasder
Senior Member
Join Date: Oct 2009
Location: That country
Old 04-22-2014 , 10:22   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1249

Does something like this filename work in map configs?
Code:
koth_*.cfg

Last edited by wasder; 04-23-2014 at 09:13.
wasder is offline
Send a message via Skype™ to wasder
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-02-2014 , 02:13   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1250

Example, edit TF2
  • item_ammopack_full
  • item_ammopack_medium
  • item_ammopack_small
  • item_healthkit_full
  • item_healthkit_medium
  • item_healthkit_small

respawn time, those items every 60 seconds.

global_filters.cfg
Bacardi is offline
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 11:28.


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