Skip to content

Commit

Permalink
feat: init all data
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Apr 8, 2024
0 parents commit cb67041
Show file tree
Hide file tree
Showing 3,346 changed files with 1,089,156 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish

on:
push: {}

jobs:
publish:
uses: darklab8/fl-darkstat/.github/workflows/publish-to-pages.yml@master
with:
site-root: "/fl-data/"
59 changes: 59 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# binary data
*.wav
*.db
*.3db
*.3DB
*.cmp
*.dfm
*.ale
*.thn
*.sur
*.exe
*.anm
*.txm
*.bmp
*.tga
*.mat
*.MAT
*.mat~tmp1
*.pte
*.sph
*.016
*.256
*.utf
*.vms
*.CMP

# text friendly, but not needed
*.hta
*.htm
*.page
*.window_layout
*.window_settings
IONCROSS/
DLLS/
DATA/AUDIO/
DATA/BASES/
DATA/CHARACTERS/
DATA/COCKPITS/
DATA/FONTS/
DATA/FX/
DATA/INTERFACE/
DATA/RANDOMMISSIONS/
DATA/SCREENS/
DATA/SCRIPTS/
DATA/SOLAR/
*.cfg
*.fl
*.URL
*.xml
*.log
/*.dll
EXE/1033/
EXE/flhook_plugins/

# lets leave commited
# *.dll
# *.ini
# *.txt

11 changes: 11 additions & 0 deletions DATA/DatastormWarning.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[DSWarning]
HeadLine = Discovery Datastorm Warning
OK = I don't like playing this game
Cancel = Wait... let me search myself
Text = Discovery does not contain any secrets so well-hidden that you'll never be able to find them in-game. This mod
tries to be logical in placement of bases, jump holes, and wrecks. So please search yourself, and if you search well,
you'll find everything without spoiling the game with the Datastorm. For your own enjoyment!
As an alternative, you may always visit our forums at http://discoverygc.com and ask members about what you wanted to
find, or simply log on to our server and ask other players.
I hope you are capable of playing fair.
Igiss
1 change: 1 addition & 0 deletions DATA/EQUIPMENT/NPC/misc_equip_npc.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
;Empty
Loading

0 comments on commit cb67041

Please sign in to comment.