Space Engineers

Space Engineers

60 个评价
Working Space Invaders Arcade Cabinet
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
601.674 KB
2024 年 2 月 11 日 下午 8:54
1 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
Working Space Invaders Arcade Cabinet

描述
A functional Space Invaders Arcade Cabinet.

Controls:
use A and D to move. Space to shoot.

this was mostly a good excuse to see if i could get some raster image manipulation working. it uses some raster sprite intersection detection and specifically the highlighting to delete the intersected pixels in the barriers.

Resources:
Graphics: https://www.spriters-resource.com/arcade/spaceinv/
Arcade cabinet designed based on: Functioning Tetris blueprint: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2906631630

Script Source: https://github.com/sophiathekitty/Space-Invaders
10 条留言
Soulfood 9 月 26 日 上午 10:52 
I was hoping to use this in a cinematic story I'm making.
Soulfood 9 月 26 日 上午 10:51 
strangely this mod doesn't appear in the list when I try to add it to a world. Its mod folder is still where it should be. I'm subscribed to it. Has anyone else seen this?
Magical Trevor 2024 年 5 月 20 日 下午 1:50 
Brilliant! I award the "mad scientist" award!
DMMWolf 2024 年 4 月 24 日 下午 4:46 
We need Galiga... just to put it on the bridge of a flying Aircraft Carrier
Mosstache 2024 年 4 月 5 日 下午 12:46 
Alright then thanks !
Arthur 2024 年 4 月 5 日 下午 12:45 
Yes @Moss, the GameInput framework used on this game detects every key that can be detected by Programable-blocks, Just replace the lines

if(input.A) Position += new Vector2(-InvaderGame.player_speed, 0);
if(input.D) Position += new Vector2(InvaderGame.player_speed, 0);

to

if(input.Q) Position += new Vector2(-InvaderGame.player_speed, 0);
if(input.E) Position += new Vector2(InvaderGame.player_speed, 0);

(use Windows Notepad or something like that to find this lines)
thesnowfox84 2024 年 3 月 3 日 下午 12:14 
This is amazing any plans to put other great Atari games into a cabinet :KOh:
Mosstache 2024 年 3 月 3 日 上午 2:25 
This is great but is it possible to change A to Q ?
The Field Marshal 2024 年 2 月 25 日 下午 3:48 
Amazing.
ZEO CMF 2024 年 2 月 25 日 下午 2:44 
:selike: