GTA: Modification Area
Would you like to react to this message? Create an account in a few clicks or log in to continue.
GTA: Modification Area

A website for the GTA modding scene

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Big-game starts raising Schneider's profile
Changing GXT entry's EmptySun Mar 04, 2012 2:28 am by lavivi

» [Help] cleo created lighting
Changing GXT entry's EmptyThu Oct 14, 2010 1:03 am by findmy012

» Mission Question
Changing GXT entry's EmptyThu Oct 14, 2010 1:02 am by findmy012

» [IV] Spoiler Script
Changing GXT entry's EmptyThu Oct 14, 2010 1:02 am by findmy012

» Mission mod [help]
Changing GXT entry's EmptySat Sep 18, 2010 5:50 pm by jayd00

» Bc7 Mod Help
Changing GXT entry's EmptyFri Aug 20, 2010 11:19 am by pengpeng

» Found a bug
Changing GXT entry's EmptyFri Dec 18, 2009 4:22 am by _CJ360_

» [IV] Novitec Rosso 599 GTB
Changing GXT entry's EmptyTue Nov 17, 2009 4:22 pm by Kotton

» Hello/Guidance Request
Changing GXT entry's EmptyMon Oct 12, 2009 6:45 am by Adler

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
image

Image

Image

Image

Image

Image

Image

Image

Image

Image

image

Image

steve-m.com

Image


----- Русский -----

Если ваш сайт содержит большую коллекцию SCM/CLEO-скриптов (больше 16), напишите на мой e-mail, и я добавлю его в список. Приветствуются скрипты, которые не встречаются на других сайтах ... Спасибо. ))))


----- English -----

If your website has a big enough collection of SCM/CLEO scripts (more than 16) notify me by e-mail
, and I will add it to the list. The unique scripts are preferable ... Thank you. ))))
Log in

I forgot my password



April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


You are not connected. Please login or register

Changing GXT entry's

Go down  Message [Page 1 of 1]

1Changing GXT entry's Empty Changing GXT entry's Fri Feb 06, 2009 2:42 am

gtasbigfoot

gtasbigfoot
Admin

In this way, I change the GXT entry's, read the codes:


Code:

:ChangeGXTEntries 
  alloc($_param1, 76)
  alloc($_asmproc, 77)
  alloc($_param2, 78)
  1@ = @_GXTNewString_1 
  2@ = @_GXTNewString_2
  3@ = @_GXTNewString_3
  4@ = @_GXTNewString_4   
  0@ = -429863
  31@ = 1
  while 31@ < 8  // strings mult 2
 


Find GXT Entry:


Code:

 &0(0@,1i) = 0xA49960
      &0(0@,1i) += @_GetGxtStringPointer
      $_asmproc = 0x6A0050           
      $_param1 = 0xA49958
      005E: $_param1 += 1@(31@,33i)       
      0572: run_asm_inject true


Change GXT String


Code:

 dec(31@)
      $_param1 = 0xA49964
      005E: $_param1 += 1@(31@,33i)   
      &0(0@,1i) = 0xA49960
      &0(0@,1i) += @_CopyString
      $_asmproc = 0x718660           
      0572: run_asm_inject true
      inc(31@,2)     
  end 


ASM injectors


Code:

:_GetGxtStringPointer
  hex
  FF 35 909AA400   
  B9    40B3C100     
  FF 15 949AA400   
  A3    989AA400     
  C3                 
  end

  :_CopyString
  hex
  FF 35 909AA400   
  FF 35 989AA400   
  FF 15 949AA400     
  83 C4 08         
  C3                 
  end                                                         
  // Compiled Strings Pool (null-terminated)
 
:_GXTNewString_1
  0900: "Text Value"
  0900: 'Entry'
 
:_GXTNewString_2
  0900: "Text Value"
  0900: 'Entry'
 
:_GXTNewString_3
  0900: "Text Value"
  0900: 'Entry'
 
:_GXTNewString_4
  0900: "Text Value"
  0900: 'Entry'


In CLEO there is a more easy way, Seemann created:


Code:

0A9F: 1@ = current_thread_pointer
000A: 1@ += 0x10
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
000E: 1@ -= @GxtLabel
000A: 1@ += 0x3
0AA8: call_function_method 0x6A0050 struct 0xC1B340 num_params 1 pop 0 1@ 0@ // GetGxtString
000A: 1@ += 0xC
0AA5: call 0x718600 num_params 2 pop 2 0@ 1@ // cpystr
0A93: end_custom_thread

:GxtLabel
0900: 'ITBEG'         

:NewName
0900: "NEW NAME"         
0000: null_terminator


The text will not appear in upper-case, only how you write it.

http://gtamodding.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum