Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 06:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Client Modding Tutorial]How to duplicate a map

Discussion on [Client Modding Tutorial]How to duplicate a map within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
@LRevolution's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 227
Received Thanks: 117
[Client Modding Tutorial]How to duplicate a map


@LRevolution is offline  
Thanks
14 Users
Old 10/10/2024, 23:05   #2
 
elite*gold: 0
Join Date: Mar 2023
Posts: 19
Received Thanks: 0
Hi, i know this is old, but do u know how to fix the minimap? it shows a random png
3rJoselu is offline  
Old 10/11/2024, 13:37   #3
 
elite*gold: 0
Join Date: Oct 2018
Posts: 257
Received Thanks: 207
It's not random, it is calculated by the client. Last time I checked the function was:
Code:
    if (map_id == 0x20) {
      *(undefined4 *)(param_1 + 0x51) = 0x55521e24;
    }
    else {
      if (map_id == 0x40) {
        *(undefined4 *)(param_1 + 0x51) = 0x55521e25;
      }
      else {
        if (map_id == 0x60) {
          *(undefined4 *)(param_1 + 0x51) = 0x55521e26;
        }
        else {
          if (map_id == 0x80) {
            *(undefined4 *)(param_1 + 0x51) = 0x55521e27;
          }
          else {
            if (map_id == 0xc0) {
              *(undefined4 *)(param_1 + 0x51) = 0x55521e23;
            }
            else {
              *(int *)(param_1 + 0x51) = map_id + 0x5551d000;
            }
          }
        }
      }
    }
with *(undefined4 *)(param_1 + 0x51) being the image ID
So if your map_id is 12345, the image ID needs to be 1 431 437 369
Apourtartt is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Tutorial] How to: Moddern Modding (Modding Warware)
11/16/2011 - Combat Arms - 16 Replies
Hallo Community, Ich habe schon oft darüber nach gedacht, meine Version von zu machen und mir jetzt nehme ich mir das ganze mal zur Brust. Der Thread wird sicherlich nicht so schnell fertig wie ich möchte, da ich (hoffentlich) regelmäßig Updates machen werde falls mir etwas neues einfällt, oder ich etwas vergessen sollte. Falls ihr mal nicht wissen solltet was sich in welcher .rez befindet oder eine gewisse .ltb .dtx etc. befindet, guckt euch hier um...



All times are GMT +1. The time now is 06:46.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.