CSGO Remake 1Gx
CSGO Remake 1Gx created by Nubo for CS1.6. (SMA source was restored and improved)
Improvements
- Added new chat system which does not require other fixchat plugins. (the living can see what the dead write and vice versa)
- Changed the save system for natives because the old one did not save after the map change.
- Other small things that can affect the future of mod.
Compatibility
Tested on the following AMXX versions:
- 1.9-dev build 5271 (Recommended)
Download
You can download from releases.
Installation tutorial
csgoremake.cfg - addons/amxmodx/configs/
csgoremake.ini - addons/amxmodx/configs/
csgoremake.txt - addons/amxmodx/data/lang/
csgoremake.amxx - addons/amxmodx/plugins/
3dranks.mdl - models/
w_fb_csgor.mdl - models/
w_he_csgor.mdl - models/
w_sg_csgor.mdl - models/
ctwingo.wav - sound/misc/
twingo.wav - sound/misc/
Tested with the following active modules:
fun
engine
fakemeta
geoip
sockets
regex
nvault
hamsandwich
csx
Changelog
v0.3-dev
Added
- Ported to AMXX version 1.9-dev.
- Color print system
- Register dictionary colored
Fixed
- Since the menu item data is a string, it's possible that it doesn't handle negative values and it seems to get converted to an unsigned byte.
Changed
- client_print_color with color_print (Ex.: client_print_color(id, id, ... with color_print(id, ... )
v0.2-dev
Added
Fixed
Changed
v0.1-dev
- Official playtest launch.