Unreal Engine
Paths
Windows
https://nerivec.github.io/old-ue4-wiki/pages/packaged-game-paths-obtain-directories-based-on-executable-location.html
Shipping:
c:\Users\%USERNAME%\AppData\Local\<Project Name>\Saved\
Mac
Project UFO developer magic
AI vagy coop editorban indítva:
GameType változó a Blueprints/Base/BPCoGameInstance-n belül (Singleplayer az AI-os, LocalCoop a sima)
Console Commands
1. General
Command
Csaba Molnar changed 4 years agoView mode Like Bookmark
Translation Guide
[TOC]
Read the full back story and mood of the game
You can find all the dialogues here, to get the context if you ever need it
You can use Twine to see the graph structure and to walk through the dialogues. You can download the dialogues for twine from here.
Here you can find a picture and brief description of every character
The vast majority of the text is not in page/document form, most of it is extracted from the game and exported in a file format called .po file which is a portable object file, which is text-based.
You can use a GUI tool like this poedit to edit these kind of files.
Csaba Molnar changed 5 years agoView mode Like Bookmark
Console Commands
(back tick) ` - Open the developer console
To enable cheats type spline scroller in the console and press enter.
(Ignore the warning saying that it is not recognized.)
To have suggestions for the cheats you will have to reload/switch level. (Type spline scroller in the menu before you load a level).
Lighting scenarios:
Menu
Csaba Molnar changed 5 years agoView mode Like Bookmark