Post: SV_SetConfigString Release [1.24/C#]
05-05-2014, 04:10 PM #1
Sticky
Mary J Wannnnna
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NextGenUpdate Members!

This is a little thing that I have had for a while, you can do endless amounts of things with it such as setting map materials, setting fog color etc.

SV_SetConfigString
    
public static void SV_SetConfigString(UInt32 Mod, String StringToConfigure)
{
RPC.Call(0x22A208, new Object[] { Mod, StringToConfigure });
}


Setting Map Material
    
public static void MapMaterial(String PreCachedShader)
{
SV_SetConfigString(0x3FA, PreCachedShader);
}


Setting Fog Color (it is in decimals so for example SetFog(0 .1 .2 .1 .5 .1); )
    
public static void SetFog(String Colors)
{
SV_SetConfigString(0xD, Colors);
}


Hope you enjoy! If you wish to use in a tool please leave proper credits! Happy
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to Sticky for this useful post:

▶DaOriginal209◀, RGaming, Fatality, xHostModer
05-05-2014, 04:13 PM #2
xHostModer
Little One
Originally posted by Sticky View Post
Hello NextGenUpdate Members!

This is a little thing that I have had for a while, you can do endless amounts of things with it such as setting map materials, setting fog color etc.

SV_SetConfigString
    
public static void SV_SetConfigString(UInt32 Mod, String StringToConfigure)
{
RPC.Call(0x22A208, new Object[] { Mod, StringToConfigure });
}


Setting Map Material
    
public static void MapMaterial(String PreCachedShader)
{
SV_SetConfigString(0x3FA, PreCachedShader);
}


Setting Fog Color (it is in decimals so for example SetFog(0 .1 .2 .1 .5 .1); )
    
public static void SetFog(String Colors)
{
SV_SetConfigString(0xD, Colors);
}


Hope you enjoy! If you wish to use in a tool please leave proper credits! Happy


Good Release Bro Smile
05-05-2014, 05:40 PM #3
SC58
Former Staff
Originally posted by Sticky View Post
Hello NextGenUpdate Members!

This is a little thing that I have had for a while, you can do endless amounts of things with it such as setting map materials, setting fog color etc.

SV_SetConfigString
    
public static void SV_SetConfigString(UInt32 Mod, String StringToConfigure)
{
RPC.Call(0x22A208, new Object[] { Mod, StringToConfigure });
}


Setting Map Material
    
public static void MapMaterial(String PreCachedShader)
{
SV_SetConfigString(0x3FA, PreCachedShader);
}


Setting Fog Color (it is in decimals so for example SetFog(0 .1 .2 .1 .5 .1); )
    
public static void SetFog(String Colors)
{
SV_SetConfigString(0xD, Colors);
}


Hope you enjoy! If you wish to use in a tool please leave proper credits! Happy


If you put the rpc at r_setframefog then u cant use fog i dont think as that function if changed removes fog
05-05-2014, 06:05 PM #4
Mango_Knife
In my man cave
Originally posted by SC58 View Post
If you put the rpc at r_setframefog then u cant use fog i dont think as that function if changed removes fog


But if you using FPS RPC... Smile
05-05-2014, 06:07 PM #5
Sticky
Mary J Wannnnna
Originally posted by SC58 View Post
If you put the rpc at r_setframefog then u cant use fog i dont think as that function if changed removes fog

I use FPS RPC, so I dont have that problem :P
05-05-2014, 06:13 PM #6
SC58
Former Staff
Originally posted by Sticky View Post
I use FPS RPC, so I dont have that problem :P


idk wat fps is lol its really called menu_paint_screen lol and its dumb to over write function for rpc, i custom did it where i dont have to over write any function just putting the rpc all ready in the eboot and then just call the location for all the stuff it does no need to set rpc with tool, all u have to put in ur tool is this You must login or register to view this content. if u want the eboot ill send whoever it?

The following user thanked SC58 for this useful post:

RGaming
05-05-2014, 06:27 PM #7
Sticky
Mary J Wannnnna
Originally posted by SC58 View Post
idk wat fps is lol its really called menu_paint_screen lol and its dumb to over write function for rpc, i custom did it where i dont have to over write any function just putting the rpc all ready in the eboot and then just call the location for all the stuff it does no need to set rpc with tool, all u have to put in ur tool is this You must login or register to view this content. if u want the eboot ill send whoever it?

Can you do it for BO2?
05-05-2014, 06:34 PM #8
SC58
Former Staff
Originally posted by Sticky View Post
Can you do it for BO2?


ya i could do it for any cod, just bo2(but i could add a bypass) or ghost it could get ya ban any other cod there no worries
05-05-2014, 06:37 PM #9
Sticky
Mary J Wannnnna
Originally posted by SC58 View Post
ya i could do it for any cod, just bo2(but i could add a bypass) or ghost it could get ya ban any other cod there no worries


could you make me a bo2 one? add me on skype live:formerlymalicious I would like to watch you do it so i can get the knowlege to do it on my own
05-05-2014, 08:32 PM #10
GMTPS3
Do a barrel roll!
0x22A208 - SV_SetConfigstring(int index, const char *val)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo