Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help plz #525

Open
Ssamy30 opened this issue Feb 23, 2018 · 3 comments
Open

Help plz #525

Ssamy30 opened this issue Feb 23, 2018 · 3 comments

Comments

@Ssamy30
Copy link

Ssamy30 commented Feb 23, 2018

Hi, I'm 100% new to github and all of this programming stuff. How do I install the program for the game-maker please? I have github and Atom installed...any advice would be appreciated..ty <3 #487

@AntumDeluge
Copy link

AntumDeluge commented Feb 27, 2018

If you want to run RPGBoss, you need to have Java installed. Then just download the latest RPGBoss release. Exe file if you are on Windows, linux-mac.zip file if you are on Mac/Linux/BSD (though, this should work on Windows as well as long as Java is installed correctly).

  • Windows:
    • Simply execute rpgboss-<version>.exe file.
  • Mac/Linux/BSD:
    1. Extract contents of rpgboss-<version>-linux-mac.zip archive.
    2. Execute editor-min.jar file.

Edit: I created a Mac OS app for version 0.9.8 that can be used for easy installation on Mac OS X.

@mrowlbio
Copy link

mrowlbio commented Mar 9, 2018

how do i execute it, when i try on lubuntu it says "./editor-min.jar: command not found"

@AntumDeluge
Copy link

AntumDeluge commented Mar 9, 2018

@mrowlbio: Sounds like the executable bit isn't set. Try this:
$ chmod +x editor-min.jar

Then try to execute again:
$ ./editor-min.jar

Edit: You can also simply do:
$ java -jar editor-min.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants