CLEO Help Compas on Minimap

CLEO related
Status
Not open for further replies.

Rexzor

Member
Joined
Feb 17, 2017
Messages
16
Reaction score
0
Hello Ugbase, I have a problem with editing this compas... there is West, East, North and South. On minimap its like normal N, W, E, S. But im trying to edit those letters and add on my language.

Here is edited one.
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP 
$MARKER_EMMETS_S = Marker.CreateIconAndSphere(24, 0.0, 999999.0, 23.0)
$MARKER_EMMETS_J = Marker.CreateIconAndSphere(38, 0.0, -999999.0, 23.0)
$MARKER_EMMETS_Z = Marker.CreateIconAndSphere(46, -999999.0, 0.0, 23.0)
$MARKER_EMMETS_I = Marker.CreateIconAndSphere(34, 999999.0, 0.0, 23.0)

:NONAME_90
wait 0 
jump @NONAME_90


And here is the original one:
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP 
$MARKER_EMMETS_N = Marker.CreateIconAndSphere(24, 0.0, 999999.0, 23.0)
$MARKER_EMMETS_S = Marker.CreateIconAndSphere(38, 0.0, -999999.0, 23.0)
$MARKER_EMMETS_W = Marker.CreateIconAndSphere(46, -999999.0, 0.0, 23.0)
$MARKER_EMMETS_E = Marker.CreateIconAndSphere(34, 999999.0, 0.0, 23.0)

:NONAME_90
wait 0 
jump @NONAME_90

I dont know what im doing wrong, when I edit thos letters N,S,W,E to other letter like in first one then it wont be changed ingame... I hope it can be edited.
 

Attachments

  • compas radar.rar
    80.9 KB · Views: 23
Joined
Dec 31, 2015
Messages
712
Reaction score
27
You can't just change the letters in global variable and think it will generate new letters texture
If you want to apply your own letters - change hud.txd
 

Rexzor

Member
Joined
Feb 17, 2017
Messages
16
Reaction score
0
supahdupahnubah said:
You can't just change the letters in global variable and think it will generate new letters texture
If you want to apply your own letters - change hud.txd

EDIT: Found it thanks, opened via TXD WorkShop. God bless you.
 
Status
Not open for further replies.
Top