Skip to content

Commit

Permalink
generate a d3-android-fullhog
Browse files Browse the repository at this point in the history
  • Loading branch information
tophyr committed Jun 26, 2024
1 parent cf57615 commit 5d1705c
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CMAKE_FOLDER "Scripts")

set(CPPS
$<$<PLATFORM_ID:Darwin,Linux>:
$<$<PLATFORM_ID:Darwin,Linux,Android>:
linux_lib.cpp
>
)
Expand Down Expand Up @@ -84,6 +84,8 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
set(HOG_NAME "osx")
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
set(HOG_NAME "win")
elseif(CMAKE_SYSTEM_NAME STREQUAL "Android")
set(HOG_NAME "android")
endif()

if (HogMaker_DIR)
Expand Down
112 changes: 112 additions & 0 deletions scripts/data/fullhog/d3-android-fullhog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
AIGAMEi.STR
Anarchy.str
Anarchyi.str
CTF.str
CTFi.str
D3.STR
DMFC.str
DMFCi.str
GENERIC.STR
Hyper.str
LEVEL4i.STR
LEVELS1i.STR
LEVELS2i.STR
Level10i.str
Level11i.str
Level12i.str
Level13i.str
Level14i.str
Level15i.str
Level1i.str
Level2i.str
Level3i.str
Level5i.str
Level6i.str
Level7i.str
Level8i.str
Level9i.str
TrainingMissioni.STR
aigame.str
coop.str
coopi.str
d3i.str
dp_modem.str
dp_modemi.str
dp_serial.str
dp_seriali.str
entropy.str
entropyi.str
generici.str
hoard.str
hoardi.str
hyperi.str
ipxclient.str
ipxclienti.str
lanclient.str
lanclienti.str
monster.str
monsteri.str
mtclient.str
mtclienti.str
tanarchy.str
tanarchyi.str
LEVELS2.str
pxomain.ogf
pxogame.ogf
gamecredits.txt
loki.ogf
aigame2.so
AIGame3.so
aigame4.so
AIGame.so
barney.so
BatteriesIncluded.so
BossCamera.so
CanyonsCTF.so
CellTestLevel.so
ChrisTest.so
clutter.so
generic.so
Geodomes.so
HalfPipe.so
InfernalBolt.so
Inversion.so
LEVEL0.so
level10.so
level11.so
Level12.so
level13.so
level14.so
LEVEL15.so
Level16.so
level17.so
level1.so
level2.so
level3.so
level4.so
level5.so
Level6.so
level7.so
level8.so
Level9.so
LevelS1.so
levelS2.so
Merc02.so
Merc1.so
Merc3.so
Merc4.so
merc5.so
Merc6.so
Merc7.so
myPowerHouse.so
Mysterious_Isle.so
orbital.so
Paranoia.so
PiccuStation.so
Polaris.so
Quadsomniac.so
RudeAwakening.so
SewerRat.so
testscript.so
TrainingMission.so
Y2K.so

0 comments on commit 5d1705c

Please sign in to comment.