Skip to content

A forge fork made by me previously used for ChannelMP with improved tickrate and some features

Notifications You must be signed in to change notification settings

Nexus-FN/ShittyForgeFork

Repository files navigation

Channel Private Version

Channel logo

C++

MSBuild

10.40 private gameserver forked from Forge by ForgeFN

Most code is skidded from here

Features marked with + are added by me

With following features:

  • Auto starting with defined amount of players +
  • Checking if a player is banned via an API +
  • Changing your skin via Discord bot command and website +
  • Proper looting
  • Chest stars
  • Vending machine colors
  • Teams
  • Reboot cards
  • Directional fix + weakspot fix
  • Vehicles
  • Semi working creative (framework.h)
  • Some little gameplay features
  • Pretty accurate harvesting rate
  • Run over ammo & mats
  • Pickup delay
  • Repairing
  • S8+ map markers
  • Killfeed

To do

  • Auto restarting after round ends
  • Call an API for required players instead of text file
  • Make playground work

How to use the cheat commands

If you are hosting the server on a vps, then go to admin.h, it should be around line #17 and you should see "IPStr == "127.0.0.1". Right after this you want to add || "YOURIPHERE". So it would look something like

if (IPStr == "127.0.0.1" || IPStr == "29.238.102.57" || .....)

About

A forge fork made by me previously used for ChannelMP with improved tickrate and some features

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages