Sven Co-op

Sven Co-op

142 ratings
Sven Co-op XP Mod (SCXPM) 2022
By Orodan
This guide contains information about peculiar modification named "Sven Cooperative Experience Mod" - SCXPM.
SCXPM - RPG-like plugin with 1800 (max.) levels, that contain 9 skills and 15 medals, which help the player(s) handle the hard situations on different maps, such as survivability and movement, after upgrading.

Здесь находится информация про своеобразную модификацию под названием "Sven Cooperative Experience Mod" - SCXPM.
SCXPM - RPG-вид плагина с 1800 (макс.) уровнями, который содержит 9 навыков и 15 медалей которые, при их улучшении, позволяют игроку/игрокам легче справляться со сложными картами, препятствиями, монстрами.
   
Award
Favorite
Favorited
Unfavorite
Max. level of skills

Skill
Max. level
Strength
450
Superior Armor
450
Health Regeneration
300
Nano Armor
300
Ammo Reincarnation
30
Anti-Gravity Device
40
Awareness
80
Team Power
60
Block Attack
90
Ranks

Name of rank
Level required
Civilian
0
Thug
5
Trainee Fighter
20
Fighter
50
Private 3rd Class
100
Private 2nd Class
200
Private 1st Class
300
Lance Corporal
400
Corporal
500
Sergeant
600
Master Sergeant
700
Staff Sergeant
800
Warrant Officer 2nd Class
900
Warrant Officer 1st Class
1000
2nd Lieutenant
1100
1st Lieutenant
1200
Captain
1300
Major
1400
Colonel
1500
General
1600
General of the Sven Team
1700
Commander of the Sven Team
1800
Leveling in this game.
Above i told you about Ranks and Max. level of skills, let's dive into the math and understand what they really mean and how they benefit you.

Skills:
    Strength:
  • Current health + Level of "Strength" * 1.
  • 1 level up - 1 max HP higher.

Superior Armor:
  • Current Armor + Level of "Superior Armor"
  • 1 level up - 1 point of AP higher.

Health Regeneration:
  • 1 HP per (150.5-(Level of regeneration/2)) second + bonus chance every 0.5 seconds.

Nano Armor:
  • 1 Armor per (150.5-(Level of "Nano Armor"/2)) second + bonus chance every 0.5 seconds.

Ammo Reincarnation:
  • (90 - (Current ammo level*2.5)) second.

Anti-Gravity Device:
  • Your gravity gets smaller every 1.5% with each level.

Awareness:
  • General skill that impoves other by 0.35 per level.

Team Power:
  • Improves your skills (such as regen for HP and AP) when you are near your allies and allowing you to enter God-mode on higher levels for a few seconds.

Block Attack:
  • A chance to block any damage in (Block leve/3)%. Actually gives a player a random chance to enter God-mode.
Other information (console commands, medals...)
SCXPM related commands:
selectskills - Opens the Skill Choice Menu, if you have Skillpoints available.
resetskills - Will reset your Skills so you can rechoose them.
playerskills - Will print Other Players Stats.
skillsinfo - Will print information about all Skills.
scxpminfo - Will print Information about SCXPM.
scxpm_hidestats - ( in console ) Hides the SCXPM display on the screen.
prestige - Use at max level to award you with a prestige level and set your level and skills back to 0. THINK CAREFULLY BEFORE DOING!!!

scxpm_gravmode - ( in console ) Sets your gravity skill mode:
0: Disabled, 1: Anti-Grav, 2: Multi-Jump
scxpm_autoxpmenu - ( in console ) Toggle whether to automatically open the skill select menu when leveling up:
0/1: Disable/Enable


Question and answers!
Q:
How do you get experience?
A:
Kill enemies or hurt them (or by healing NPCs or players)
(thank you for the reminder of healing).

Q:
How to find SCXPM servers?
A:
Look at the server name, but better find it in "Game" list (Server, map, players, ping and look there SCXPM).

Q:
Medals?
A:
Medals are handed out by administrators to players who are nice, helpful and regularly play on our servers.

Useful commands:
(BIND TO A KEY THESE COMMANDS PLEASE IT WILL MAKE SCXPM x200 TIME MORE ENJOYABLE AND FUN)
/s, saveme, saveme2
- Saves your position for a teleport.
/t, posme, posme2 - Teleport to saved postion

