Post: MW2 Never Overflow [GSC]
08-09-2013, 01:33 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); well lightmodz got me thinking... and this only works if every player uses the hosts stringtable (which I don't know if they do) but if they do you can prevent overflowing from ever happening.


I'll make a stringtable creator program if you guys need me too.. but set up the string table like this:


String | Value
===========================

open_menu Press [{+actionslot 1}] to open the menu
patch_creator Made By: Jakes625
another_str some other string






and name that as patch.csv


(you could also go to the lengths of precaching the strings)


anyway....


in your gsc you would simply have to do the following:
self.text = CreateText( etc. etc. etc. etc. );
self.text setText( scr_tablelookupistring( "patch.csv", 0, "patch_creator", 1));

and it would use the HOSTS stringtable which are already cached and won't overflow.



this may/may not work depending on if the clients use the hosts stringtable.

good day Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to Jakes625 for this useful post:

HanleyzHD♚, Harry, M0T1VAT10N, Smexeh, TheUnexpected, Uk_ViiPeR
08-09-2013, 02:53 AM #2
M0T1VAT10N
Do a barrel roll!
Nice work man Winky Winky you certainly are keeping the forums alive.
08-11-2013, 04:33 AM #3
ModdedModder
Gym leader
WOW thats a great idea! I would try but I dont do much bypass anymore... Good job Jake!
08-29-2013, 07:40 PM #4
This is a really smart idea! Good job mate

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo