Jump to content
  • 0

How to switch Renewal to pre renewal (vise versa)


Question

10 answers to this question

Recommended Posts

  • 0
Posted

Go to:

Quote

Emulator/src/config/renewal.hpp

/// Game renewal server mode
/// (disable by commenting the line)
///
/// Leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL

 

  • 0
Posted
On 12/7/2020 at 2:06 AM, Poring King said:

Just uncomment the Define PRERE so your server will load all pre-re

Thank you, I didn’t get notified that someone answered

  • 0
Posted
On 12/6/2020 at 4:08 PM, Kakaroto said:

Go to:


/// Game renewal server mode
/// (disable by commenting the line)
///
/// Leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL

 

Thanks for the specific guide... Imma do it when I get home, thank you very much

 

  • 0
Posted (edited)

No need to disable everything you only need to do is uncomment like this to load all PRE-RE Modes
 

//quick option to disable all renewal option, used by ./configure
#define PRERE
#ifndef PRERE

 

Edited by Poring King
  • Upvote 1
  • 0
Posted
2 hours ago, justice123 said:

This is the first option in Google, can someone clarify what is the proper way? there's multiple answers in this thread.

Multiple answer but pointing on one info 

  • Like 1
  • 0
Posted
On 8/6/2024 at 1:54 AM, Poring King said:

Multiple answer but pointing on one info 

Hi there! I'm wondering if I can change both suggestions to enable prere and make sure I'm not loading any renewal stuff. Does this make sense?

Should I be fine if I comment this line:

/// Leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL

And uncommented this one:

//quick option to disable all renewal option, used by ./configure
#define PRERE
#ifndef PRERE

--

Thanks for your attention! ❤️ 

  • 0
Posted
7 hours ago, nanalyly said:

You may need a specific client version that supports Pre-Renewal gameplay. Check if the game publisher or community provides a separate client or patch.

Connections

Hello! I figured out a way to overwrite this config even if you pass on "./configure --enable-packetver=DIFFERENT".

I changed my src/custom/defines_pre.hpp and added my define there:

#define PACKETVER 20230330

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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