Skip to main content

Progress update on "dragboxes": switch boxes, banning areas, and basic scripting

In my first post I described a small Game Maker project I am working on. Today I implemented a few additions to the project.

Changes:

  • Implemented a very basic scripting module, to allow dynamic behaviour
  • Created switch blocks that execute a script when they are placed properly on switch plates
  • Created banning areas, which prevent player boxes (heart boxes) from passing though but let other blocks through
  • Made the motion of the boxes smoother, to allow finer player control



Switch boxes are shown with letters A, B, C, D. A switch box is activated when it is moved exactly on the center of a plate with the same letter, and must also be rotated straight upwards. The box glows purple once it is activated.

The scripting module allows for some basic scripting of the game. Scripts can be executed by pressing L in-game and choosing a script file to load. A script is also executed when a switch block is placed on a switch plate. Currently three commands are implemented:

  • clear; Clears all objects on the map.
  • create x y object; Creates a specified object in given position.
  • destroy objname; Deletes object with given name.

I will not go into more technicalities for now, more about the scripting can be learned by inspecting the game's source code. Go ahead and ask about any questions you may have.

Feel free to test the game and see the new additions in action. Be sure to try out the sample script by pressing L in-game and choosing it (sample_script.txt).

Downloads:

EXE: dragboxes_d2.exe on Dropbox (Windows only, 2.75 MB)
Source: dragboxes_d2.gmk on Dropbox (Game Maker 8.0 file, 0.36 MB)

Screenshots:





The screenshots show the sample script in action (first: the switch block is placed on its switch plate, second: the switch block is activated and creates two blocks)

-Kostas V


Comments

Popular posts from this blog

Stick Veterans 2.0: a long-overdue update

It's been so long since the last game update that I feel nervous writing this. After a long time of development and rewriting, a new update is finally available. Stick Veterans 2.0 is now published on Poki, a popular online games website.

Blockbuster Inc. & other catch-up

This year has gone by super fast and it's about time for an update. Since June I've been working with Super Sly Fox as the lead developer on our upcoming game Blockbuster Inc , where you build and manage your movie studio through the decades.

Aircraft maintenance simulator & VR game projects

Since the start of this academic year I've been enrolled in a Computer Science postgraduate program. I have found a couple of my semester projects to be noteworthy, so I thought I should post about them.