Is there any way to remove the UI for scoring and the time limit for UT game preset? I have looked from the UDKgame/localization/int folder and files but I cant seem to find the things that define the actual time limit, I just found the things that show the UI for the time limit and score.
or would anyone be willing to share a way to create a adventure style UI with compatibility for 3rd person view etc.?
Replies
https://forums.epicgames.com/threads/880699-Kismet-UI-solution
For time limit it is stored in UTGameSettingsCommon / UTGameSettingsCTF / UTGameSettingsDM / UTGameSettingsPersonal / UTGameSettingsTDM / UTGameSettingsVCTF
Time limit is found in the Default settings, something like this:
They are found in this location: \UDK\UDK-Year-Month\Development\Src\UTGame\Classes
Once you edit the file just recomiple your scripts and it should work :thumbup: