Jump to content

Discord Rich Presence


Recommended Posts

  • Honorable Member

M2 Download Center

This is the hidden content, please
( Internal )

This is the hidden content, please
( GitHub )

 

 

Copy CLIENT ID
Spoiler

5c56c9a9a0.png

Then  change Discord.h/DiscordClientID

Spoiler

4416478022.png

Add images at here:

Spoiler

7085bd8494.png

example my image's name is image1

Spoiler

e48eed2ceb.png

You can also use smallImageKey and smallImageText

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 315
  • kekw 1
  • Eyes 1
  • Dislove 1
  • Angry 2
  • Not Good 1
  • Sad 2
  • Smile Tear 2
  • Think 4
  • Confused 4
  • Scream 5
  • Good 115
  • Love 33
  • Love 305

 

Link to comment
Share on other sites

  • Former Staff

Looks pretty cool for a basic support, I wonder what other usefull things (ie: Dueling in Channel 1) could be added.

Also:

image.png.6d9a0debb5ca0d91e2bf734f11835cdc.png

 

Perhaps their gamesdk could provide more integration into metin2

  • Good 1
  • Love 2

Everyday you wake up as a Metin2 developer is a bad day...

METIN1 src when

Link to comment
Share on other sites

  • Honorable Member
On 1/17/2020 at 10:15 PM, arves100 said:

Looks pretty cool for a basic support, I wonder what other usefull things (ie: Dueling in Channel 1) could be added

Yes we can make a lot of things, this is so basic example.

Also we can use visualizer:

.gif

  • Metin2 Dev 3

 

Link to comment
Share on other sites

  • Former Staff
On 1/17/2020 at 11:07 PM, Mali61 said:

Yes we can make a lot of things, this is so basic example.

Also we can use visualizer:

.gif

oh I see, this looks pretty nice. Do you know something about the Game SDK? Wouldn't also like the game get banned or so on discord by doing such thing?

  • Metin2 Dev 1

Everyday you wake up as a Metin2 developer is a bad day...

METIN1 src when

Link to comment
Share on other sites

  • Honorable Member
2 minutes ago, arves100 said:

oh I see, this looks pretty nice. Do you know something about the Game SDK? Wouldn't also like the game get banned or so on discord by doing such thing?

I don't know Game SDK or ban.

I am not responsible for what might happen.?

 

Link to comment
Share on other sites

  • Former Staff
3 minutes ago, Darkness said:

When compiling: fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207

that looks like some fucked up compiler, what ver. of vstudio are you using?

Everyday you wake up as a Metin2 developer is a bad day...

METIN1 src when

Link to comment
Share on other sites

Severity Code Description Project Project category File Line Status deleted
Error C1047 The object or library file '.. \ .. \ extern \ lib \ libconfig ++. Lib' was created with a previous compiler to other objects; recompile libraries and old objects UserInterface 3 ? \ new base \ client \ Srcs \ Client \ UserInterface \ LINK 1

Following the tutorial this is the error that gives first hand.

Link to comment
Share on other sites

  • Former Staff
2 minutes ago, Darkness said:

Hi! im using Microsoft Visual C++ 2019

Well this issue is incompatibility between compilers, if this happen with discord-rpc only then I'd say it's not compatible with it.

You can grab and build Discord rpc from here: 

This is the hidden content, please

  • Metin2 Dev 106
  • Angry 1
  • Not Good 1
  • Cry 1
  • Think 2
  • Scream 1
  • Lmao 2
  • Good 34
  • Love 3
  • Love 69

Everyday you wake up as a Metin2 developer is a bad day...

METIN1 src when

Link to comment
Share on other sites

  • Former Staff
3 hours ago, Darkness said:

Hi. i have the same problem, but now with libjpeg-MT.lib, can't compile not the same compilator?..

This problem is related to your library, not the discord-rcp

Everyday you wake up as a Metin2 developer is a bad day...

METIN1 src when

Link to comment
Share on other sites

  • Former Staff
14 hours ago, Darkness said:

uhm, if i delete the system, i can compile 100% with no problem. so...... !! 

I'd say some incopatibility between discord rcp and libjpeg, in my opinion you should rebuild libjpeg, for example by using something better like libjpeg turbo and not ijg libjpeg, otherwise check for /MT or /MD.

  • Love 1

Everyday you wake up as a Metin2 developer is a bad day...

METIN1 src when

Link to comment
Share on other sites

  • Honorable Member
16 minutes ago, Speachless said:

Thank you for doing this. I would like to donate for your work. Send me a paypal adress via private message.

Thanks but I don't do these things for money. Have a good day

  • Love 6

 

Link to comment
Share on other sites

  

On 1/25/2020 at 12:59 AM, iFreakTime~.~ said:

Hello, i have this error when i compile. https://metin2.download/picture/WdeiqMZIJym8h2C715tAfKfGdo05I1xG/.png

I'm compiling with Visual Studio 2013 Update 5.

 

If someone got this error:
Change:

static constexpr auto DiscordClientID = "667352913621942276"; //Change

To:
 

static const auto DiscordClientID = "667352913621942276"; //Change

(use your DiscordClientID of course)

Use these libs:

This is the hidden content, please


These are the only libs that worked for me

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 54
  • kekw 2
  • Angry 1
  • Smile Tear 2
  • Think 1
  • Good 14
  • Love 1
  • Love 37
Link to comment
Share on other sites

  • 1 month later...
On 1/29/2020 at 12:16 AM, Clyde said:

  

 

If someone got this error:
Change:


static constexpr auto DiscordClientID = "667352913621942276"; //Change

To:
 


static const auto DiscordClientID = "667352913621942276"; //Change

(use your DiscordClientID of course)

Use these libs:

This is the hidden content, please


These are the only libs that worked for me

I have your errors too. From where do you have those libs?

  • Metin2 Dev 1
  • Think 2
Link to comment
Share on other sites

Announcements



×
×
  • 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.