Skip to content

tosty33/forgottenmapeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forgotten Map Editor

Development Status: Paused
Merging pull requests/patches status: Still going, might be delayed.
Next release date: Late january or early/mid february

ForgottenMapEditor is an otclient module, therefore it depends on OTClient. It is written using otclient's framework with modifications for reading and writing OT binary files and XML files.

About this repository

This is the development repository. We encourage you to find our buggy code, and please report in any bug you find. Please label your issue report!

Authors

Contributors / Thanks to

Sam (Summ)
Mateusz Pawlica (Crypton33)
Bruno Carvalho (BrunoDCC)
Christian Johansson (Dalkon)

Special thanks to

Chandler (Red)
Mark Samman

License

Licensed under MIT (Also known as "The Expat License"), see LICENSE for more information.

Contribute!

Contributions are always welcome. You're welcome to contribute anything, whether documentation or code.
If you're kind of lost on how to contribute, here is a short guide:

  1. Make a GitHub account (if you don't have one) - GitHub have guidelines for newbies, so make sure to read them if you're lost.
  2. Fork the repository
  3. Commit your changes to YOUR repository.
  4. Create a pull request (Click the pull request button on top of your fork) or notify me via e-mail [email protected]

Note: You do not need to re-fork the project when a new change is made to this repository. Use the following git commands:

git remote add https://github.com/decltype/forgottenmapeditor.git upstream
git fetch upstream

Then whenever a new change is pushed into my repository, just use:

git pull --rebase upstream master # pull from master branch

Alternatively, you can use git pull with the repository URL everytime, but it's quicker to just add the remote. Like so:

git pull --rebase https://github.com/decltype/forgottenmapeditor.git master

Donations

Donate

If you would like to support the project, please send any amount of cash (press the button above). We highly appreciate all donations, and they will be spread among other people who've helped build this project up.
In return, your name (and a link to your profile) shall be put in this README once you notify me about your donation.

Screenshots

Monday, September 02, 2013.
Screenshot

Monday, July 29, 2013. (Town Dialog Preview)
Screenshot

Saturday, Dec 7, 2013. (House Dialog Preview)
Screenshot

See Also

OTClient

Short guide for running

Warning: OTClient precompiled binaries may not be up-to-date (They're not updated frequently)!
So some of the new features may not work at all.

You most likely would want to go for a compilation from scratch when you want to test/develop the master branch.
After you have a working executable, place it on top of FME folder then run the executable.

About

Map editor made with otclient

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%