What map code for.........?
http://i.imgur.com/XUx5qCL.jpg
Printable View
What map code for.........?
http://i.imgur.com/XUx5qCL.jpg
wow ;o new update on korea test serv?
yes kor test svr update 542 MB
http://i.imgur.com/kQomrM6.jpg
http://i.imgur.com/qnI6DeD.jpg
http://i.imgur.com/c1bJ259.jpg
It would be 6142?
because for each map sum + 2048 and 1024 and then subtracts -1
2048 + 2048-1 = 4095
4095 + 2048-1 = 6142?
You can't load more maps deal with that.
You can add it only be replace actual exist map or as dungeon.
Good Skin Could you tell me⦠What i need to file edit inside to carry pictures of the new GPS card? And how do you edit?
Don't wotk
probably have to edit the UI.dat a shame because I'm working with other things or I would help a lot here
it's a bit mask switch -.- and the max map id ya can show in gps should be 32 (max int value has 32 bits)
here's a few examples
more info ;)Code:4095 => 0000 0000 0000 0000 0000 1111 1111 1111 < 1 to 12 active
8190 => 0000 0000 0000 0000 0001 1111 1111 1110 < 2 to 13 active
2147487743 => 1000 0000 0000 0000 0000 1111 1111 1111 < 1 to 12 and 32 active
Code:binary: 0000 0000 [1]000 0000 0000 [1]111 1111 111[1]
^ ^ ^
| | |> this is bit for map id 1
| |
| |> this is bit for map id 12
|
|> this is bit for map id 24
Thx @x30unlimited
http://i.imgur.com/V7Tuot9.jpg
Map Code For Map Id 20 = 528383
- - - Updated - - -
Binary Code By @x30unlimited
Code:binary: 1000 0000 1111 1111 1111
^ this is map 20 :P
binary: 1000 0000 0000 1111 1111 1111
^ this is map 24
binary: 1000 0000 0000 1111 1111 1111
^ this is map 12
binary: 0000 0000 [1]000 0000 0000 [1]111 1111 111[1]
^ ^ ^
| | |> this is bit for map id 1
| |
| |> this is bit for map id 12
|
|> this is bit for map id 24
wow nice! :junglejane:
Great job x30!
Could someone have shared ui.dat edited with the images of this new card in the GPS? I tried to edit but he ended up making mistakes.