AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2] ALPHA Gun XP - RPG (https://forums.alliedmods.net/showthread.php?t=342964)

eyal282 06-02-2023 05:28

[L4D2] ALPHA Gun XP - RPG
 
IMPORTANT: This gamemode is meant to support exactly 8 survivors.

In server.cfg if you forgot to:
sm_cvar "sv_hibernate_when_empty" 0

Features:
Gameplay somewhat similar to MGFTW, but with less player count, and stronger tanks that cannot be easily cheesed.
RPG Tanks mostly stolen from MGFTW ( Sorry ) like Psychic ( = Heartbroken) and Shaman and Troll ( = Bomb )
Perk Trees which are upgradable levels to constantly improve a certain aspect.
Skills which are one time upgrades to affect your progress.
Automatically buy upgrades unless disabled manually for non-complicated gameplay.
Ability to reset your perk trees and skills for free. The plugins will penalize any existing upgrade during the reset.
Controlling which cvars are affected during each difficulty.

Server tag of "GunXP" or "RPG" for easy searching on the server browser.

[OPTIONAL] Using a MySQL Database




Updater [RECOMMENDED]

Left 4 Dhooks [REQUIRED]

myGaming's Karma Kill System [REQUIRED]

Weapon Handling API [REQUIRED]

Melee Unlocker [REQUIRED]

Point System API [REQUIRED]

Restart When Empty [REQUIRED]

Lagged Movement Conflict Resolver [REQUIRED]

Tank Anti Stuck [REQUIRED]

Get Plugin



View Source



eyal282 06-02-2023 06:01

Re: [L4D2] ALPHA Gun XP - RPG
 
To use a MySQL database, make a database called "GunXP-RPG", then head to l4d2/addons/sourcemod/configs/databases.cfg, and add this as a new entry.

Code:

"GunXP-RPG"
{
        "driver"                        "mysql"
        "host"                                "your_host_here"
        "database"                        "GunXP-RPG"
        "user"                                "your_username_here"
        "pass"                                "your_password_here"
}


leaffan 06-03-2023 14:11

Re: [L4D2] ALPHA Gun XP - RPG
 
Thank you for the moderation. Well done!

eyal282 10-14-2023 18:01

Re: [L4D2] ALPHA Gun XP - RPG
 
TBH I want to reserve this one too.

sirphr 11-22-2023 05:35

Re: [L4D2] ALPHA Gun XP - RPG
 
This looks pretty cool might try to install and configure on a test server. Thanks!

Krufftys Killers 11-25-2023 10:56

Re: [L4D2] ALPHA Gun XP - RPG
 
Got this errorL 11/25/2023 - 10:54:41: SourceMod error session started
L 11/25/2023 - 10:54:41: Info (map "c5m1_waterfront") (file "C:\servers\kruffty2\left4dead2\addons\source mod\logs\errors_20231125.log")
L 11/25/2023 - 10:54:41: [SM] Fatal error encountered parsing translation file "serverhop.phrases.txt"
L 11/25/2023 - 10:54:41: [SM] Error (line 0, column 0): Stream failed to open
L 11/25/2023 - 10:54:41: [SM] Unable to load plugin "[RPG]\PerkTrees\PerkTree_Pet.smx": Native "L4D_LaggedMovement" was not found
L 11/25/2023 - 10:54:42: [SM] Exception reported: Entity -1 (-1) is not a CBaseEntity
L 11/25/2023 - 10:54:42: [SM] Blaming: [RPG]\RPG-Perks.smx
L 11/25/2023 - 10:54:42: [SM] Call stack trace:
L 11/25/2023 - 10:54:42: [SM] [0] AcceptEntityInput
L 11/25/2023 - 10:54:42: [SM] [1] Line 2158, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Perks.sp::Event_RoundStart

king kong 11-25-2023 11:32

Re: [L4D2] ALPHA Gun XP - RPG
 
Quote:

Originally Posted by Krufftys Killers (Post 2813509)
Got this errorL 11/25/2023 - 10:54:41: SourceMod error session started
L 11/25/2023 - 10:54:41: Info (map "c5m1_waterfront") (file "C:\servers\kruffty2\left4dead2\addons\source mod\logs\errors_20231125.log")
L 11/25/2023 - 10:54:41: [SM] Fatal error encountered parsing translation file "serverhop.phrases.txt"
L 11/25/2023 - 10:54:41: [SM] Error (line 0, column 0): Stream failed to open
L 11/25/2023 - 10:54:41: [SM] Unable to load plugin "[RPG]\PerkTrees\PerkTree_Pet.smx": Native "L4D_LaggedMovement" was not found
L 11/25/2023 - 10:54:42: [SM] Exception reported: Entity -1 (-1) is not a CBaseEntity
L 11/25/2023 - 10:54:42: [SM] Blaming: [RPG]\RPG-Perks.smx
L 11/25/2023 - 10:54:42: [SM] Call stack trace:
L 11/25/2023 - 10:54:42: [SM] [0] AcceptEntityInput
L 11/25/2023 - 10:54:42: [SM] [1] Line 2158, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Perks.sp::Event_RoundStart

https://forums.alliedmods.net/showthread.php?p=2792637

eyal282 11-26-2023 10:23

Re: [L4D2] ALPHA Gun XP - RPG
 
Quote:

Originally Posted by Krufftys Killers (Post 2813509)
Got this errorL 11/25/2023 - 10:54:41: SourceMod error session started
L 11/25/2023 - 10:54:41: Info (map "c5m1_waterfront") (file "C:\servers\kruffty2\left4dead2\addons\source mod\logs\errors_20231125.log")
L 11/25/2023 - 10:54:41: [SM] Fatal error encountered parsing translation file "serverhop.phrases.txt"
L 11/25/2023 - 10:54:41: [SM] Error (line 0, column 0): Stream failed to open
L 11/25/2023 - 10:54:41: [SM] Unable to load plugin "[RPG]\PerkTrees\PerkTree_Pet.smx": Native "L4D_LaggedMovement" was not found
L 11/25/2023 - 10:54:42: [SM] Exception reported: Entity -1 (-1) is not a CBaseEntity
L 11/25/2023 - 10:54:42: [SM] Blaming: [RPG]\RPG-Perks.smx
L 11/25/2023 - 10:54:42: [SM] Call stack trace:
L 11/25/2023 - 10:54:42: [SM] [0] AcceptEntityInput
L 11/25/2023 - 10:54:42: [SM] [1] Line 2158, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Perks.sp::Event_RoundStart


Fixed in Updater module. Make sure updater is live in your server.

eyal282 11-28-2023 18:26

Re: [L4D2] ALPHA Gun XP - RPG
 
Alpha means "It is fully ready to be played in a main server but I push updates to main after 30 minutes of testing"

Krufftys Killers 03-23-2024 19:32

Re: [L4D2] ALPHA Gun XP - RPG
 
Am getting this error
L 03/22/2024 - 11:06:08: Error log file session closed.
L 03/22/2024 - 11:07:00: SourceMod error session started
L 03/22/2024 - 11:07:00: Info (map "c1m1_hotel") (file "e:\l4d2\servers\4\serverfiles\left4dead2\add ons\sourcemod\logs\errors_20240322.log")
L 03/22/2024 - 11:07:00: [SM] Exception reported: Invalid parameter number: 11
L 03/22/2024 - 11:07:00: [SM] Blaming: [RPG]\RPG-Tanks.smx
L 03/22/2024 - 11:07:00: [SM] Call stack trace:
L 03/22/2024 - 11:07:00: [SM] [0] GetNativeCell
L 03/22/2024 - 11:07:00: [SM] [1] Line 196, c:\Users\Eyal282\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Tanks.sp::Native_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [3] RPG_Tanks_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [4] Line 111, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier1_JockeyTank.sp::RegisterTank
L 03/22/2024 - 11:07:00: [SM] [5] Line 41, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier1_JockeyTank.sp::OnPluginStart
L 03/22/2024 - 11:07:00: [SM] Unable to load plugin "[RPG]\Tanks\Tier1_JockeyTank.smx": Error detected in plugin startup (see error logs)
L 03/22/2024 - 11:07:00: [SM] Exception reported: Invalid parameter number: 11
L 03/22/2024 - 11:07:00: [SM] Blaming: [RPG]\RPG-Tanks.smx
L 03/22/2024 - 11:07:00: [SM] Call stack trace:
L 03/22/2024 - 11:07:00: [SM] [0] GetNativeCell
L 03/22/2024 - 11:07:00: [SM] [1] Line 196, c:\Users\Eyal282\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Tanks.sp::Native_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [3] RPG_Tanks_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [4] Line 223, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier1_TrollTank.sp::RegisterTank
L 03/22/2024 - 11:07:00: [SM] [5] Line 53, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier1_TrollTank.sp::OnPluginStart
L 03/22/2024 - 11:07:00: [SM] Unable to load plugin "[RPG]\Tanks\Tier1_TrollTank.smx": Error detected in plugin startup (see error logs)
L 03/22/2024 - 11:07:00: [SM] Exception reported: Invalid parameter number: 11
L 03/22/2024 - 11:07:00: [SM] Blaming: [RPG]\RPG-Tanks.smx
L 03/22/2024 - 11:07:00: [SM] Call stack trace:
L 03/22/2024 - 11:07:00: [SM] [0] GetNativeCell
L 03/22/2024 - 11:07:00: [SM] [1] Line 196, c:\Users\Eyal282\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Tanks.sp::Native_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [3] RPG_Tanks_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [4] Line 596, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier2_PsychicTank.sp::RegisterTank
L 03/22/2024 - 11:07:00: [SM] [5] Line 75, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier2_PsychicTank.sp::OnPluginStart
L 03/22/2024 - 11:07:00: [SM] Unable to load plugin "[RPG]\Tanks\Tier2_PsychicTank.smx": Error detected in plugin startup (see error logs)
L 03/22/2024 - 11:07:00: [SM] Exception reported: Invalid parameter number: 11
L 03/22/2024 - 11:07:00: [SM] Blaming: [RPG]\RPG-Tanks.smx
L 03/22/2024 - 11:07:00: [SM] Call stack trace:
L 03/22/2024 - 11:07:00: [SM] [0] GetNativeCell
L 03/22/2024 - 11:07:00: [SM] [1] Line 196, c:\Users\Eyal282\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\RPG-Tanks.sp::Native_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [3] RPG_Tanks_RegisterTank
L 03/22/2024 - 11:07:00: [SM] [4] Line 135, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier2_ShamanTank.sp::RegisterTank
L 03/22/2024 - 11:07:00: [SM] [5] Line 46, c:\Users\eyal2\Documents\GitHub\l4d2-gun-xp-rpg\addons\sourcemod\scripting\[RPG]\Tanks\Tier2_ShamanTank.sp::OnPluginStart
L 03/22/2024 - 11:07:00: [SM] Unable to load plugin "[RPG]\Tanks\Tier2_ShamanTank.smx": Error detected in plugin startup (see error logs)
L 03/22/2024 - 11:08:25: Error log file session closed.


All times are GMT -4. The time now is 15:19.

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