darta Posted October 31, 2023 Posted October 31, 2023 (edited) Anyone has a guide how to make a compiler for interface for a certain protocol? Edited October 31, 2023 by darta Quote
911reg Posted October 31, 2023 Posted October 31, 2023 You can simpy open unreal engine runtime, go to the actor browser and extract all scripts, then simply run a .bat file with "ucc make" inside of it, and fix the errors manually. After that it's self explanatory, simply add more scripts, i.e. npc scripts, etc, if they have errors, fix them manually, and so on. There's no magic solution to do this, you'll have to read. There's plenty of documentation on many webs, and tutorials about how to compile unreal mods/mutators in general, not only for L2 but for pretty much any unreal game (its the exact same process in any game basically). UnrealWiki: Compiling With UCC (beyondunrealwiki.github.io) UnrealWiki: UnrealScript (beyondunrealwiki.github.io) UnrealWiki: UnrealScript Lessons (beyondunrealwiki.github.io) The reason why there are no tutorials is because it's hard to teach someone how to troubleshoot compiling/decompiling errors, etc. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.