Release FPS Mod Menu + Open Source

Blaziken

Veteran
Messages
14
Reaction score
14
Points
793
Hey guys watsup, i was messing around with dvars and found out that setting "party_hostname" while FPS counter is active can be used to create the text portion of a mod menu (you can add shaders for more style). Setting "party_hostname" changes the text shown below:
imageedit_2_4547403849.gif

Using "party_hostname" to create your menus is useful because it requires no overflowfix and is a very stable way of spawning text. I haven't seen anyone make a mod menu using this method in GSC so i thought it was pretty cool.

To set text via "party_hostname" simply enable FPS counter like so:
PHP:
setDvar("cg_drawBigFPS","1");

Once FPS counter is enabled to set text do the following:
PHP:
setDvar("party_hostname","^2Example Text");

I've included the source to the menu so you can see how everything works.

Credits:
CraigChrist
aerosoul94
KBrizzle
IMCSx
Enstone
Red-EyeX32
master131
kokole
Nice release! Keep it up!
 

Syndicate

Modder
Messages
671
Reaction score
551
Points
908
Thanks :grinning: But yeah this menu wasn't created to be good or to look good, and it's never going to be updated. i made it just to demonstrate how using the "party_hostname" dvar could be used to make a mod menu :tonguewink:
it looks nice, different from all the other menus out, surprised you were able to make it from that, wonder what else you can make a menu from :/
 

Lucifer

Veteran
Messages
771
Reaction score
502
Points
878
Thanks :grinning: But yeah this menu wasn't created to be good or to look good, and it's never going to be updated. i made it just to demonstrate how using the "party_hostname" dvar could be used to make a mod menu :tonguewink:
yeah i can understand that lol but if this was ever to be used it would be hard af to use because of the no shader
 
Top