-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme - copy to final builds.txt
51 lines (38 loc) · 2.16 KB
/
readme - copy to final builds.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Abduction on a Budget v1.0.1
Developed by: benchi99, CrossfireCam, Darelt, Frank Busquets, TeslaSP2
Full credits and itch.io links are in the game's Help menu
------------------
How To Start Game
------------------
Launch 'Abduction on a Budget.exe'. By default, the game starts in fullscreen. To change this, visit 'Options'. You'll also find volume and control options here.
To uninstall this game, delete the entire 'Abduction on a Budget v1.0.1' folder.
------------------
OS Specific Instructions
------------------
Windows 10 - Smartscreen may block the game from opening. Click 'More info' and 'Run anyway'.
Linux - Game may not work immediately. Go to the executable's 'Properties, Permissions' and check the box for 'Allow executing file as program'.
macOS - Game will not work on macOS without manually approving it. Follow instructions here: https://support.apple.com/en-gb/guide/mac-help/mh40616/mac (Stay tuned, we may consider signing the game with an Apple Developer ID at a later date)
------------------
Changelog
------------------
v1.0.1
• Alien's movement improved. Walking is faster, alien can swing while touching ceiling underwater, and rope controls are inverted while UFO is below alien (can be disabled in settings).
• Level layouts improved. Out-of-bounds areas patched up.
• UI: Fonts changed. UI buttons now show caption of what they do.
• Bug Fix: Gaps in map tiles and solid lines in water tiles removed.
• Bug Fix: Alien can now retract rope while touching ceiling underwater. Rope graphics no longer glitch out underwater.
v1.0 - GMTK Game Jam Submission (13 July 2021)
• Game released!
------------------
Attributions
------------------
Music & Sound:
- Soundtrack by Darelt
- SFX done by Frank Busquets
Sprites & UI by TeslaSP2
Script for tilemap opacity fix:
- IceHatGamedude on Reddit https://www.reddit.com/r/Unity3D/comments/645syq/need_help_preventing_additive_blending_of_sprites/dljlmkx/
Script for cutout mask (used for screen transition):
- Code Monkey on YouTube https://www.youtube.com/watch?v=XJJl19N2KFM
Script for invoking code when game is paused:
- Jade Skaggs of Funonium.com https://forum.unity.com/threads/unscaled-time-invoke.299526/