Giter Club home page Giter Club logo

Comments (4)

Ancurio avatar Ancurio commented on May 22, 2024

The "Mirror Lied" mkxp build itself is stolen from "To the Moon", which was built by Edward Rudd from humblebundle (it's this branch to be exact); it's 32/64bit and has excellent compatibility with older Linux systems (which I myself can't provide because I don't have the necessary setup). There have been some new improvements made in mkxp since that build was created, but nothing fundamental, so if a game runs on the "To the Moon" build it will 99.9% work with later mkxp versions, so I'd definitely recommend to just grab the builds from TtM/MirrorLied if you don't already have a setup to build mkxp yourself.

I use https://github.com/Ancurio/rgss_script_editor to edit the game scripts on Linux, in case there are incompatibilities to fix. The game archive is unpacked with http://davidgow.net/hacks/ttm_unpack.html

from mkxp.

Ancurio avatar Ancurio commented on May 22, 2024

The scripts are overflowing with Win32API calls, I see lots of code for data transactions with a remote server; this game is huge. It's very hard to tell which parts are dead code. I fear porting such a project to be cross platform is not something a single person can accomplish in their free time =/

You'd basically end up rewriting half of the entire game.

from mkxp.

moocow1452 avatar moocow1452 commented on May 22, 2024

Might be better to just stick it with Wine if it's gonna be calling Windows
functions the entire time?
On Mar 3, 2014 3:26 AM, "Jonas Kulla" [email protected] wrote:

The scripts are overflowing with Win32API calls, I see lots of code for
data transactions with a remote server; this game is huge. It's very
hard to tell which parts are dead code. I fear porting such a project to be
cross platform is not something a single person can accomplish in their
free time =/

You'd basically end up rewriting half of the entire game.

Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-36489549
.

from mkxp.

Ancurio avatar Ancurio commented on May 22, 2024

Yeah =/ I'm sorry to disappoint you. But mkxp's strength lies in the fact that it implements all the standard interfaces defined by RGSS, so that most games that only use events / light scripting work without any changes. As soon as Win32API is involved, a myriad of new problems arise, because I cannot reasonably emulate the entire Windows API in my small engine. That's what the Wine project provides instead. FWIW, the developers of this game are already using Wine for their Mac "port".

from mkxp.

Related Issues (20)

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.