This repository contain scripts created/ported by my to test my abilities
click on the preview images to open a showcase video
weapon_tar21 AMX port to Angelscript
halfnuked pack C++ port to Angelscript
What's new in this DD?
The things I changed were:
-
The skills now are reading from store/Matrix.txt
-
The DDX-Maplist.txt now works in reverse. With this I mean that the maps that you put here will be where the DD doesn't work (it will take the default skill of SC)
-
I added a timer to see how much time has passed on the map
- This have 2 modes:
g_timer.GetMessage(0): In this mode the time is going to show ( Timer: Hours : Minutes : Seconds )g_timer.GetMessage(1): In this mode the timer will be progressive. By this I mean that if only seconds pass on the map, it only shows how many seconds have elapsed and so on.
- This have 2 modes:
-
I added a way to change the velocity of the enemies
- In the part called
MonsterSpeedMultiplieryou can add the multiplier, putting a multiplier too high may not work.
- In the part called
-
I added a way to vote for the player to change the diff
- I added a way to block player voting in the array called
SteamIDArrayand if a player spams more than 3 times the vote, they won't be able to vote anymore.
- I added a way to block player voting in the array called
-
.diff
[number]- All players -
.admin_diff
[number]- Only admins
-
/vote diff
[number]- All players -
/votediff
[number]- All player -
I added a way to barnacle eat more fast
- In the part called
BarnacleSpeedyou can add how many units per second the barnacle is gonna eat.
- In the part called
Sorry for the random spanish in some parts of the script :S
| Author | files | script ported | showcase |
|---|---|---|---|
| KORD_12.7, Koshak | weapon_tar21.rar | weapon_tar21.as | KEZÆIV |
| Maxxiii | half-life nuked files | hl_nuked.as | KEZÆIV |

