Jump to content

types c++ source metin2


Go to solution Solved by AZICKO,

Recommended Posts

  • Premium
14 minutes ago, spectrum said:

hello i need all types converted i think like that

uint32_t = unsigned int

uint64_t = unsigned long long int

 

it was posted somewhere but I can't find it anymore. Any can help me?

Because you are using a client stolen somewhere and the server part is different?

If yes, I foresee so much suffering

Link to comment
Share on other sites

39 minutes ago, spectrum said:

man or girl i say I NEED ALL TYPES LIKE THAT FOR SOURCES LIKE THAT :

 

uint32_t = unsigned int

uint64_t = unsigned long long int

this is on example

This isn't some trivial change for you to come and expect it to be handed to you on a silver platter. Have you even tried to do it yourself first? Even if you don't know shit in cpp, use google, that's how most of us learn, I think. Or pay someone to do it.

  • Metin2 Dev 1
Link to comment
Share on other sites

  • Developer

I don't know if you were looking for this, however just search on google, try to be more specific in the questions

 
https://docs.microsoft.com/en-us/cpp/c-runtime-library/standard-types?view=msvc-170

https://docs.microsoft.com/en-us/cpp/cpp/int8-int16-int32-int64?view=msvc-170

spacer.png

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1


Join

Link to comment
Share on other sites

4 hours ago, covfefe said:

This isn't some trivial change for you to come and expect it to be handed to you on a silver platter. Have you even tried to do it yourself first? Even if you don't know shit in cpp, use google, that's how most of us learn, I think. Or pay someone to do it.

if you tolk this shit everywhere shut up and sure you can use the button NEXT. 

  • Not Good 1
Link to comment
Share on other sites

  • Management
  • Solution

I have a non-exhaustive list.
You need to edit with caution and make sure everything is compatible.

 

Révélation

DWORD > uint32_t
WORD uint16_t
BYTE uint8_t
IDENT uint32_t

long long int int64_t
signed long long int64_t
long long int64_t

unsigned long uint32_t
long int int32_t
long int32_t

 

short int int16_t
unsigned short uint16_t
short int16_t

unsigned char uint8_t

time_t int32_t
size_t uint32_t

unsigned int uint32_t
INT int32_t
int int32_t
uint uint32_t

signed int32_t
unsigned uint32_t
char don't touch
signed char char

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 1

      Auto Bravery Cape

    2. 18

      Metin2 Closed Beta Content (2003-2004)

    3. 1425

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    4. 25

      Experimental Renderer

    5. 1

      Auto Bravery Cape

    6. 0

      Very strange bug, when creating new char

    7. 5

      Horus Maps & Design

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.