diff --git a/.gitattributes b/.gitattributes index e78561e..80d55b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ TADEMO.UFO filter=lfs diff=lfs merge=lfs -text online.dll filter=lfs diff=lfs merge=lfs -text rev31.gp3 filter=lfs diff=lfs merge=lfs -text +TotalA.exe filter=lfs diff=lfs merge=lfs -text diff --git a/Icon/AIRCONS.PCX b/Icon/AIRCONS.PCX new file mode 100644 index 0000000..92a1381 Binary files /dev/null and b/Icon/AIRCONS.PCX differ diff --git a/Icon/AIRCRAFTCOMBAT.PCX b/Icon/AIRCRAFTCOMBAT.PCX new file mode 100644 index 0000000..92a1381 Binary files /dev/null and b/Icon/AIRCRAFTCOMBAT.PCX differ diff --git a/Icon/ARM.pcx b/Icon/ARM.pcx new file mode 100644 index 0000000..5e80b1b Binary files /dev/null and b/Icon/ARM.pcx differ diff --git a/Icon/BUILDING.PCX b/Icon/BUILDING.PCX new file mode 100644 index 0000000..55436c9 Binary files /dev/null and b/Icon/BUILDING.PCX differ diff --git a/Icon/CONS.PCX b/Icon/CONS.PCX new file mode 100644 index 0000000..ddef939 Binary files /dev/null and b/Icon/CONS.PCX differ diff --git a/Icon/CORE.pcx b/Icon/CORE.pcx new file mode 100644 index 0000000..704b418 Binary files /dev/null and b/Icon/CORE.pcx differ diff --git a/Icon/FACTORY.PCX b/Icon/FACTORY.PCX new file mode 100644 index 0000000..6df3876 Binary files /dev/null and b/Icon/FACTORY.PCX differ diff --git a/Icon/GOK.pcx b/Icon/GOK.pcx new file mode 100644 index 0000000..60925af Binary files /dev/null and b/Icon/GOK.pcx differ diff --git a/Icon/MOBILECOMBAT.PCX b/Icon/MOBILECOMBAT.PCX new file mode 100644 index 0000000..ddef939 Binary files /dev/null and b/Icon/MOBILECOMBAT.PCX differ diff --git a/Icon/NONE.PCX b/Icon/NONE.PCX new file mode 100644 index 0000000..ddef939 Binary files /dev/null and b/Icon/NONE.PCX differ diff --git a/Icon/NUKEICON.pcx b/Icon/NUKEICON.pcx new file mode 100644 index 0000000..f1b25b3 Binary files /dev/null and b/Icon/NUKEICON.pcx differ diff --git a/Icon/UNKNOWN.PCX b/Icon/UNKNOWN.PCX new file mode 100644 index 0000000..ddef939 Binary files /dev/null and b/Icon/UNKNOWN.PCX differ diff --git a/Icon/iconcfg.ini b/Icon/iconcfg.ini new file mode 100644 index 0000000..6102b51 --- /dev/null +++ b/Icon/iconcfg.ini @@ -0,0 +1,23 @@ +; Megamap Icon Settings + +[Option] ; General Settings + +FillColor=245; ; The color that will be replaced by the player color +TransparentColor=9; ; The color that will be replaced by transparency +SelectedColor=255; ; The color that will be shown only when the unit is selected +HoverColor=84; ; The color that will show when the icon is hovered on +UseCircleHover=FALSE; ; Enable or disable a drawn ring when hovered on, disabled by default +UseDefaultIcon=TRUE; ; Enable to use default icons, disable to use custom icons + +[ICON] ; Custom Icons + +Unknow=UNKNOWN.PCX; +Nothing=NONE.pcx; +NukeIcon=NUKEICON.pcx; + +; When custom icons are enabled, set them below using the category tags from unit fbi files +; You can use your own custom icon files, they must be in the TA color palette and PCX format +; A disabled example of the syntax is provided below +; In the example, any unit with KBOT as a category will use KBOT.pcx as the icon (not provided) + +;KBOT=KBOT.pcx \ No newline at end of file diff --git a/Icon/smallcircle.pcx b/Icon/smallcircle.pcx new file mode 100644 index 0000000..ac72e7e Binary files /dev/null and b/Icon/smallcircle.pcx differ diff --git a/TA.ini b/TA.ini new file mode 100644 index 0000000..960a1c3 --- /dev/null +++ b/TA.ini @@ -0,0 +1,235 @@ +; Total Annihilation v3.9.02 advanced settings + +; Windowed mode will disable many TA v3.9.02 features (including some of these) and is not recommended + +[Preferences] ; custom settings, if any entry is disabled the "TA v3.9.02 default" values will be used + +UseVideoMemory=TRUE; + +; Unit limit per player +; Set from 20 - 6553 (setting higher than 1500 may cause instability) +; TA v3.1 default is 250 +; TA v3.9.02 default is 1500 + +UnitLimit = 1500; + +; Pathfinding cycles +; Setting too low (such as TA v3.1 default) ruins pathfinding but setting extremely high lowers fps +; TA v3.1 default is 1333 +; TA v3.9.02 default is 66650 + +AISearchMapEntries = 66650; + +; Special effects limit (smoke, etc.) +; Setting too low (such as TA v3.1 default) will degrade visual quality +; This setting is still experimental, if you experience visual issues set to 400 +; TA v3.1 default is 400 +; TA v3.9.02 default is 20480 + +SfxLimit = 20480; + +; Unit model size limit +; Set max width and height for unit model drawing buffer +; TA v3.1 default is 600x600 +; TA v3.9.02 default is 1280x1280 + +X_CompositeBuf = 1280; +Y_CompositeBuf = 1280; + +; Unit ID limit +; Set the maximum number of unique unit IDs +; TA v3.1 default is 512 +; TA v3.9.02 default is 16000 + +UnitType = 16000; + +; Weapon ID limit +; Set the maximum number of unique weapon IDs +; TA v3.1 default is 256 +; TA v3.9.02 default is 16000 + +WeaponType = 16000; + +; Weapon ID multiplayer patch +; Set to TRUE to enable increased Weapon ID limit in multiplayer +; Set to FALSE to allow increased Weapon ID limit only in single player +; TA v3.1 default is FALSE +; TA v3.9.02 default is FALSE (Weapon ID limit increase not yet compatible with Replayer) + +MultiGameWeapon = FALSE; + +; Double-click selection +; Enable or disable the new "double-click to select all units of the same type on screen" feature +; TA v3.1 default is FALSE +; TA v3.9.02 default is TRUE + +DoubleClick = TRUE; + +; Expanded Multiplayer Sharing Menu +; Enable or disable the new expanded multiplayer sharing menu +; TA v3.1 default is FALSE +; TA v3.9.02 default is TRUE + +ShareDialogExpand = TRUE; + +; Main menu resolution adjuster +; Set to FALSE to keep main menu resolution at the default 640x480 +; Set to TRUE to match main menu resolution to the in-game resolution set via options menu +; If TRUE, the main menu will not be upscaled to fit increased output resolution +; If resolution is not valid, the game will not start (use resolution overrider below to fix) +; TA v3.1 default is FALSE +; TA v3.9.02 default is FALSE + +MenuResolution = FALSE; + +; Megamap +; Enable or disable the new megamap +; TA v3.1 default is FALSE +; TA v3.9.02 default is TRUE + +FullScreenMinimap = TRUE; + +; Megamap FPS Limit + +MegamapFpsLimit = 1000; + +; Megamap Icon Configuration File +; Set the location of the megamap's icon configuration file +; TA v3.9.02 default is .\Icon\iconcfg.ini + +MegaMapConfig = .\Icon\iconcfg.ini; + +; Megamap Configuration Settings +; Use the fields below to customize the megamap + +; Megamap Mouse Wheel Zooming +; Enable or disable ability to zoom in and out of the megamap with the mouse wheel +; TA v3.9.02 default is TRUE; + +WheelZoom = TRUE; + +; Megamap Mouse Wheel Zoom In Mode +; Set to TRUE to zoom to the cursor location when rolling the wheel up from the megamap +; Set to FALSE to zoom to the previous camera location when rolling the wheel up from the megamap +; TA v3.9.02 default is TRUE; + +WheelMoveMegaMap = TRUE; + +; Megamap Double-Click to Zoom Option +; Enable or disable the option to zoom to the cursor location... +; ...when double-clicking terrain on the megamap +; TA v3.9.02 default is FALSE; + +DoubleClickMoveMegamap = FALSE; + +; Megamap Unit Icon Flashing When Under Attack +; Enable or disable megamap unit icon flashing when under attack + +UnderAttackFlash=TRUE; + +; Megamap Minimum Sensor Range Ring Distances +; Set the minimum sensor values required to display range rings on the megamap +; These settings could be helpful if you want to eliminate clutter from short-ranged rings +; TA v3.9.02 default is 0 for all sensors + +MegamapRadarMinimum = 0; +MegamapSonarMinimum = 0; +MegamapSonarJamMinimum = 0; +MegamapRadarJamMinimum = 0; +MegamapAntiNukeMinimum = 0; + +; Player Icon and Line Marker Colors +; Customize the colors of the player minimap/megamap icons and line markers +; Set from 0 to 255 to select colors from the TA indexed color palette +; These settings are disabled by default (remove the semicolons to enable) + +;Player1DotColors=227; ;Default is 227 +;Player2DotColors=212; ;Default is 212 +;Player3DotColors=80; ;Default is 80 +;Player4DotColors=235; ;Default is 235 +;Player5DotColors=108 ;Default is 108 +;Player6DotColors=219; ;Default is 219 +;Player7DotColors=208; ;Default is 208 +;Player8DotColors=93; ;Default is 93 +;Player9DotColors=130; ;Default is 130 +;Player10DotColors=67; ;Default is 67 + +; Player Dot Marker Colors +; Customize the colors of player dot markers by setting a custom icon file +; Edit the example smallcircle.pcx file or create a new icon file +; The icon file must contain all 10 player markers from left to right +; The icon width and height settings must match the dimensions of your icons +; These settings are disabled by default (remove the semicolons to enable) + +;PerPlayerMarkerWidth=10; +;PerPlayerMarkerHeight=10; +;PlayerMarkerPcx=Icon\smallcircle.pcx; + +[REG] ; registry override settings, if any entry is disabled the last value used will be remembered + +; Sound mode +; Set to 0 for no sound, 1 for mono sound, and 2 for 3D positional sound +; When set to 3D, the speaker layout is read from the Windows control panel +; All speaker layouts are supported by the 3D sound engine (stereo, 5.1, 7.1, etc.) +; TA v3.1 default is Mono (dword:1) +; TA v3.9.02 default is 3D (dword:2) + +"Sound Mode" = dword:2 + +; Max number of simultaneous sounds before sounds are cut off +; Set from 2 - 32 for specific limits or 33 or higher for unlimited +; TA v3.1 default is 8 (dword:8) +; TA v3.9.02 default is 128 / unlimited (dword:128) + +"MixingBuffers" = dword:128 + +; Default game speed +; Set from 0 - 20 (corresponding to game speed -10 to +10) +; Use plus and minus keys to adjust while playing +; TA and TA v3.9.02 default is 10 which is equivalent to Normal game speed (dword:10) + +"GameSpeed" = dword:10 + +; Group selection hotkey modifier +; Set to 1 to select unit groups with number key and build menus with ALT + number key +; Set to 0 to select build menus with number key and unit groups with ALT + number key +; TA v3.1 default is 0 (dword:0) +; TA v3.9.02 default is 1 (dword:1) + +"SwitchAlt" = dword:1 + +; Max number of players in skirmish mode +; Set from 2 - 10 +; TA v3.1 default is 4 (dword:4) +; TA v3.9.02 default is 10 (dword:10) + +"NumSkirmishPlayers" = dword:10 + +; Default setting for display of chat messages from other players +; Set to 1 to enable and 0 to disable +; Use "+screenchat" command in-game to toggle setting for the current game +; TA and TA v3.9.02 default is 1 + +"ScreenChat" = dword:1 + +; Music playback mode +; Set to 1 for Play All, 2 for Random, 3 for Repeat, and 4 for Custom. +; When set to Custom, the game will attempt to use the dynamic build/battle system... +; ...however this mode is buggy and almost never works correctly on modern systems... +; ...resulting in only a single track being played, either stopping thereafter (CD version)... +; ...or looping forever (MP3 version), therefore Random is best for most people +; TA v3.1 default is Custom (dword:4) +; TA v3.9.02 default is Random (dword:2) + +"CDMode" = dword:2 + +; Resolution overrider (disabled by default) +; Use this to override the resolution set in the options menu (remove semicolons to enable) +; All resolutions and aspect ratios supported by your setup are supported by the game... +; ...as long as they are available in 8-bit color depth (if not, create a custom resolution) +; If you set a resolution not supported by your setup (driver or display) the game will crash +; The override is set at game launch, using options menu will defeat override until next launch +; Example: dword:1920 x dword:1080 (1920x1080) + +;"DisplayModeWidth" = dword:1920 +;"DisplayModeHeight" = dword:1080 \ No newline at end of file diff --git a/TotalA.exe b/TotalA.exe new file mode 100644 index 0000000..6695b23 --- /dev/null +++ b/TotalA.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e65265e28303609b42f0594af8eae5ad53b4ec998a30316010914cdee82253 +size 1178624