Giter VIP home page Giter VIP logo

muonline-worldeditor's Introduction

MuOnline-WorldEditor

This is an in-game WorldEditor for Mu Online Season 16e1 (Main version : 1.19.46)
(No support for other versions)

If you want to ask or look for help, please don't open issues here. Because it will not be processed.
Please post it on ragezone or my original thread instead.
https://forum.ragezone.com/f197/release-source-mu-online-world-1199965/

This project has been completed (SEP 2021).

(The external data module will NOT be implemented further, due to incompatibility)

https://youtu.be/629J5BmGAXQ
WorldEditor

[Tutorial] Loading World https://www.youtube.com/watch?v=uM_FCUafc5E
Tut1

Main 1.19.46 unpacked by me can be found here:
https://github.com/VD1988/MuOnline_S16_Lgd/tree/main/Main

It's been testing with server files released by MuLegend.
For server installation helps, please visit:
https://forum.ragezone.com/f197/release-legend-mu-client-amp-1195391/

Beside the server, you also need to add codes to load the WorldEditor dynamic library into client's Main.dll source (also released by MuLegend).
Copy these lines to Main.cpp :

	HINSTANCE hInstance = LoadLibraryA("Plugins\\WorldEditor.dll");
	if (!hInstance) 
		MessageBoxA(NULL, "Could not load the WorldEditor.dll", "ERROR", MB_OK);

Or hooking directly to main.exe is also OK.
Then remember to copy-paste "Plugins" folder to the client location.

//  MuOnline-Client
//  |- main.exe
//  |- Main.dll
//  |--Plugins
//    |-WorldEditor.dll
//    |-Config.ini
//    ...
//

muonline-worldeditor's People

Contributors

vdraven avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.