The following is based on the information I gathered from Litefire's thread and a short talk with Reaperman.
Currently known issue is that the item shop shows no contents and crashes the game after doing this change. Already opened a thread about it, so if anyone has an idea about what exactly causes that, please post there.
1. Folder structure
First, create a folder named "data" in both the main folder of your game client and Runewaker\Resource. This is where the .ini file is placed later.
2. Extracting disabletag_xx.ini
Navigate to Runewaker\Tools and open FDB_Extractor2.exe. With the tool open, click the open folder icon there and find your data.fdb in Runewaker\Resource\fdb. This is the file that contains all disabletag files. Select it and when it's loaded, click "data" on the tree diagram at the left side.
Finding the correct disabletag_xx.ini file is easy. As mollo also explained in a post of his, the one you need depends on your language setting stored in the RuneDev.ini located in your client's main folder. Contrary to what at least one user described in his instructions, the country code is irrelevant for this. So if your language setting is "eneu" (which should be the default one), you need disabletag_eneu.ini. In my case, it's disabletag_de.ini. Rightclick the file and select "Extract disabletag_xx.ini to.." and extract it to a location of your choice.
3. Changing festivals
This part was tied to a bunch of trial and error for me and I didn't always get the festival I wanted due to currently unknown reasons. Likely, because in the one I used, I had multiple festival tags from other languages such as KR active.
Open the extracted ini file and replace its content with the one from Litefire:
Spoiler:
Some people use Notepad++ for this, I used Sublime Text. They both work.
It's pre-configured to have the pumpkin festival active. Add or remove a ; in front of the festival ID you want to enable or disable. It's best to keep just one active at a time. Once that's done, save the file and place it in the data folders you created before located in the client's main folder and Runewaker\Resource. Contrary to what a user described in his instructions, it's not required to edit the disabletag_xx.ini stored inside the data.fdb itself. Reaperman correctly stated in a message that the server will prioritize the file located in the data folder. The info about changing the file stored inside data.fdb is false and should be ignored.
4. Setting the event filter in update.inf
Next up is the update.inf file located in the client's main folder. For this step, I had best experiences with 7zip. When I did it with Winrar, I ended up having no EULA or login screen after starting the client. Rightclick the update.inf, navigate to 7zip and select Open. Find the localization.ini and doubleclick it to open. When prompted to enter a password, copy and paste the following:
Now find the code block matching your client's language setting. You can also be lazy like me and simply change the filters of all languages at once.Code:?3np4l_15s_!H3r3
Change the event name in the "specialEventFilter=" line to the one matching the festival ID you enabled in your disabletag_xx.ini. Refer to the list of event names by CDWriter below:
Spoiler:
Press ctrl+s to save the file and close the editor. When asked by 7zip to update it, click yes and that should be it. Regarding the item shop issue, I advise to use the ItemPreview2 addon instead and add item shop items via GM commands until someone finds a solution for this.



Reply With Quote





