Skip to content

Commit

Permalink
Merge pull request #1 from Mappalachia/fo4_translation
Browse files Browse the repository at this point in the history
Fallout 4 Translation
  • Loading branch information
Mappalachia committed Aug 3, 2023
2 parents e59e48f + 09de525 commit 87a6b19
Show file tree
Hide file tree
Showing 327 changed files with 65,229 additions and 61,257 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ dotnet_diagnostic.SA1203.severity = none

# CA1062: Validate arguments of public methods
dotnet_diagnostic.CA1062.severity = none

# SA1118: The parameter spans multiple lines
dotnet_diagnostic.SA1118.severity = none
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ko_fi: aheroicllama
patreon: user?u=73036527
custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TDVKFJ97TFFVC&source=url']
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#FO76Edit/XEdit
FO76Edit/Themes
FO76Edit/Edit Scripts/*
#Exception for Mappalachia Edit Scripts
!FO76Edit/Edit Scripts/_mappalachia_*.pas
#FO4Edit/XEdit
FO4Edit/Themes
FO4Edit/Edit Scripts/*
#Exception for Commonwealth Cartography Edit Scripts
!FO4Edit/Edit Scripts/_commonwealthCartography_*.pas

#World render DDS files
Mappalachia/img/*.dds
Mappalachia/img/cell/*.jpg
Mappalachia/img/*_render.jpg
Mappalachia/img/*_waterMask.png
CommonwealthCartography/img/*.dds
CommonwealthCartography/img/cell/*.jpg
CommonwealthCartography/img/*_render.jpg
CommonwealthCartography/img/*_waterMask.png

#SQLite and database generation
Database/*.db-journal

#fo76utils dlls
FO76Utils/*.dll

#FO76Edit/Sigcheck/sqlite3
#FO4Edit/Sigcheck/sqlite3
*.exe

#Mappalachia Database - this should be generated by the developer using the included tools from a Fallout 76 installation.
#Commonwealth Cartography Database - this should be generated by the developer using the included tools from a Fallout 4 installation.
#Additionally, this is an often-changing binary file, and would be unwise to include
*.db

Expand All @@ -34,10 +34,10 @@ MapIconProcessor/extract

#CSV Output from Edit Scripts & Preprocessor
*/Output/*.csv
!*Skipped_Spaces.csv
!*Skipped_Spaces_[0-7].csv

#Packaged Mappalachia GUI Release
Mappalachia.zip
#Packaged Commonwealth Cartography GUI Release
CommonwealthCartography.zip

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down
Loading

0 comments on commit 87a6b19

Please sign in to comment.