Important
- Purchase on Android
- Purchase on iOS
- Purchase on PlayStation
- Japanese Version ( ドラゴンクエストX 目覚めし五つの種族 オフライン )
- SE Asia Version (Multi-Language) - Korean ( 드래곤 퀘스트 X 다섯 종족의 각성 오프라인 )
- *i-PIN required*
- SE Asia Version (Multi-Language) - Chinese ( 勇者斗恶龙X 觉醒的五种族 OFFLINE )
- Purchase on Steam
- Purchase on Switch
| Filename (pak/ucas/utoc) | DLC Name | Comment(s) |
|---|---|---|
| pakchunk0-{PLATFORM} | ドラゴンクエストX 目覚めし五つの種族 オフライン | Base game / Version 1 |
| pakchunk1-{PLATFORM} | ドラゴンクエストX 目覚めし五つの種族 オフライン | Base game / Version 1 |
| pakchunk2-{PLATFORM} | ドラゴンクエストX 眠れる勇者と導きの盟友 オフライン | Version 2 |
| pakchunk3-WindowsNoEditor | ||
| pakchunk4-WindowsNoEditor | 早期購入特典 | Pre-Order Bonus |
| pakchunk5-WindowsNoEditor | デラックス版特典 | Deluxe Edition Bonus |
| pakchunk6-WindowsNoEditor | ||
| pakchunk7-WindowsNoEditor | ||
| pakchunk8-WindowsNoEditor | ダウンロード特典 | Digital Download Edition Bonus |
| pakchunk9-WindowsNoEditor | ||
| pakchunk10-WindowsNoEditor | Steam®購入特典 | Steam Edition Bonus |
| pakchunk11-WindowsNoEditor | ||
| pakchunk12-WindowsNoEditor | ||
| pakchunk13-WindowsNoEditor | ||
| pakchunk14-WindowsNoEditor | 冒険ステップアップセット | V Jump - Astoltia Navigator, Ver. 1 Download Code |
| pakchunk15-WindowsNoEditor | バッチリ冒険セット | Square-Enix - Official Guidebook, Ver. 1 Download Code |
| pakchunk16-WindowsNoEditor | 冒険チャレンジセット | V Jump - Astoltia Navigator, Ver. 2 Download Code |
| pakchunk17-WindowsNoEditor | ガンガン冒険セット① | Square-Enix - Official Guidebook, Ver. 2 Download Code |
| pakchunk18-WindowsNoEditor | ||
| pakchunk19-WindowsNoEditor | ⅤジャンプDQXオフライン特典1 | V Jump - 07/2023 Download Code |
| pakchunk20-WindowsNoEditor | ⅤジャンプDQXオフライン特典2 | V Jump - 08/2023 Download Code |
| pakchunk21-WindowsNoEditor | ||
| TBD | スクウェア・エニックス e-STORE購入特典 | Square-Enix e-STORE Purchase Bonus |
| TBD | 超みちくさ冒険ガイド購入特典 | Super Loiterer Adventure Guide Purchase Bonus |
- Square-Enix | Official Guidebook, Ver. 1 (ISBN 9784757581739)
- Enclosed Download Code for
バッチリ冒険セット
- Enclosed Download Code for
- Square-Enix | Official Guidebook, Ver. 2 (ISBN 9784757586383)
- Enclosed Download Code for
ガンガン冒険セット①
- Enclosed Download Code for
- V Jump | Astoltia Navigator, Ver. 1 (ISBN 9784087798012)
- Enclosed Download Code for
冒険ステップアップセット - Purchase on S-Manga
- Enclosed Download Code for
- V Jump | Astoltia Navigator, Ver. 2 (ISBN 9784087798098)
- Enclosed Download Code for
冒険チャレンジセット - V Jump Web
- Purchase on S-Manga
- Enclosed Download Code for
- V Jump | 07/2023
- Enclosed Download Code for
ⅤジャンプDQXオフライン特典1
- Enclosed Download Code for
- V Jump | 08/2023
- Enclosed Download Code for
ⅤジャンプDQXオフライン特典2
- Enclosed Download Code for
- Playthroughs
- @/Santi2277's playthrough with commentary in Spanish
- Dragon Quest X Offline: El Despertar de las 5 Razas
- @/deltrasu's playthrough with commentary in French
- Dragon Quest X : Le Réveil des 5 Races Offline
- @/Santi2277's playthrough with commentary in Spanish
Tip
globalfile is an offline computed dependency graph for your assets.{TargetName}.locmeta12- LocMeta are custom binary files that store the compiled target meta-data (currently only the native culture for the target) for use at runtime.
- LocMeta files are regenerated each time the localization data is compiled, and is staged into a packaged build.
{TargetName}.locres1- LocRes are custom binary files that store the compiled per-culture translations for use at runtime.
- LocRes files are re-generated each time the localization compile step is run, and get staged into a packaged build.
- LocRes are the only files that your project will load localization data from at runtime (including in the editor), so any edits or changes to your source data (such as from importing a PO file) must be compiled before they take effect.
.pak- When using this setup the file will store loose files such as fonts.
.ucas- is a Content Addressable Store, used by Zen Loader to contain all the assets.
.ufont- is a .ttf font file
.utoc- is a Table Of Contents, used by Zen Loader to describe the .ucas file, including chunk size and offset, compression format, and whether the chunks are encrypted.
- The upside to using the io store is a noticeable improvement to loading times.
Tip
-
DRAGON QUEST X OFFLINE (or Demo) from Steam
- Dragon Quest X Online - Windows (free) Version
- Dragon Quest X Offline - Nintendo eShop
- Title ID
0100E2E0152E4000
- Title ID
-
FModel.exe from 4sval's github repo
- DRAGON QUEST X OFFLINE (or Demo)'s AES Key
- DRAGON QUEST X OFFLINE (or Demo)'s Mappings.usmap
! Check the commit history if it is missing -
UnrealPak.exe (4.27.2 used in this tutorial) from Epic Games' Unreal Engine
-
Download from 4sval's github repo, and extract all files.
-
At the
Directory Selectorwindow:- select
ADD UNDETECTED GAME - Name it anything, e.g. DRAGON QUEST X OFFLINE
- Choose where the game's paks are installed, e.g.:
C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE Demo\Game\Content\Paks
- Click the Add Game
+button, then OK
- select
-
Inside the main window:
Settings>General>ADVANCEDLocal Mapping File[x] EnabledMapping File PathChoose where the DRAGON QUEST X OFFLINE DemoMappings.usmapis installed.
Directory>AES> Input the game'sMain Static Key(AES Key), and click OK
+ The pakchunks that were grayed out can now be opened. -
Double-click
pakchunk0-WindowsNoEditor.pakto open archive, from there:- Right-click
Game/Content/NonAssets/ETP(orETP_ko,ETP_zh_hans, etc.) and selectExport Folder's Packages Raw Data (.uasset)
+ Console will log: + Successfully exported `Game/Content/NonAssets/ETP` + (or `ETP_ko`, `ETP_zh_hans`, etc.)
- Right-click
Click that highlighted part to open where it was exported for the following step.
- Install Dragon Quest X Online - Windows (free) Version, if not installed already.
- Open a command prompt and change directories to where dqx_dat_dump was installed, e.g.,
C:\Downloads\dqx-translation-project\dqx_dat_dump\, and enter the following:
>> python -m venv venv
>> .\venv\Scripts\activate
>> (venv) pip install -r requirements.txt- Leave the command prompt open, start and log into Dragon Quest X Online's main menu, then switch back to the command prompt:
>> (venv) cd .\tools\dump_etps\
>> (venv) python .\dump_etps.py -u+ Dumps .ETP's from Dragon Quest X Online to
+ `C:\Downloads\dqx-translation-project\dqx_dat_dump\tools\dump_etps\etps`! If you receive an error:
! Verify that `GAME_DATA_DIR` in `<Working_Directory>\dqx-translation-project\dqx_dat_dump\tools\`globals.py
! matches the install location you chose for Dragon Quest X Online, e.g.,
+ `"C:/Program Files (x86)/SquareEnix/DRAGON QUEST X/Game/Content/Data"`- Leave the command prompt open, copy and paste the contents of the
ETP(orETP_ko,ETP_zh_hans, etc.) folder into the...\dump_etps\etps—overwriting existing files—then switch back to the command prompt.
>> (venv) cd ..\packing
>> (venv) python .\unpack_etp.py -a+ Unpacks .ETP's from `...\dump_etps\etps` to
+ `C:\Downloads\dqx-translation-project\dqx_dat_dump\tools\packing\json\`- Leave the command prompt open, edit the
.jsonfiles inC:\Downloads\dqx-translation-project\dqx_dat_dump\tools\packing\json\en, save them toC:\Downloads\dqx-translation-project\dqx_dat_dump\tools\packing\new_json\en, then switch back to the command prompt:
>> (venv) cd ..\packing
>> (venv) python .\pack_etp.py -a+ Packs .json's from `...\new_json\en` to
+ `C:\Downloads\dqx-translation-project\dqx_dat_dump\tools\packing\new_etps\`- You may close out that command prompt.
- Make a response file (
responsefile.txt), edit to include where your new.etpfiles were created and where in the.pakthey need to go, e.g.:"<NEW_ETPS_LOCATION>" "../../../<LOCATION_IN_PAK>"or
"C:\Downloads\dqx-translation-project\dqx_dat_dump\tools\packing\new_etps\*" "../../../Game/Content/NonAssets/ETP/"
- The double-quotes, space, and `../../../` are required for the `.pak` to be created properly.- Open another command prompt, go to the directory where
UnrealPak.exeis installed, e.g.,"C:\Downloads\UE_4.27\Engine\Binaries\Win64\", then input the following:
UnrealPak.exe "<DRAGON_QUEST_X_OFFLINE_(or_Demo)_Install_Location>\pakchunk0-WindowsNoEditor_{ModName}_{ModVersion}_P.pak" -Create="<responsefile_location>"or
UnrealPak.exe "C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE Demo\Game\Content\Paks\pakchunk30-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.pak" -Create="C:\Downloads\dqx-translation-project\dqx_dat_dump\tools\packing\responsefile.txt"- All of your edited
.etp's from Step 1 will now be loaded ingame, as long as you have the corresponding langauge selected. - Have fun!
Tip
For Nintendo Switch:
- Dragon Quest X Offline from the Nintendo eShop
(Title ID0100E2E0152E4000) - Nadrino's SimpleModManager
For Steam:
-
Unreal Editor from Epic Games' Unreal Engine
(UE4Editor.exe -4.27.2used in this tutorial)
-
Open UE4Editor.exe and create a new project.
-
Select Template Category
Blank Project> Select TemplateBlank> Project SettingsDesktop/Console&No Starter Content. -
Select a location for your project to be stored and its name.
e.g., FolderC:\Downloads\UE_4.27\Projects
NameHolidayfor Nintendo Switch,Gamefor Steam. -
Once your project loads, go to the
Content Browseron the bottom and click theShow or hide the sources panelbutton (left of theFilters▼|Search Content) to ensure you are working in the correct folders.+ Make sure to double-check your spelling and capitalization, to save you from having to troubleshoot later.
-
In the
Content Browser:- Right-click on the
Contentfolder, selectNew Folder, and name itStringTables. - Right-click on the
StringTablesfolder, selectNew Folder, and name itGame. - Right-click on the
Gamefolder, selectNew Folder, and name itSystem_Title.
- Right-click on the
-
In the
Content > StringTables > Game > System > System_Titlefolder:- Right-click,
Miscellaneous > String Tableand rename the new fileSTT_Title_Boukennosho.
- Right-click,
-
Double-click the new
STT_Title_Boukennoshofile:-
Import from CSV, then select theSTT_Title_Boukennosho.uasset.csvto autofill theKey&Source Stringsections.+ You can either edit the Source Strings in that window ! OR + Edit the `.csv` and reimport.
-
-
Repeat
steps 1-3with otherStringTables, as necessary. -
Save, then close out the window.
-
Click the
Contentfolder to be get taken back to the top folder. -
Right-click in the content browser area, select
Miscellaneous > Data Asset > PrimaryAssetLabel, then double-click into it. -
Chunk ID
30
Cook RuleAlways Cook
Label Assets in My Directory [x], save and exit the window.+ `Save All` for good measure.
Edit > Project Settings > Project > Packaging > Packaging, enter the following settings:- Use Pak File [x]
Use Io Store [x]
Generate Chunks [x]
- Use Pak File [x]
-
File > Package Project > Windows (64-bit)! If you get the `Unsupported Platform` pop-up, you can ignore it.
- Click continue, and choose a folder to package your project into.
e.g.,"C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE\Game\Content\Paks\pakchunk30-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.pak"
or"C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE\Game\Content\Paks\pakchunk30-Switch_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.(pak/ucas/utoc)", etc. - Your project will begin packaging, and alert when it's finished.
- Rename the newly created
pakchunk30-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.(pak/ucas/utoc)to
-
For Nintendo Switch:
pakchunk0-Switch_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.(pak/ucas/utoc)" -
For Steam:
pakchunk0-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.(pak/ucas/utoc)"
-
For Steam:
"C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE\Game\Content\Paks\pakchunk0-WindowsNoEditor*<YOUR_MOD_NAME>*<YOUR_MOD_VERSION>_P.(pak|ucas|utoc)"
or similar, if you have a custom steam library location. -
For Nintendo Switch:
mods/Dragon Quest X Offline/<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>/contents/0100E2E0152E4000/romfs/Holiday/Content/Paks/pakchunk0-Switch_P.(pak|ucas|utoc)
- All of your edited
String Tableswill now be loaded ingame. - Have fun!
Tip
-
FModel.exe from 4sval's github repo
- DRAGON QUEST X OFFLINE (or Demo)'s AES Key
- DRAGON QUEST X OFFLINE (or Demo)'s Mappings.usmap
! Check the commit history if it is missing
-
LocRes-Builder-v0.1.2 from matyalatte's github repo
-
UnrealPak.exe (4.27.2 used in this tutorial) from Epic Games' Unreal Engine
-
Download from 4sval's github repo, and extract all files.
-
At the
Directory Selectorwindow:- select
ADD UNDETECTED GAME - Name it anything, e.g. DRAGON QUEST X OFFLINE
- Choose where the game's paks are installed, e.g.:
C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE( Demo)\Game\Content\Paks
- Click the Add Game
+button, then OK
- select
-
Inside the main window:
-
Settings>General>ADVANCEDLocal Mapping File[x] EnabledMapping File PathChoose where the DRAGON QUEST X OFFLINE( Demo)Mappings.usmapis installed.
-
Directory>AES> Input the game'sMain Static Key(AES Key), and click OK+ The pakchunks that were grayed out can now be opened.
-
-
Double-click
pakchunk0-WindowsNoEditor.pakto open archive, from there:-
Right-click
Game/Content/Localization/Gameand- select
Export Folder's Packages Raw Data (.uasset)
+ Console will log: Successfully exported `Game/Content/Localization/Game` + Click that highlighted part to open where it was exported for the following step.
- select
-
-
Download from matyalatte's github repo, and extract all files.
-
Drag and drop
Game.locmetaontoconvert.bat- A command prompt will open and start saving out to:
./out/Game/*json, for example:
./out/Game/locmeta.json ./out/Game/en.json ./out/Game/ja.json ./out/Game/ko.json ./out/Game/zh-Hans.json ./out/Game/zh-Hant.json- Edit the values in the
.jsonfile for your specified language
- A command prompt will open and start saving out to:
-
Drag and drop
locmeta.jsonback onto the sameconvert.batfrom previous step- A command prompt will open and start saving out to:
./out/Game/Game.locmeta ./out/Game/en/Game.locres ./out/Game/ja/Game.locres ./out/Game/ko/Game.locres ./out/Game/zh-Hans/Game.locres ./out/Game/zh-Hant/Game.locres
-
Make a response file (
responsefile.txt), edit to include where your new.locmeta/.locresfiles were created and where in the.pakthey need to go, e.g.:"<LOCMETA/LOCRES_LOCATION>" "../../../<LOCATION_IN_PAK>"- The double-quotes, space, and `../../../` are required for the `.pak` to be created properly."C:\Downloads\LocRes-Builder-v0.1.2\out\Game\Game.locmeta" "../../../Game/Content/Localization/Game/Game.locmeta" "C:\Downloads\LocRes-Builder-v0.1.2\out\Game\en\Game.locres" "../../../Game/Content/Localization/Game/en/Game.locres" "C:\Downloads\LocRes-Builder-v0.1.2\out\Game\ja\Game.locres" "../../../Game/Content/Localization/Game/ja/Game.locres" "C:\Downloads\LocRes-Builder-v0.1.2\out\Game\ko\Game.locres" "../../../Game/Content/Localization/Game/ko/Game.locres" "C:\Downloads\LocRes-Builder-v0.1.2\out\Game\zh-Hans\Game.locres" "../../../Game/Content/Localization/Game/zh-Hans/Game.locres" "C:\Downloads\LocRes-Builder-v0.1.2\out\Game\zh-Hant\Game.locres" "../../../Game/Content/Localization/Game/zh-Hant/Game.locres"
-
Open another command prompt, change to UnrealPak's directory, and input:
UnrealPak <PakFilename> -Create=<ResponseFile> -
For example,
UnrealPak "C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE Demo\Game\Content\Paks\pakchunk0-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.pak" -Create="C:\Downloads\responsefile.txt"- The `_P` is required for the patch `_P.pak` to be work properly.
- All of your edited translations from Step 2 will now be loaded ingame, as long as you have the corresponding langauge selected.
- Have fun!
Tip
- DRAGON QUEST X OFFLINE (or Demo) from Steam
- UE4Editor.exe (4.27.2 used in this tutorial) from Epic Games' Unreal Engine
-
Open UE4Editor.exe and create a new project.
- Select Template Category
Blank Project> Select TemplateBlank> Project SettingsDesktop/Console&No Starter Content- Select a location for your project to be stored and its name, e.g., Folder
C:\Downloads\UE_4.27\Projects, NameGame
- Select a location for your project to be stored and its name, e.g., Folder
- Select Template Category
-
Once your project loads, go to the
Content Browseron the bottom and click theShow or hide the sources panelto ensure you are working in the correct folders.! Make sure to double-check your spelling and capitalization, to save you from having to troubleshoot later. -
Right-click on the
Contentfolder, selectNew Folder, and name itUI. -
Right-click on the
UIfolder, selectNew Folder, and name itFont. - In theContent > UI > Fontfolder, you can drag and drop your preferred.ttffont file into the marked area to begin the font import process. -
A window will pop-up asking if you would
like to create a new Font asset using the imported Font Face as its default font; click yes. -
2 files will appear—if you hover over them, they will display
(Font)&(Font Face)—double-click the(Font)to set up the fonts you want to show up in game. -
The
Default Font Familywill be filled in already because of the yes prompt earlier, but you can change it after importing another(Font Face)with the dropdown menu next to the font's name, if you prefer. -
For the
Fallback Font Family, I would recommend a font for whichever region of the game you are going to be playing on, so that if there is untranslated text, it will fallback to that instead of disappearing from the screen entirely. -
Click
Add Sub-Font Familyand in theCultures:box you can put the ISO-639 language code (ja = Japan, ko = Korean, zh-Hans = Simplified Chinese, etc.) of the region(s) you will be playing. Multiple regions can be joined by using semicolons (;, e.g.,ko; zh-Hans; zh-Hant).+ Later on—once you are playing the game—if the font looks too small: + you can increase its size by using the `Scaling Factor:` number, + and repackaging everything again, like in the following steps.
-
Exit the
Composite Fonteditor window, right-click, and rename your(Font)toIW4D3_Font. -
Double-click your
(Font Face), and the change its settings:- Hinting
None, Loading PolicyInline, Show Advanced > Layout MethodBounding Box. Repeat the same step for each imported(Font Face). - Exit the
Font Detailswindow, thenSave All.
- Hinting
-
Click the
Contentfolder to be get taken back to the top folder.- Right-click in the content browser area, select
Miscellaneous > Data Asset > PrimaryAssetLabel, then double-click into it.- Chunk ID
30, Cook RuleAlways Cook, Label Assets in My Directory [x], save and exit the window.
- Chunk ID
- Right-click in the content browser area, select
-
Edit > Project Settings > Project > Packaging > Packaging, enter the following settings:- Use Pak File [x], Use Io Store [x], Generate Chunks [x]
-
Exit to
Content Browserwindow, then right-click yourContentfolder, selectShow in Explorerto open up the file explorer.-
Go up 1 level to your
<PROJECT_NAME>folder, enterConfig, and make a new text document namedDefaultPakFileRules.ini.- Inside of it, enter the following:
[bExcludeFromPaks_Engine] bExcludeFromPaks=true bOverrideChunkManifest=true +Files=".../Engine/..." +Files="...Game.uproject" +Files="...Game/*" +Files="...Game/Config/..." +Files="...Game/Content/Shader*" +Files="...Game/Platforms/..." +Files=".../*.upluginmanifest"
- With this, the packaged project will be slimmed down to only the imported fonts.
-
-
Go back to the
Content Browserwindow, then clickFile > Package Project > Windows (64-bit)! If you get the `Unsupported Platform` pop-up, you can ignore it.Click continue, and choose a folder to package your project into, e.g.,
"C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE Demo\Game\Content\Paks\pakchunk30-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.pak" -
Your project will begin packaging, and alert when it's finished.
-
Rename the newly created
pakchunk30-WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.(pak/ucas/utoc)to"C:\Program Files (x86)\Steam\steamapps\common\DRAGON QUEST X OFFLINE Demo\Game\Content\Paks\pakchunk0`- WindowsNoEditor_<YOUR_MOD_NAME>_<YOUR_MOD_VERSION>_P.(pak/ucas/utoc)"`
- All of your edited fonts from Step 1 will now be loaded ingame, as long as you have the corresponding langauge selected.
- Have fun!
Tip
- A font of your choice
- Following the
Replace Fonts via UE4Editortutorial, if your fonts don't look correct ingame (too wide/narrow, line gaps cutting off text, etc.): - Go to GlypherStudio, and edit it to your liking, e.g.:
Landing page>Load> drag-and-drop your font file, then wait for it to import into the editor.-
Text too wide/narrow:
Page Overview>Page Global Actions>Move and resizeHorizontally scale all glyphs>Scale Value> choose a value (narrower < 1 > wider) >Scale All Glyphs
-
Line Gaps cutting off/smashing into other text:
-
Page Settings>Font>Font Metrics>Other Metrics>Line Gap:- choose a value (smaller gaps < current > bigger gaps)
! You may have to increase by a `50 Em` at a time, to see any noticeable changes.
-
-
Finished editing:
File>Export OTF File
+ With that, your edited font is ready to be put back into UE4Editor
-
- Follow the steps outlined in the above tutorial, to test out your new font.
- Have fun!
Tip
github.com/{YourUsername}/{YourRepo}>Settings>Actions>Runners>New Self-Hosted Runner- select
Linux, then follow the instructions listed below the buttons.- See GitHub's Documentation3 for more details.
-
Open a Linux bash under your new created
SHRuser's root directory (cd ~), for the following steps: -
git clone --depth 1 -b 4.27.2-release --single-branch https://github.com/EpicGames/UnrealEngine.git- clones just the latest commit of UnrealEngine 4.27.2
- or download
Source Code(ziportar.gz) andCommit.gitdeps.xmlfrom EpicGames' GitHub repo
- or download
- clones just the latest commit of UnrealEngine 4.27.2
-
cd ./UnrealEngine4-
Replace "
./UnrealEngine/Engine/Build/Commit.gitdeps.xml"5.- fixes
Failed to download '...dependencies...'error in next step
- fixes
-
sudo chmod +x:./Engine/Build/BatchFiles/Linux/GitDependencies.sh./Engine/Binaries/ThirdParty/Mono/Linux/bin/mono./Engine/Build/BatchFiles/Linux/Setup.sh./Engine/Build/BatchFiles/Linux/SetupToolchain.sh- Fixes
permission deniederrors.
- Fixes
-
sudo apt-get install xdg-utils- fixes
/bin/bash: xdg-mime: No such file or directoryerror.
- fixes
-
Exclude settings to save space
./setup.sh \ -exclude=Android \ -exclude=Dingo \ -exclude=Documentation \ -exclude=HTML5 \ -exclude=IOS \ -exclude=Mac \ -exclude=MacOS \ -exclude=MacOSX \ -exclude=osx \ -exclude=osx32 \ -exclude=osx64 \ -exclude=PS4 \ -exclude=Samples \ -exclude=Switch \ -exclude=Templates \ -exclude=TVOS \ -exclude=Win32 \ -exclude=Win64 \ -exclude=Windows \ -exclude=WinRT \ -exclude=XboxOne
- `DotNET` is required for `./GenerateProjectFiles.sh` step, **DO NOT ADD** `-exclude=DotNET` + Excludes unnecessary builds aka less space taken up. + - 4.26.1-release directory size + - Before `.setup.sh -exclude=...` + - ~1.78 GB + - After, + - ~19.8 GB + - After successful run, `./Engine/Binaries/Linux/*` will be created
./GenerateProjectFiles.sh- generates makefiles and CMakelists.txt
make UnrealPak- makes
Unrealpakand its dependencies in ~80-210s
- makes
-
Footnotes
-
This tutorial roughly follows the Linux Native compilation guide from
github.com/EpicGames/UnrealEngine↩ -
Correct Commit.gitdeps.xml to prevent
(403) Forbiddenerrors duringupdating dependenciesstep ↩