GitHub Repo
Hello Gamers,
After about a month of work it's time to finally share that I've been working on a full rewrite of MGE in VScript to host on potato.tf. It's currently still fairly buggy/in-dev and easy to break, but I'm ready to post it publicly and have people report bugs/parity issues/etc.
The GitHub repo has a much more extensive breakdown of the new features/more complicated setup
Key Features
- 100% Vanilla compatible, no sourcemod required
- No database required for ELO/stat tracking (but still supported!)
- Special rulesets on any arena, explained more below.
- (Almost) full legacy support, Ultiduo is currently untested/half-baked and probably doesn't work yet.
- Supports every map listed in the OG MGEMod spawn configs.
- New arena type: allmeat. Intended for scattergun training, must be configured in your map config or set using !ruleset allmeat on an MGE arena
- Full localization across every language, some are still AI translated and I will gladly accept improved translations.
!ruleset command
BBall on gully mid, KOTH on spire, ammomod on Process Middle, whatever your heart desires. Join an arena with another player and have both players type !ruleset to try it out!
Limitations/Bugs/Etc
- No Ultiduo yet, I forgot xd
- The arena score HUD sometimes fails to update for the attacker, only a visual bug.
- There's no way to make a menu of arena options like SourceMod can, stuck to chat commands or a fully custom screen overlay or something even more exotic.
- !add only supports arena indexes right now (1-18 for classic mge_training), !add viaduct for example will not work, only !add 1 will. This will be fixed later.
- Queue cycling might be buggy, pls report people being put on the wrong team
- custom ruleset KOTH/BBall setup will break if you suicide during setup, just don't do that for now
- Leaderboard currently only works with the database and is disabled by default.
- Many chat commands either aren't implemented or were changed to something else (goodbye !hitblip).
I am not an MGE main and there are probably plenty of minor parity issues to hammer out (endif knockback height is probably not perfectly 1:1), pls report and major discrepancies between this and standard MGEMod behavior below.
If you just want to try it out and don't want to mess around with python scripts/database/whatever:
- drag and drop the "mapspawn.nut" file and "mge" folder into your "tf/scripts/vscripts" folder
- launch your game with the "-enablefakeip" launch option and load an MGE map (I recommend using the workshop mge_training_v8_beta4b upload so you don't need a fastdl)
- type "status" in console and share the IP starting with "169.254" with whoever you want to join.
- Join any arena like you would with standard MGEMod using !add
Servers
US-East: https://potato.tf/connect/us.potato.tf:27020
US-Central: [Coming Soon]
US-West: [Coming Soon]
EU-West: [Coming Soon]
SGP: [Coming Soon]
the website is still very much geared towards our mvm servers, including the demo page, however you can download SourceTV demos of your MGE games from https://potato.tf/demos. US-East demos are under the "USA2" region.
Pls provide a demo link with bug reports if you can, or at least your steamid so I can search for the demo later, the demo page updates every ~30mins.
[url=https://github.com/potato-tf/MGE-VScript/releases/tag/0.1.0]GitHub Repo[/url]
Hello Gamers,
After about a month of work it's time to finally share that I've been working on a full rewrite of MGE in VScript to host on potato.tf. It's currently still fairly buggy/in-dev and easy to break, but I'm ready to post it publicly and have people report bugs/parity issues/etc.
The GitHub repo has a much more extensive breakdown of the new features/more complicated setup
[b]Key Features[/b]
[list]
[*] 100% Vanilla compatible, no sourcemod required
[*] No database required for ELO/stat tracking (but still supported!)
[*] Special rulesets on any arena, explained more below.
[*] (Almost) full legacy support, Ultiduo is currently untested/half-baked and probably doesn't work yet.
[*] Supports every map listed in the OG MGEMod spawn configs.
[*] New arena type: allmeat. Intended for scattergun training, must be configured in your map config or set using !ruleset allmeat on an MGE arena
[*] Full localization across every language, some are still AI translated and I will gladly accept improved translations.
[/list]
[b]!ruleset command[/b]
BBall on gully mid, KOTH on spire, ammomod on Process Middle, whatever your heart desires. Join an arena with another player and have both players type !ruleset to try it out!
[b]Limitations/Bugs/Etc[/b]
[list]
[*] No Ultiduo yet, I forgot xd
[*] The arena score HUD sometimes fails to update for the attacker, only a visual bug.
[*] There's no way to make a menu of arena options like SourceMod can, stuck to chat commands or a fully custom screen overlay or something even more exotic.
[*] !add only supports arena indexes right now (1-18 for classic mge_training), !add viaduct for example will not work, only !add 1 will. This will be fixed later.
[*] Queue cycling might be buggy, pls report people being put on the wrong team
[*] custom ruleset KOTH/BBall setup will break if you suicide during setup, just don't do that for now
[*] Leaderboard currently only works with the database and is disabled by default.
[*] Many chat commands either aren't implemented or were changed to something else (goodbye !hitblip).
[/list]
I am not an MGE main and there are probably plenty of minor parity issues to hammer out (endif knockback height is probably not perfectly 1:1), pls report and major discrepancies between this and standard MGEMod behavior below.
If you just want to try it out and don't want to mess around with python scripts/database/whatever:
[list]
[*] drag and drop the "mapspawn.nut" file and "mge" folder into your "tf/scripts/vscripts" folder
[*] launch your game with the "-enablefakeip" launch option and load an MGE map (I recommend using the workshop mge_training_v8_beta4b upload so you don't need a fastdl)
[*] type "status" in console and share the IP starting with "169.254" with whoever you want to join.
[*] Join any arena like you would with standard MGEMod using !add
Servers
US-East: https://potato.tf/connect/us.potato.tf:27020
US-Central: [Coming Soon]
US-West: [Coming Soon]
EU-West: [Coming Soon]
SGP: [Coming Soon]
the website is still very much geared towards our mvm servers, including the demo page, however you can download SourceTV demos of your MGE games from https://potato.tf/demos. US-East demos are under the "USA2" region.
Pls provide a demo link with bug reports if you can, or at least your steamid so I can search for the demo later, the demo page updates every ~30mins.