Skip to content

the Sky Aces 2 decompilation project, based off version 1.02

Notifications You must be signed in to change notification settings

dotPawel/OpenSA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opensa banner

The OpenSA2 project aims to open source Sky Aces 2 and make it more accessible

image1

opensa banner2

While OpenSA2 is fully playable it contains some issues

  • Broken audio in levels
  • Wierdly placed AudioSource in the campaign map
  • Finished provinces arent highlighted

opensa banner3

When OpenSA2 is ran on a platform other than Android or iOS button controlls are disabled and replaced by the following

  • Arrow up and down to control the plane
  • Left shift to shoot
  • Space to drop bomb

this can be patched out by removing the following from PlayerControl.cs

if (Application.platform != RuntimePlatform.Android || Application.platform != RuntimePlatform.IPhonePlayer) { // disable controll butons when not on a phone
	hud.moveDownButton.gameObject.SetActive(false);
	hud.moveUpButton.gameObject.SetActive(false);
	hud.fireButton.gameObject.SetActive(false);
	hud.bombButton.gameObject.SetActive(false);
}

opensa banner4

OpenSA2 is built using Unity 2019.1.2f1



original Sky Aces 2 was made by GameDevTeam, visit http://www.gamedevteam.com for more info

About

the Sky Aces 2 decompilation project, based off version 1.02

Resources

Stars

Watchers

Forks

Packages

No packages published