Page 1 of 1

[2d]SCP2D-008 v0.1a

Posted: Tue Feb 27, 2018 6:12 am
by sora
Hi there, I made this game using Love2D and it is based on the tutorial GreatDeep by jeansberg [ https://github.com/jeansberg/GreatDeep]. This is basically a sidescroller game but for now it is not. There's no much feature available but I will update it when I have time.

TItle: SCP2D - 008
Version: 0.1 alpha
Summary: A sole surviving MTF (Nine-Tailed-Fox) is tasked to secure an exit point at the SCP facility (same facility at the SCP CB game) he must exterminate the SCP-008 and SCP-049 infected facility personnel.
This is a survival game, the enemies are endless. Game runs on WIndows (not tested), Linux, MacOS(not tested), Android, iOS(not tested).
License: the source code of the game is licensed under GNU GPL v3 and the game assets are licensed under CC BY-SA 3.0 please extract the game file and view the licenses. .love extension is simply a zip file.

Code: Select all

Controls: (For WIndows, Linux, Mac)
WASD
IJKL
up,left,down,right arrows
numpad 2 4 6 8


Firing weapon
RMB/LMB/SCRL can also be used for firing gun
Enter

TAB - mouse not captured in the game window
ESC - quit game
`/~ - for Console
F5 - screen shot

For Android/iOS: it is a touch-to-shoot but if you can plug in a keyboard/or mouse you can use that too for movements.

Console commands: (it is basically a lua interpreter)
Spoiler
help - show help
exit - exit console not game
git - git link for the console source code
clear - clear console
credits - display credits
qqq - exit game immediately, does not save game stats
stopbgm - stops background music
screenshot - capture screenshot with console
custombg - change background music
To change a variable type in `variable name` = `value`
bulletSpeed, zombieJanitorSpeed, zombieGuardSpeed, zombieClassDSpeed, spawnTimerMax, bulletTimerMax, s_fired, s_hits, s_miss, n_enemies, n_deaths, lastscore, lastaccuracy, chargeSpeed
Screenshots:
Image
Image


Direct Download Link: You can get it at my cloud site, if you can host it on your own server please let me know. It is a 4MB file.
File checksum (SHA256): 1d640ed22b944b0e0251da830285f98c01055a710dab9ce317d6f90fe8421634 SCP2D008_v0.1a.love
Password for DL:
Spoiler
scplove2d
http://z.awsmppl.com/scp

NOTE: You also need the Love2d engine from: https://love2d.org/
Download the one for your Operating System to run the game just double click the 'SCP2D008_v0.1a.love'
on android you need to open SCP2D008_v0.1a.love using Love2D, or you can extract the file SCP2D008_v0.1a.love (it is a zip file) to a folder in your sdcard as lovegame
so the location /storage/sdcard/lovegame will have the following files:

Code: Select all

$ ls -l
total 48
drwxr-xr-x 2 android android  3488 Feb 27 13:49 console
-rw-r--r-- 1 android user   703 Feb 27 11:20 LICENSE
-rwxr-xr-x 1 android android 19947 Feb 27 13:43 main.lua
drwxr-xr-x 4 android android  3488 Feb 25 12:23 resources
-rw-r--r-- 1 android android  3605 Feb 26 10:11 ser.lua