Editors for EP33

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 1, 2025
Messages
52
Reaction score
119
This is my last project until I can return.

Unfortunately, natural disasters are unpredictable, and being without a PC makes it difficult to help you.

Well, I made this tool a few months ago, intending it to be just a skill editor, but I ended up adding some things to it.

With the source code, you can translate, add new features, change whatever you want. After all, it's the source code.

When I stopped developing it, it worked for editing .CBL files (just change the extension from .dec to .CBL) and exporting .scp files generated from .cbl/.dec.

You just need to:
Go to Settings
Configure your client folders
Save
Click on "Load Resources"
Open the Skill Editor and make your modifications.

Or you can simply send the source code to some AI and ask for explanations of how it works.

I appreciate the support of everyone who has helped and continues to help me keep going. I'll be back in action soon.

In the meantime, buy me a coffee to keep me awake.

PS: All Librarys in the project.
PS: the skill "675" have that change "instant_Execute = "1"" for "instant_execute="0"" on ep 35 files.


Link :
Link :

Credits: Pedrohower


I'll be back soon. I have faith. 🙌
 
Last edited:
Anyone managed to compile this?

managed to compile it, however the skill.scp generated from a skill.cbl seems to be broken somehow.. the server/channels no longer appear
 
Last edited:
Anyone managed to compile this?

managed to compile it, however the skill.scp generated from a skill.cbl seems to be broken somehow.. the server/channels no longer appear
in the section "skill_main" search skil 675 and change "instant_execute" of 1 -> 0.

If you don't want to make the changes directly in the .scp file, make the changes in the .cbl file, and the .scp file will be generated correctly.
 
in the section "skill_main" search skil 675 and change "instant_execute" of 1 -> 0.

If you don't want to make the changes directly in the .scp file, make the changes in the .cbl file, and the .scp file will be generated correctly.
you're a fucking god, thank you so much, works perfectly
btw, how does the item editor work? can it also export to .scp from .clb for items?
 
Last edited:
you're a fucking god, thank you so much, works perfectly
btw, how does the item editor work? can it also export to .scp from .clb for items?
The Item Editor has been removed, sorry!
I will create a new Item Editor as soon as I get a computer again.
 
The Item Editor has been removed, sorry!
I will create a new Item Editor as soon as I get a computer again.
No worries, your source code was a true blessing, I took some liberties to add a bunch of stuff which for the most part seem to work well, but I gotta test it more.
1772823895714 - Editors for EP33 - RaGEZONE Forums
 
Status
Not open for further replies.
Back