Tiswone wrote: ↑Fri Jan 31, 2020 7:23 pm
Hey guys, first of all thanks for all the work you put into these tables, i do have an question.
Is there still a way to change my characters gender ingame? And if so, how do i do it ?
Greetings
This should work in-game, change it (0 male / 1 female) and View your Guild Card to see if it worked.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>1337091627</ID>
<Description>"sex"</Description>
<DropDownList ReadOnly="1" DisplayValueAsItem="1">0:male
1:female
</DropDownList>
<LastState Value="1" RealAddress="8F8C01EC"/>
<Color>0080FF</Color>
<VariableType>Byte</VariableType>
<Address>MonsterHunterWorld.exe+4CEA700</Address>
<Offsets>
<Offset>16C</Offset>
<Offset>A8</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>
Hellangel98 wrote: ↑Fri Jan 31, 2020 10:10 pm
Well I did exactly what you said above by locking in the value. Turned off the CE, Restarting the game too and it shows only has 2 outfits instead of 4.
Please tell me exactly what you did, and which one you used (the pointer or the one that plugs into squall8's Character Pointers)
Does the selected costume appear on the handler when you zone in (value locked ofc) or does it default to the original?
If you change it to 13 (the techno handler) and look in your room at the handler's costumes, does it appear on the list with a checkmark? -if you don't own the costume (bought from Steam) or the event isn't active it won't appear there anyway.
Which costume did you buy, when you say there were 4 initially?
And the most important question: if you change the costumes from your room, does the number shown in the pointer reflect what you've selected in your room or is it something outside of the 0-13?