Skip to content

Commit

Permalink
Release v1.0.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgefog authored Feb 9, 2021
1 parent 81d249d commit ae4835e
Show file tree
Hide file tree
Showing 201 changed files with 8,988 additions and 4,410 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
mkdir downloads
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5271-base-linux.tar.gz -P ./downloads
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5271-cstrike-linux.tar.gz -P ./downloads
wget https://github.com/s1lentq/reapi/releases/download/5.19.0.210/reapi_5.19.0.210-dev.zip -P ./downloads
wget https://github.com/s1lentq/reapi/releases/download/5.19.0.210/reapi_5.19.0.205-dev.zip -P ./downloads
- name: Setup Build Variables
id: buildvars
uses: actions/github-script@v3
Expand All @@ -48,7 +48,7 @@
tar --strip-components=3 -zxf ./downloads/amxmodx-1.9.0-git5271-base-linux.tar.gz -C ./compiler addons/amxmodx/scripting
tar --strip-components=3 -zxf ./downloads/amxmodx-1.9.0-git5271-cstrike-linux.tar.gz -C ./compiler addons/amxmodx/scripting
mkdir -p ./thirdparty/reapi
unzip ./downloads/reapi_5.19.0.210-dev.zip -d ./thirdparty/reapi
unzip ./downloads/reapi_5.19.0.205-dev.zip -d ./thirdparty/reapi
- name: Install Dependencies
run: npm install
- name: Build project
Expand All @@ -75,16 +75,6 @@
asset_path: ./dist/bundles/src/zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons.zip
asset_name: zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons-src.zip
asset_content_type: application/zip
- name: Upload Release Addons Src
id: upload-release-addons
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/bundles/full/zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons.zip
asset_name: zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons.zip
asset_content_type: application/zip
- name: Upload Release Build
id: upload-release-addons-reapi
uses: actions/upload-release-asset@v1
Expand Down
14 changes: 8 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"amxxpawn.compiler.executablePath": "${workspaceRoot}/compiler/amxxpc.exe",
"amxxpawn.compiler.includePaths": [
"${workspaceRoot}/compiler/include",
"${workspaceRoot}/src/include",
"${workspaceRoot}/thirdparty/reapi/addons/amxmodx/scripting/include"
]
"editor.tabSize": 4,
"editor.insertSpaces": true,
"amxxpawn.compiler.executablePath": "${workspaceRoot}/compiler/amxxpc.exe",
"amxxpawn.compiler.includePaths": [
"${workspaceRoot}/compiler/include",
"${workspaceRoot}/src/include",
"${workspaceRoot}/thirdparty/reapi/addons/amxmodx/scripting/include"
]
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
### Zombie Panic Mod for Counter-Strike 1.6
__Version:__ 0.9.5
__Version:__ 1.0.0

### Download latest:
- [Releases](./releases)

### Requirements
- Amx Mod X 1.9.0+
- ReAPI
- RegameDLL + ReAPI
- Metamod-R or Metamod-P (for windows)

### Deployment
- Clone repository.
Expand Down
17 changes: 14 additions & 3 deletions assets/addons/amxmodx/configs/plugins-zombiepanic.ini
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
; API
api_custom_weapons.amxx debug
api_custom_entities.amxx debug
api_rounds.amxx debug

; Core
zombiepanic.amxx debug
zp_gamerules.amxx debug
zp_gamename.amxx debug
zp_player_inventory.amxx debug
zp_player_equipment.amxx debug
zp_player_speed.amxx debug
zp_flashlight.amxx debug
zp_human.amxx debug
zp_zombie.amxx debug
zp_zombie_lives.amxx debug
zp_zombie_regeneration.amxx debug
zp_zombie_vision.amxx debug
zp_characters.amxx debug
zp_weapons.amxx debug
zp_ammo.amxx debug
zp_panic.amxx debug
zp_gameplay_fixes.amxx debug
zp_painshock.amxx debug
zp_knockback.amxx debug
zp_radio.amxx debug
zp_bot_fixes.amxx debug
zp_music.amxx debug
zp_use_pickup.amxx debug
zp_controls.amxx debug

; Hud
zp_mapinfo.amxx debug
zp_hud_money.amxx debug
zp_hud_deathmsg.amxx debug
zp_hud_scoreinfo.amxx debug
Expand All @@ -35,7 +37,10 @@ zp_hud_winmessage.amxx debug
zp_hud_radar.amxx debug
zp_hud_itempickup.amxx debug
zp_hud_statusvalue.amxx debug
zp_hud_crosshair.amxx debug
zp_hud_roundtimer.amxx debug

; Weapons
zp_weapon_swipe.amxx debug
zp_weapon_556ar.amxx debug
zp_weapon_9mmhandgun.amxx debug
Expand All @@ -45,10 +50,12 @@ zp_weapon_shotgun.amxx debug
zp_weapon_satchel.amxx debug
zp_weapon_handgrenade.amxx debug

; Entities
zp_entity_info_player_team.amxx debug
zp_entity_trigger_endround.amxx debug
zp_entity_func_vip_safetyzone.amxx debug
zp_entity_func_train.amxx debug
zp_entity_func_breakable.amxx debug
zp_entity_weaponbox.amxx debug
zp_entity_item_battery.amxx debug
zp_entity_item_healthkit.amxx debug
Expand All @@ -63,3 +70,7 @@ zp_entity_weapon_handgrenade.amxx debug
zp_entity_weapon_satchel.amxx debug
zp_entity_weapon_shotgun.amxx debug
zp_entity_weapon_9mmhandgun.amxx debug

; Extra
zp_objective_marks.amxx debug
zp_hud_hints.amxx debug
31 changes: 30 additions & 1 deletion assets/addons/amxmodx/configs/zombiepanic.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
// Zombie Panic
mp_autoteambalance 0
mp_flashlight 1
mp_forcecamera 1
mp_freezetime 10
mp_scoreboard_showdefkit 0
mp_scoreboard_showhealth 0
mp_scoreboard_showmoney 0

// [Zombie Panic] Zombie Lives
// [Zombie Panic] Flashlight
zp_flashlight_consumption_rate 0.5
zp_flashlight_recovery_rate 0.5

// [Zombie Panic] Gamerules
zp_zombie_lives 20

// [Zombie Panic] Music
zp_join_music 1
zp_music 1

// [Zombie Panic] Use Pickup
zp_use_pickup 1
zp_use_pickup_highlight 1

// [Zombie Panic] Zombie Lives
zp_zombie_respawn_time 6.0

// [Zombie Panic] Zombie Regeneration
zp_zombie_regeneration_rate 5.0

// [Zombie Panic] Zombie Vision
zp_zombievision_auto 1

// [Zombie Panic] Hints HUD
zp_hints 1

// [Zombie Panic] Objective Marks
zp_objective_marks 1
45 changes: 45 additions & 0 deletions assets/addons/amxmodx/configs/zombiepanic/characters/male.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"models": {
"zombie": "models/zombiepanic/v100/characters/male/zombie.mdl",
"human": "models/zombiepanic/v100/characters/male/human.mdl",
"swipe": "models/zombiepanic/v100/characters/male/swipe.mdl"
},
"sounds": {
"human": {
"panic": [
"zombiepanic/v100/player/panicscream1.wav",
"zombiepanic/v100/player/panicscream2.wav"
],
"death": [
"zombiepanic/v100/player/deathscream1.wav",
"zombiepanic/v100/player/deathscream2.wav",
"zombiepanic/v100/player/deathscream3.wav"
]
},
"zombie": {
"ambient": [
"zombiepanic/v100/player/zomambient1.wav",
"zombiepanic/v100/player/zomambient2.wav",
"zombiepanic/v100/player/zomambient3.wav",
"zombiepanic/v100/player/zomambient4.wav",
"zombiepanic/v100/player/zomambient5.wav",
"zombiepanic/v100/player/zomambient6.wav",
"zombiepanic/v100/player/zomambient7.wav",
"zombiepanic/v100/player/zomambient8.wav",
"zombiepanic/v100/player/zomambient9.wav",
"zombiepanic/v100/player/zomambient10.wav",
"zombiepanic/v100/player/zomambient11.wav",
"zombiepanic/v100/player/zomambient12.wav",
"zombiepanic/v100/player/zomambient13.wav",
"zombiepanic/v100/player/zomambient14.wav",
"zombiepanic/v100/player/zomambient15.wav"
],
"death": [
"zombiepanic/v100/player/zombiedeath1.wav",
"zombiepanic/v100/player/zombiedeath2.wav",
"zombiepanic/v100/player/zombiedeath3.wav"
]
}
},
"_version": 1
}
39 changes: 39 additions & 0 deletions assets/addons/amxmodx/data/lang/zombiepanic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[en]
ZP_HINT_TITLE = Hint
ZP_HINT_PANIC = Panic may help you escape from the zombies^nPress <O> to Panic
ZP_HINT_DROP_AMMO = You can drop your ammo pressing <X>^nPress <Z> to select ammo type
ZP_HINT_PICKUP = Press <E> to pickup items on dinstance
ZP_WARN_TITLE = Warning
ZP_WARN_SPEED = A large amount of ammo and weapons slows you down^nDon't forget to get rid of unnecessary ammo
ZP_OBJECTIVE_TITLE = Survival
ZP_OBJECTIVE_HUMAN = Survive to the end of the round or kill all zombies
ZP_OBJECTIVE_ZOMBIE = Kill all survivors
ZPO_OBJECTIVE_TITLE = Objective
ZPO_OBJECTIVE_HUMAN = Follow the marks to complete objectives
ZPO_OBJECTIVE_ZOMBIE = Don't let survivors complete the objectives
ZP_RESPAWN_TITLE = Respawn
ZP_RESPAWN_ZOMBIE = You will be respawned soon...^nWatch the lives in the lower right corner
ZP_RESPAWN_HUMAN = You will be respawned as zombie soon...
ZP_RESPAWN_NOLIVES = No more lives^nWait for more lives to appear
ZP_ITEM_PICKUP_TITLE = <E>
ZP_ITEM_PICKUP = Pickup item

[ru]
ZP_HINT_TITLE = Совет
ZP_HINT_PANIC = Паника может помочь вам убежать от зомби^nНажмите <O> для активации
ZP_HINT_DROP_AMMO = Вы можете выбросить патроны нажав <X>^nНажмите <Z> для выбора типа патронов
ZP_HINT_PICKUP = Нажмите <е> для того, чтоб подобрать предметы на расстоянии
ZP_WARN_TITLE = Внимание
ZP_WARN_SPEED = Не забывайте избавляться от ненужных патронов, чтоб поддерживать скорость
ZP_OBJECTIVE_TITLE = Выживание
ZP_OBJECTIVE_HUMAN = Продержитесь до конца раунда или убейте всех зомби
ZP_OBJECTIVE_ZOMBIE = Убейте всех выживших
ZPO_OBJECTIVE_TITLE = Цель
ZPO_OBJECTIVE_HUMAN = Следуйте к отметкам для выполнения целей
ZPO_OBJECTIVE_ZOMBIE = Не дайте выжившим выполнить цель
ZP_RESPAWN_TITLE = Возрождение
ZP_RESPAWN_ZOMBIE = Вскоре, Вы возродитесь^nследите за жизнями в правой нижней части экрана
ZP_RESPAWN_HUMAN = Вскоре, Вы воздродитесь за зомби...
ZP_RESPAWN_NOLIVES = Жизней больше нет^nОжидайте, пока появится больше жизней
ZP_ITEM_PICKUP_TITLE = <E>
ZP_ITEM_PICKUP = Подобрать предмет
Binary file removed assets/models/zombiepanic/b1/items/v_swipe.mdl
Binary file not shown.
Binary file removed assets/models/zombiepanic/b1/items/w_medkit.mdl
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/sound/zombiepanic/v100/music/KM_Horde.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/sound/zombiepanic/v100/music/KM_Plague.mp3
Binary file not shown.
7 changes: 0 additions & 7 deletions assets/sprites/zombiepanic/b1/weapon_357.txt

This file was deleted.

10 changes: 0 additions & 10 deletions assets/sprites/zombiepanic/b1/weapon_556ar.txt

This file was deleted.

7 changes: 0 additions & 7 deletions assets/sprites/zombiepanic/b1/weapon_9mmhandgun.txt

This file was deleted.

5 changes: 0 additions & 5 deletions assets/sprites/zombiepanic/b1/weapon_crowbar.txt

This file was deleted.

7 changes: 0 additions & 7 deletions assets/sprites/zombiepanic/b1/weapon_handgrenade.txt

This file was deleted.

7 changes: 0 additions & 7 deletions assets/sprites/zombiepanic/b1/weapon_satchel.txt

This file was deleted.

