53 lines
3.8 KiB
Java
53 lines
3.8 KiB
Java
// This string is autogenerated by ChangeAppSettings.sh, do not change spaces amount anywhere
|
|
package com.sourceforge.sc2;
|
|
|
|
import android.app.Activity;
|
|
import android.content.Context;
|
|
|
|
class Globals {
|
|
public static String ApplicationName = "Ur-QuanMasters";
|
|
|
|
// Should be zip file
|
|
public static String DataDownloadUrl = "Game data is 14 Mb|https://sites.google.com/site/xpelyax/Home/sc2-data.zip?attredirects=0%26d=1|https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/sc2-data.zip/download|http://sitesproxy.goapk.com/site/xpelyax/Home/sc2-data.zip^3DO remixed music (19 Mb) - enable it in Setup->Sound Options->3DO Remixes|:addons/3domusic/3domusic.zip:https://sites.google.com/site/xpelyax/Home/3domusic.zip?attredirects=0%26d=1|:addons/3domusic/3domusic.zip:https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3domusic.zip/download|:addons/3domusic/3domusic.zip:http://sitesproxy.goapk.com/site/xpelyax/Home/3domusic.zip^UQM music remix pack (150 Mb) - enable it in Setup->Sound Options->UQM Remixes|:addons/remix/remix.zip:https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/remix.zip/download^3DO voice (115 Mb) - go to Setup->Sound Options and increase Voice volume from zero|:addons/3dovoice/3dovoice.zip:https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3dovoice.zip/download^3DO video support - after installing this pack copy all .duk and .aif files from|https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3dovideo.zip/download^your 3DO Star Control II game CD from 'duckart' dir to the SD card to dir|https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3dovideo.zip/download^'app-data/com.sourceforge.sc2/addons/3dovideo', to extract files from 3DO disk use|https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3dovideo.zip/download^'3DO Commander' or 'uncd-rom' apps from http://madroms.free.fr/3do/|https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3dovideo.zip/download^Then from the game change 'Setup->PC/3DO compat->Cutscenes' to Movies, and restart game|https://sourceforge.net/projects/libsdl-android/files/Ur-Quan%20Masters/3dovideo.zip/download";
|
|
|
|
// Set this value to true if you're planning to render 3D using OpenGL - it eats some GFX resources, so disabled for 2D
|
|
public static boolean NeedDepthBuffer = false;
|
|
|
|
// Set this value to true if you're planning to render 3D using OpenGL - it eats some GFX resources, so disabled for 2D
|
|
public static boolean HorizontalOrientation = true;
|
|
|
|
// Readme text to be shown on download page
|
|
public static String ReadmeText = "^You may press \"Home\" now - the data will be downloaded in background".replace("^","\n");
|
|
|
|
public static boolean AppUsesMouse = false;
|
|
|
|
public static boolean AppNeedsArrowKeys = true;
|
|
|
|
public static boolean AppUsesJoystick = false;
|
|
|
|
public static boolean AppUsesMultitouch = false;
|
|
|
|
public static int AppTouchscreenKeyboardKeysAmount = 2;
|
|
|
|
public static int AppTouchscreenKeyboardKeysAmountAutoFire = 2;
|
|
|
|
// Phone-specific config
|
|
// It will download app data to /sdcard/alienblaster if set to true,
|
|
// otherwise it will download it to /data/data/de.schwardtnet.alienblaster/files
|
|
public static boolean DownloadToSdcard = false;
|
|
public static boolean PhoneHasTrackball = false;
|
|
public static boolean PhoneHasArrowKeys = false;
|
|
public static boolean UseAccelerometerAsArrowKeys = false;
|
|
public static boolean UseTouchscreenKeyboard = false;
|
|
public static int TouchscreenKeyboardSize = 0;
|
|
public static int TouchscreenKeyboardTheme = 0;
|
|
public static int AccelerometerSensitivity = 0;
|
|
public static int TrackballDampening = 0;
|
|
public static int AudioBufferConfig = 0;
|
|
public static boolean OptionalDataDownload[] = null;
|
|
}
|
|
|
|
class LoadLibrary {
|
|
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("sdl_image"); };
|
|
}
|