How to bind to a key?
  • bind <key> "/s"
  • bind <key> "/t"
Past and copy in the console. Note: <key> is G, B, mouse5 or any button on your keyboard, mouse.
How-to-install & run a server
Thanks to Sparks and minesettimi on official Sven Co-op server and links they are provided, the next how-to steps can be reproduced by you or anyone doing step-by-step and your server will be OK to run.

So, what are the essentials?
To run a server you need the correct version of metamod[github.com] and AMXX[www.amxmodx.org].
(AMXX requires metamod so you need both of them)
There are also Angelscripts equivalents but i need a research on them to tell you what's good and what is unstable.

Ok. Where can i find them?
Metamod and AMXX needed to run your server modified. Install SCXPM in the last when metamod and AMXX are already installed.

I/III. Installing Metamod
One sentence explanation on about why you need metamod.
Originally posted by Will Day. In metamod About.txt:
The purpose of MetaMod is to function "one level up" from the normal
Half-Life game mod DLL.
  • While you're on the link [github.com]provided above, click on code in upper left corner.
  • Step 2: press green button Code, then download ZIP file.

    From here now on is from Official metamod installation guide[metamod.org]
  • Step 3: Install the Metamod library (.dll for win32, or .so for linux) to a directory under your game directory. For instance, if you were running Counter-Strike, under win32 you might want have:
    half-life/cstrike/addons/metamod/dlls/metamod.dll
  • Step 3.5: If a directory you want doesn't exist, create it.
  • Step 4: Edit the "liblist.gam" file in your game directory, replacing the game dll filename with the Metamod dll filename. For instance with Counter-Strike, you would change:
    gamedll "dlls/mp.dll" gamedll_linux "dlls/cs_i386.so"
    to:
    gamedll "addons/metamod/dlls/metamod.dll" gamedll_linux "addons/metamod/dlls/metamod_i386.so"
    Note that it's only really necessary to change the line corresponding to your OS (win32 or linux); you can leave the other line unchanged, or you can change it - it doesn't matter.
  • Step 5: To load plugins at game startup, you'll need to create a plugins (dot) ini[metamod.org] file containing a list of the plugins you want to load.
By the way, there is "(dot)" in Step 5 is because Steam formating aren't allowing me to put an actual dot in website link formatting text (it breaks the formatting and link as well). I am sorry for this!

The rest of information about Configuration Metamod can be found on from an official metamod installation guide[metamod.org] as mentioned above.
What am i missing by not following the link? Information on plugins.ini, config.ini, exec.cfg, +localinfo, commands, Plugin Loading and Unloading Process. Please, do your own research!

II/III. Installing AMX Mod X
Eh, what again?
Originally posted by AMX official website:
AMX Mod X is a versatile Half-Life metamod plugin which is targetted toward server administration.
It has a wide array of scripting capabilities so people can write "plugins", or files which add on to a mod's functionality.
So, generally a good thing for your own server!

Before we start: If you have shell or direct access to your server, you can do all pf the operations directly on the server itself. If you only have FTP (File transfer protocol) access, it's best to install AMX Mod X on a "dummy" folder on your hard drive, do all configuration there, and then upload the files to your server. Otherwise, you can upload the files as you're installing and then use FTP to change things along the way.
Also, Throughout the documentation we'll refer to your "mod folder[wiki.alliedmods.net]" - this is the folder your mod is stored, like "cstrike" (for Counter-Strike).
    Where is the folder exactly?
  • If you're installing on a listen server, it will be in \Program Files\Steam\SteamApps\<your steam login>\<Valve game or Half-Life>\<mod folder>.
  • If you're using a dedicated server, it will be HLServer\<mod folder>.
  • On Linux this is hlds_l/<mod folder>. For Linux users, binaries will not end in ".dll", they will usually end in "_i386.so" or "_amd64.so" for AMD64 machines.

    Step-by-step installing AMX
    1. Go to www.amxmodx.org and click "Downloads". Download the amxmodx-base package for either Windows or Linux.
    2. Extract the base package to your mod folder. This will place AMX Mod X into <mod folder>\addons\amxmodx. If you're uploading over FTP, you should extract it to a dummy location first (like your desktop).
    3. Extract the addon pack to the same place as before, it should simply add more files to your AMX Mod X installation.
    4. If you're using FTP, upload the addons folder.
    5. AMX Mod X should now be installed! You can type "meta list" in your server console[wiki.alliedmods.net] to see if it was successful.
    6. You can now move on to Configuring AMX Mod X[wiki.alliedmods.net]. If you encountered problems, see Troubleshooting AMX Mod X.[wiki.alliedmods.net]
    IT CAN BE CONFIGURABLE TOO. Information that you need to understand, folders you need to memorize and just how everything works can be found here:Official wiki[wiki.alliedmods.net]
    III/III. Yay, now installing the SCXPM add-on.
    • Put SCXPM .amxx file in "addons/amxmodx/plugins" and put scxpm.amxx in "addons/amxmodx/configs/plugins.ini".
    Easy, right?