7 changes: 0 additions & 7 deletions assets/sprites/zombiepanic/b1/weapon_shotgun.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/sprites/zombiepanic/v100/colt_xhair.spr
Binary file not shown.
Binary file added assets/sprites/zombiepanic/v100/magnum_xhair.spr
Binary file not shown.
Binary file not shown.
Binary file added assets/sprites/zombiepanic/v100/pistol_xhair.spr
Binary file not shown.
Binary file added assets/sprites/zombiepanic/v100/shotgun_xhair.spr
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_357.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
8
weapon 320 zombiepanic/v100/320hud1 0 80 80 20
weapon_s 320 zombiepanic/v100/320hud1 0 100 80 20
ammo 320 zombiepanic/v100/320hud2 18 16 18 18
weapon 640 zombiepanic/v100/640hud1 0 90 170 45
weapon_s 640 zombiepanic/v100/640hud4 0 90 170 45
ammo 640 zombiepanic/v100/640hud7 24 72 24 24
crosshair 640 zombiepanic/v100/magnum_xhair 0 0 64 64
autoaim 640 zombiepanic/v100/magnum_xhair 0 0 64 64
11 changes: 11 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_556ar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
10
weapon 320 zombiepanic/v100/320hud1 0 120 80 20
weapon_s 320 zombiepanic/v100/320hud1 0 140 80 20
ammo 320 zombiepanic/v100/320hud2 0 16 18 18
ammo2 320 zombiepanic/v100/320hud2 36 16 18 18
weapon 640 zombiepanic/v100/640hud1 0 135 170 45
weapon_s 640 zombiepanic/v100/640hud4 0 135 170 45
ammo 640 zombiepanic/v100/640hudz 177 0 24 24
ammo2 640 zombiepanic/v100/640hud7 48 72 24 24
crosshair 640 zombiepanic/v100/colt_xhair 0 0 64 64
autoaim 640 zombiepanic/v100/colt_xhair 0 0 64 64
9 changes: 9 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_9mmhandgun.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
8
weapon 320 zombiepanic/v100/320hud1 0 40 80 20
weapon_s 320 zombiepanic/v100/320hud1 0 60 80 20
ammo 320 zombiepanic/v100/320hud2 0 16 18 18
weapon 640 zombiepanic/v100/640hud1 0 45 170 45
weapon_s 640 zombiepanic/v100/640hud4 0 45 170 45
ammo 640 zombiepanic/v100/640hud7 0 72 24 24
crosshair 640 zombiepanic/v100/pistol_xhair 0 0 64 64
autoaim 640 zombiepanic/v100/pistol_xhair 0 0 64 64
5 changes: 5 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_crowbar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
4
weapon 320 zombiepanic/v100/320hud1 0 0 80 20
weapon_s 320 zombiepanic/v100/320hud1 0 20 80 20
weapon 640 zombiepanic/v100/640hud1 0 0 170 45
weapon_s 640 zombiepanic/v100/640hud4 0 0 170 45
7 changes: 7 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_handgrenade.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
6
weapon 320 zombiepanic/v100/320hud1 160 0 80 20
weapon_s 320 zombiepanic/v100/320hud1 160 20 80 20
ammo 320 zombiepanic/v100/320hud2 36 34 18 18
weapon 640 zombiepanic/v100/640hud3 0 0 170 45
weapon_s 640 zombiepanic/v100/640hud6 0 0 170 45
ammo 640 zombiepanic/v100/640hud7 48 96 24 24
7 changes: 7 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_satchel.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
6
weapon 320 zombiepanic/v100/320hud1 160 40 80 20
weapon_s 320 zombiepanic/v100/320hud1 160 60 80 20
ammo 320 zombiepanic/v100/320hud2 54 34 18 18
weapon 640 zombiepanic/v100/640hud3 0 45 170 45
weapon_s 640 zombiepanic/v100/640hud6 0 45 170 45
ammo 640 zombiepanic/v100/640hud7 72 96 24 24
9 changes: 9 additions & 0 deletions assets/sprites/zombiepanic/v100/weapon_shotgun.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
8
weapon 320 zombiepanic/v100/320hud1 0 160 80 20
weapon_s 320 zombiepanic/v100/320hud1 0 180 80 20
ammo 320 zombiepanic/v100/320hud2 54 16 18 18
weapon 640 zombiepanic/v100/640hud1 0 180 170 45
weapon_s 640 zombiepanic/v100/640hud4 0 180 170 45
ammo 640 zombiepanic/v100/640hud7 72 72 24 24
crosshair 640 zombiepanic/v100/shotgun_xhair 0 0 64 64
autoaim 640 zombiepanic/v100/shotgun_xhair 0 0 64 64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3
weapon 640 640hud2 0 90 170 45
weapon_s 640 640hud5 0 90 170 45
ammo 640 zombiepanic/b1/640zombiehead 0 0 56 300
ammo 640 zombiepanic/v100/640zombiehead 0 0 56 300
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zombiepanic",
"version": "0.9.5",
"version": "1.0.0",
"description": "Zombie Panic Mod",
"scripts": {
"gulp": "gulp",
Expand Down
Loading

0 comments on commit ae4835e

Please sign in to comment.