Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] Juver source change encryption

Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
This guide will help you change encryption in your item.isf and other stuff.

After change encryption in item.isf
references:
https://forum.ragezone.com/f528/juver-source-database-cfg-soon-1193928/index33.html#post9077526
https://forum.ragezone.com/f528/juver-source-database-cfg-soon-1193928/index29.html#post9074418
=======


From old encryption item.isf

Step to export from old encryption .

1. Open Editoritem_old.exe
2. Click Save CSV. Just save on same directory.
3. Output item.csv
4. Done


Step to load/save new encryption.

1. Rename item.isf to item.isf_
2. Open Editoritem.exe
*Note: Item should empty means it doesn't read the item.isf since that is old encryption .
- Right click Root_Node then Add. Then double click Root_Node *It should have 1 item.

3. Click Save Item and name it item.isf
4. Close Editoritem.exe
5. Open Editoritem.exe again
*Note: It should still have one item on it.
- Click Load Csv and load the item.csv that you save earlier.

You will now have all items from old encryption . Hurray!
6. Click Save Item. Just replace the item.isf
7. Done
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 4, 2014
Messages
182
Reaction score
15
how about REditor ? how to make it not readable for old editors ?
 
Last edited:
Newbie Spellweaver
Joined
Feb 14, 2022
Messages
21
Reaction score
0
same me share for me sir tools to generate bytes
 
Master Summoner
Joined
Feb 6, 2019
Messages
573
Reaction score
159
have you tried the egp ? what is the bypass header?
This guide will help you change encryption in your item.isf and other stuff.

After change encryption in item.isf
references:
https://forum.ragezone.com/f528/juver-source-database-cfg-soon-1193928/index33.html#post9077526
https://forum.ragezone.com/f528/juver-source-database-cfg-soon-1193928/index29.html#post9074418
=======


From old encryption item.isf

Step to export from old encryption .

1. Open Editoritem_old.exe
2. Click Save CSV. Just save on same directory.
3. Output item.csv
4. Done


Step to load/save new encryption.

1. Rename item.isf to item.isf_
2. Open Editoritem.exe
*Note: Item should empty means it doesn't read the item.isf since that is old encryption .
- Right click Root_Node then Add. Then double click Root_Node *It should have 1 item.

3. Click Save Item and name it item.isf
4. Close Editoritem.exe
5. Open Editoritem.exe again
*Note: It should still have one item on it.
- Click Load Csv and load the item.csv that you save earlier.

You will now have all items from old encryption . Hurray!
6. Click Save Item. Just replace the item.isf
7. Done
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
Even if you save them one by one using level editor it still using its own version to save the file. Example: when you load the tradezone.lev the leveleditor check the version of the file tradezone.lev and it automatically decode it. then when you save it. It will save that file with its current version. So, there is no problem with level editor. it has a detection or filter. In my method you should know what file version you should used. So, if you didn't correctly decode it with the wrong version you will get D3D error. Hope you understand what I'm saying. :)
 
Back
Top