Servers where to play
Starting with my friends from Misfire!
Nobody payed me to include their servers.
Server name
Region
IP
Misfire's Sven Co-Op 5.24 | very XP #4 [EU] BUYMENU
EU Germany
148.251.68.215:27016
Misfire's Sven Co-Op 5.24 | very XP #3 [EU] BUYMENU
EU Germany
148.251.68.215:27015
Misfire's Sven Co-Op 5.24 | very XP #2 [US] BUYMENU
US Kansas
107.150.56.58:27016
Misfire's Sven Co-Op 5.24 | very XP [US] BUYMENU
US Kansas
107.150.56.58:27015
Anitalink.com Sven Coop: SCXPM
Saint-Peterburg
51.38.119.216:27333
S.R!se|合作伺器 XP: 2 time() | playgame.shinyru.com
Asia (Chinese or Korean maybe?)
192.168.1.110:27999

If you want your server displayed here then DM me. I am more than happy to do this!
Download links
  • The current version of the mod can always be found on this site: Click on me[forums.alliedmods.net]
  • Information on SCXPM installation can be found on this site: Click on me[web.archive.org]
    WARNING
    svencoopnet.com is dead. The only way you can access this site only by using web-archives such as WayBack Machine and others.
  • If player data doesn't save for you, here's a fix: Click on me[forums.alliedmods.net]
--- ENG / РУС
/\
| English - Английский (UPDATED)
|
| Russian - Русский (Устарело) (позже будет обновлено)
\/
Навыки, умения, скиллы
  • Жизни:
    - Изначальное здоровье + Уровень Силы * 1.

  • Броня:
    - "Начальная" броня + Уровень брони * 1.

  • Регенирация жизни, ОЗ:
    - 1 ОЗ каждые (150.5-(Уровень_регенерации/2)) секунды + шанс бонуса каждые 0.5 Секунд.

  • Регенирация брони:
    - (150.5-(Уровень_наноброни/2)) секунд + шанс бонуса каждые 0.5 Секунд.

  • Пополнение патронов:
    - (90-(Уровень_патронов*2.5)) секунд.

  • Улучшение высоты прыжков:
    - Уменьшает гравитацию на 1.5% за каждый уровень.

  • Улучшение навыков жизни/брони:
    - Общий навык, немного повышающий другие.

  • Улучшение Ваших навыков, когда Вы стоите возле игроков:
    - Поддерживает ближайших игроков ОЗ
    и AP (броня), а также Вас на высших уровнях

  • Позволяет включить режим бога на несколько секунд: .
    - Шанс заблокировать любую атаку в (Уровень_Блокированияl/3)%.
    На самом деле даёт игроку случайным образом god-mode (режим бессмертия) или забирает его каждые 0.5 секунд.
Максимальные уровни навыков


Навык (Skill)
Макс. уровень (Max. level)
Сила, кол-во ОЗ
450
Броня
450
Регенерация ОЗ
300
Нано-броня, регенерация брони
300
Регенерация патронов
30
Прибор анти-гравитации
40
Осведомленность (Улучшение навыков жизни/брони)
80
Сила команды (Улучшение Ваших навыков, когда Вы стоите возле игроков)
60
Блок атаки (Позволяет включить режим бога на несколько секунд)
90
Ранги

Название ранга
На каком уровне получаем
Гражданский
0
Бандит
5
Борец стажер (боец, проходящий тренировку)
20
Боец
50
Рядовой 3-го класса
100
Рядовой 2-го класса
200
Рядовой 1-го класса
300
Ефрейтор
400
Капрал
500
Сержант
600
Старшина
700
Старший сержант
800
Прапорщика 2-го класса
900
Прапорщик 1-го класса
1000
2-ой лейтенант
1100
1-ый лейтенант
1200
Капитан
1300
Майор
1400
Полковник
1500
Генерал
1600
Генерал команды Sven
1700
Коммандир команды Sven
1800
Остальная инфа (медали, опыт...)
Команды, доступные всем игрокам
say playerskills - увидеть уровни и медали игроков
say selectskills - выбрать и потратить очко навыка
say skillsinfo - информация об навыке
say resetskills - обнулить навыки

Вопросы и ответы!
В:
Как получать XP?
О:
Убивать или ранить врагов (также и путём лечением ботов или игроков).
(спасибо тебе за напоминание о хиле).

В:
Что за медали?
О:
Эти медали получаются либо админами, либо от них. В принципе, это как поощрение от админов к игрокам.

В:
Как найти такие серверы?
О:
Ищите в названии сервера, но лучше по разделу Game.

Полезные комманды:
(ЗАБИНДИТЕ ЭТИ КОМАНДЫ ЭТО СДЕЛАЕТ ВАШУ ИГРУ В х200 РАЗ БОЛЕЕ ВЕСЁЛОЙ И ПРИЯТНОЙ)
/s, saveme, saveme2
- Сохраняет Вашу позицию для телепорта.
/t, posme, posme2 - Телепортирует к сохраненной позиции[/b]
bind <key> "/s" и bind <key> "/t" в консоль.
Активные сервера с модом
Начиная с моих друзей Misfire!
Никто мне не платил чтобы их сервер был в списке.
Название сервера
Регион
IP
Misfire's Sven Co-Op 5.24 | very XP #4 [EU] BUYMENU
Европа
148.251.68.215:27016
Misfire's Sven Co-Op 5.24 | very XP #3 [EU] BUYMENU
Eвропа
148.251.68.215:27015
Misfire's Sven Co-Op 5.24 | very XP #2 [US] BUYMENU
США
107.150.56.58:27016
Misfire's Sven Co-Op 5.24 | very XP [US] BUYMENU
США
107.150.56.58:27015
Anitalink.com Sven Coop: SCXPM
Россия
51.38.119.216:27333
S.R!se|合作伺器 XP: 2 time() | playgame.shinyru.com
Азия (Китай или Корея?)
192.168.1.110:27999

Если хотите чтобы Ваш сервер был представлен в списке, то напишите в личку. Я буду более чем рад и счастлив помочь!
Ссылки на скачивание
  • На этом сайте всегда будет находиться актуальная версия мода: Кликните тут[forums.alliedmods.net]
  • На этом сайте информация о том, как установить SCXPM: Кликните тут[web.archive.org]
    ВНИМАНИЕ
    Сайт svencoopnet.com мёртв. Получить доступ к сайту можно только через интернет-библиотеки, такие как WayBack Machine и другие.
  • Если у вас не сохраняются данные игроков, то вот фикс: Кликните тут[forums.alliedmods.net]
82 Comments
is there any purpose of the prestige? Any bonus to stats?
shin zaibatsu 7 May @ 6:38pm 
Ammo regen broken for me too
Biggie Thicc 2 Apr @ 1:00pm 
ammo regen is broken for me as well, any chance this will be fixed?
Онямечный Псех 19 Feb @ 5:08am 
Поддерживаю Killbot126 у меня тоже ammo regen перестал работать знает кто способы починить?
killbot126 15 Feb @ 10:26am 
and before you say ammo regen was disabled in server i can hear other players ammo regerating
killbot126 15 Feb @ 10:24am 
ammo regen stopped working for me did i turn it off somehow?
the first gamer ever 31 May, 2024 @ 1:54pm 
you should update it to not include liblist.gam part, see https://steamproxy.net/app/225840/discussions/0/1737715419903074306/
Face 21 May, 2024 @ 2:52pm 
"bind <key> "/s"
bind <key> "/t""

this didn;t work for me. I had to use:

bind <key> "say /s"
bind <key> "say /t"
THE EMA 20 Jan, 2024 @ 9:20pm 
No anda, puto
SpartanWar118 22 Nov, 2023 @ 10:22am 
Thanks for the helpful response, hopefully these resources get some solid DL links soon