Post: [C#] Set Waypoints (1.11)
05-01-2014, 09:31 AM #1
seb5594
Proud Former Admin
(adsbygoogle = window.adsbygoogle || []).push({}); Welcome NGU Members to a new release Smile

This isn't very special but i had it now for some months on my HDD and never used it.
You can set in your Minimap things as Waypoint like Carepackages and other stuff Winky Winky

    
void SetWaypoint(UInt32 ObjectiveIndex, Single X, Single Y, Boolean Show, Int32 clientIndex = -1)
{
UInt32 level = ReadUInt32(0x00DB5404 + (ObjectiveIndex * 0x2Cool Man (aka Tustin));
Or_Int32(level + 0xD4, 1 + (Show ? 3 : 0 ));
WriteFloat(level + 0xD8, X);
WriteFloat(level + 0xDC, Y);
if (clientIndex != -1) WriteInt32(level + 0xE4, clientIndex);
}
public static void Or_Int32(UInt32 address, Int32 input)
{
Int32 or = PS3.Extensions.ReadInt32(address);
or |= input;
PS3.Extensions.WriteInt32(address, or);
}


Enjoy and maybe we will see something with it ^^

The following 12 users say thank you to seb5594 for this useful post:

-SuperMan, RawDog2002, Bichote, br0wniiez, iTпDM, milky4444, Notorious, RatchetBooty, SnaY, xD3VHΛX, Fatality
05-01-2014, 11:26 AM #2
iTпDM
Vault dweller
Nice Man, Thank you
05-01-2014, 04:13 PM #3
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by seb5594 View Post
Welcome NGU Members to a new release Smile

This isn't very special but i had it now for some months on my HDD and never used it.
You can set in your Minimap things as Waypoint like Carepackages and other stuff Winky Winky

    
void SetWaypoint(UInt32 ObjectiveIndex, Single X, Single Y, Boolean Show, Int32 clientIndex = -1)
{
UInt32 level = ReadUInt32(0x00DB5404 + (ObjectiveIndex * 0x2Cool Man (aka Tustin));
Or_Int32(level + 0xD4, 1 + (Show ? 3 : 0 ));
WriteFloat(level + 0xD8, X);
WriteFloat(level + 0xDC, Y);
if (clientIndex != -1) WriteInt32(level + 0xE4, clientIndex);
}
public static void Or_Int32(UInt32 address, Int32 input)
{
Int32 or = PS3.Extensions.ReadInt32(address);
or |= input;
PS3.Extensions.WriteInt32(address, or);
}


Enjoy and maybe we will see something with it ^^


Would you like to put an example for those who do not know the function?
05-01-2014, 06:20 PM #4
seb5594
Proud Former Admin
Originally posted by D34TH View Post
Would you like to put an example for those who do not know the function?


Just try it man idk any objectiveindex now but you can try it like this

    
SetWaypoint(1, 250, 250, true);
05-01-2014, 07:16 PM #5
Bichote
Former Staff
Thank you Happy
05-01-2014, 07:55 PM #6
seb5594
Proud Former Admin
Originally posted by Bichote View Post
Thank you Happy


No problem Bichote Pug
05-03-2014, 02:24 AM #7
Notorious
Caprisuns Is Back
Originally posted by seb5594 View Post
Welcome NGU Members to a new release Smile

This isn't very special but i had it now for some months on my HDD and never used it.
You can set in your Minimap things as Waypoint like Carepackages and other stuff Winky Winky

    
void SetWaypoint(UInt32 ObjectiveIndex, Single X, Single Y, Boolean Show, Int32 clientIndex = -1)
{
UInt32 level = ReadUInt32(0x00DB5404 + (ObjectiveIndex * 0x2Cool Man (aka Tustin));
Or_Int32(level + 0xD4, 1 + (Show ? 3 : 0 ));
WriteFloat(level + 0xD8, X);
WriteFloat(level + 0xDC, Y);
if (clientIndex != -1) WriteInt32(level + 0xE4, clientIndex);
}
public static void Or_Int32(UInt32 address, Int32 input)
{
Int32 or = PS3.Extensions.ReadInt32(address);
or |= input;
PS3.Extensions.WriteInt32(address, or);
}


Enjoy and maybe we will see something with it ^^


what address is this called?
05-03-2014, 03:04 AM #8
Sticky
Mary J Wannnnna
Originally posted by Prime
what address is this called?


I think it's SV_SetConfigString
05-03-2014, 03:58 AM #9
RatchetBooty
Former Staff
Originally posted by Prime
what address is this called?


If your talking about what address is called in the code it's levels_locals_t.
05-03-2014, 03:50 PM #10
iNDMx
Do a barrel roll!
Nice Seb <3

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo