Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 663 Bytes

gamemode.md

File metadata and controls

24 lines (16 loc) · 663 Bytes

Raider - Edit Gamemode

Back to main

With Raider, you can change the gamemode (Solo, Duos, Playground, etc), this tutorial shows how to edit it

  • First, go in the Game.h file

  • Then, edit the 8th line with the desired GameMode

Supported Gamemodes

  • GameMode50v50
  • GameModeSolos
  • GameModeDuos
  • GameModeLateGame (broken atm)
  • GameModePlayground

⚠️ You have to build the dll to apply changes

Path to Game.h

Path To Game.h Image

Line to edit

Line To Edit Image