Skip to content

Commit

Permalink
opk packing added to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
szymor committed Aug 25, 2020
1 parent 239efdf commit 2dd447e
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/retrofw/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
methane.opk
5 changes: 5 additions & 0 deletions source/retrofw/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ methane: MainSource/gfxoff.o MainSource/baddie.o MainSource/bitdraw.o MainSource
-o methane ${METHANE_LIBS} ${METHANE_SND_LIBS} ${LDFLAGS}
$(STRIP) methane

opk: methane
rm -rf opkg/methane
cp methane opkg/
mksquashfs opkg methane.opk -noappend -no-xattrs

clean:
@rm -f MainSource/*.o
@rm -f MainData/*.o
Expand Down
Binary file added source/retrofw/opkg/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions source/retrofw/opkg/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
This is a stable version of the Linux conversion of the
Super Methane Brothers game.

WebSite:
http://methane.sourceforge.net/index.html

Email:
rombust at postmaster.co.uk

-------------------------------------------------------
IMPORTANT NOTE:
This is a conversion of the Commodore Amiga game.
I had been given permission by the company (Apache Software Ltd)
to release this game as GPL.
However - THE ORIGINAL AMIGA VERSION OF SUPER METHANE BROTHERS IS
STILL A COMMERCIAL GAME IT'S LICENCE HAS NOT CHANGED.

I (Mark Page) am the programmer of the Amiga version of
Super Methane Brothers.
-------------------------------------------------------

more "install" for how to compile the game (any platform)
more "todo" for bugs in the game
more "copying" for GPL licence

-------------------------------------------------------

Quick Instructions
===================

Press the CTRL key to start the game.
Use the cursor keys to move around the screen.
Tap the CTRL key to fire gas from the gun.
Hold the CTRL key to suck a trapped baddie into the gun.
Release the CTRL key to throw the trapped baddie from the gun.
Throw baddies at the wall to destroy them.

(Linux Only) Press Escape to quit the game

See "docs/info.html" for further instructions on how to play the game.

-------------------------------------------------------

The port is based on Spot's SDL1 source codes (see OS4Depot.net).

Ported for RetroFW by vamastah (a.k.a. szymor).
11 changes: 11 additions & 0 deletions source/retrofw/opkg/smb.retrofw.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=SMB
Comment=Super Methane Brothers
Exec=methane
Terminal=false
Type=Game
StartupNotify=true
Icon=icon
Categories=games;
Version=20200825
X-OD-Manual=readme.txt

0 comments on commit 2dd447e

Please sign in to comment.