rehlds / ReFreeLook

AMX Mod X module
GNU General Public License v3.0
7 stars 3 forks source link

ReFreeLook

AMX Mod X module whichs allows spectating admins to use any camera modes whatever mp_forcecamera or mp_forcechasecam value. This only works for latest ReGameDLL_CS version.

Originally created by Arkshine.

Configuration (cvars)

Installation

  1. Make sure that you have ReGameDLL_CS, more details here.
  2. Stop your server whatever it's your first install or just updating.
  3. From Releases section, get the binary file you need:
    OS Windows Linux
    Binary file `refreelook_amxx.dll` `refreelook_amxx_i386.so`
  4. Upload it in your amxmodx/modules/ folder.
  5. Open your configs/modules.ini and add at the end refreelook
  6. Configure mp_forcechasecam and mp_forcecamera gameplay cvars. Both should have the same value.
  7. Make sure mp_fadetoblack is set to 0.
  8. Configure afl_admin_access_flags modules cvar.
  9. Start your server.