V009 now up!

About Monkey 2 Forums Monkey 2 Development V009 now up!

This topic contains 33 replies, has 8 voices, and was last updated by  peterigz 2 years, 10 months ago.

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #1023

    wiebow
    Participant

    Good to hear. Let me know of any problems you find, ok?

    #1028

    peterigz
    Participant

    Seems to work quite well so far, thanks 🙂 there was an initial issue with REM and END (in caps) not recognised but a search and replace sorted that (you might want to add it though non-the-less). I shall have to take a look at gradle and see if I can set that up as well.

    #1029

    wiebow
    Participant

    Thanks. I’ve fixed that. It’s weird, some things in Monkey2 are case sensitive and some are not. Module classes all are case-sensitive, so I think I have them all fixed. Same goes for module constant, also case-sensitive. Lots of keywords are not. So I’m just fixing these little things as I create and read more and more code.

     

    Nice! Gradle is not that bad to set up. You also need the sublime text project files set up in a certain way.

    For instance, this is the ST3 project I use for playing around.  It has two build systems, one debug and one release. The name parameter is what shows up in ST3, the cmd parameter is the shell command that is executed.

    You will also need a file called build.gradle, it must be in the same folder. It defines the tasks referenced in the build systems. PROJECT_NAME must be the same as your main file.

     

    #1030

    peterigz
    Participant

    Thanks I’ll give that try!

Viewing 4 posts - 31 through 34 (of 34 total)

You must be logged in to reply to this topic.