Added messages_core.dat and extracted text from it to GitHub, moved game credits to Settings, made credits translatable, tweaked some messages

This commit is contained in:
Maruno17
2023-06-25 16:53:13 +01:00
parent 7d77c5f3fc
commit 22fa0f9c0b
36 changed files with 21505 additions and 100 deletions

5
.gitignore vendored
View File

@@ -3,10 +3,11 @@ Audio/
Graphics/
Plugins/
# Data folder, but not Data/Scripts folder
# Data folder, but not Data/Scripts folder or messages_core.dat
Data/*
!Data/Scripts.rxdata
!Data/Scripts/
!Data/messages_core.dat
# Files in the main project folder
Game.ini
@@ -28,4 +29,4 @@ Thumbs.db
# Temp files
~*
~*