forked from UE4SS-RE/RE-UE4SS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add new example, add warning to notifyonnewobject, update configs
fix: apparently github lies about allowing multiple PR templates Revert deleting a bunch of configs as I got mixed up with sigs use generic example in notifyonnewobject
- Loading branch information
1 parent
40fd010
commit 953c8f1
Showing
11 changed files
with
55 additions
and
96 deletions.
There are no files selected for viewing
File renamed without changes.
12 changes: 0 additions & 12 deletions
12
assets/CustomGameConfigs/DeadIsland2/UE4SS_Signatures/GUObjectArray.lua
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
These settings are for games that have altered the engine in ways that make UE4SS not work out of the box. | ||
The folder structure in each game folder is the same as the regular UE4SS structure, meaning that files in the root directory go in the UE4SS root directory. | ||
|
||
IMPORTANT: Some of these files may be out of date as the games/UE4ss updates. If you find that a game's custom game config is out of date, please open an issue on the UE4SS-RE/RE-UE4SS repository. Make sure that you first test if the game works without the custom game config, as it may have been fixed in the latest version of UE4SS. |
12 changes: 0 additions & 12 deletions
12
assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/FName_Constructor.lua
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/FName_ToString.lua
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/GMalloc.lua
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/GUObjectArray.lua
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
assets/CustomGameConfigs/cyubeVR/UE4SS_Signatures/StaticConstructObject.lua
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,26 @@ | ||
# Custom Game Configs | ||
|
||
These settings are for games that have altered the engine in ways that make UE4SS not work out of the box. | ||
|
||
The folder structure in each game folder is the same as the regular UE4SS structure, meaning that files in the root directory goes in the UE4SS root directory. | ||
|
||
[cyubeVR](https://github.com/UE4SS-RE/RE-UE4SS/files/9932937/cyubeVR.zip) | ||
|
||
|
||
[Kingdom Hearts 3](https://github.com/UE4SS-RE/RE-UE4SS/files/9932938/Kingdom.Hearts.3.zip) | ||
|
||
|
||
[Satisfactory](https://github.com/UE4SS-RE/RE-UE4SS/files/9932939/Satisfactory.zip) | ||
|
||
> IMPORTANT: Some of these files may be out of date as the games/UE4SS updates. If you find that a game's custom game config is out of date, please open an issue on the UE4SS-RE/RE-UE4SS repository. Make sure that you first test if the game works without the custom game config, as it may have been fixed in the latest version of UE4SS. | ||
[The Outer Worlds](https://github.com/UE4SS-RE/RE-UE4SS/files/9932940/The.Outer.Worlds.zip) | ||
|
||
[Returnal](https://github.com/UE4SS-RE/RE-UE4SS/tree/Release/CustomGameConfigs/Returnal/) | ||
|
||
|
||
[Borderlands 3](https://github.com/UE4SS-RE/RE-UE4SS/files/9932941/Borderlands.3.zip) | ||
|
||
|
||
[Final Fantasy 7 Remake](https://github.com/UE4SS-RE/RE-UE4SS/files/10053322/Final.Fantasy.7.Remake.zip) | ||
|
||
|
||
[Walking Dead Saints & Sinners](https://github.com/UE4SS-RE/RE-UE4SS/files/9932942/Walking.Dead.Saints.Sinners.zip) | ||
These settings are for games that have altered the engine in ways that make UE4SS not work out of the box. | ||
|
||
You need to download the files from each folder for your game and place them in the same folder in your UE4SS installation. For example, downloading the configs for Kingdom Hearts 3 should result in your files being in the following structure: | ||
|
||
[Fuser](https://github.com/UE4SS-RE/RE-UE4SS/tree/Release/CustomGameConfigs/Fuser) | ||
``` | ||
Binaries/Win64/ | ||
├── CustomGameConfigs/ | ||
│ └── Kingdom Hearts 3/ | ||
│ ├── UE4SS_Signatures/ | ||
│ │ ├── FName_Constructor.lua | ||
│ │ ├── FName_ToString.lua | ||
│ │ ├── StaticConstructObject.lua | ||
│ ├── MemberVariableLayout.ini | ||
│ ├── UE4SS-settings.ini | ||
│ ├── VTableLayout.ini | ||
``` | ||
|
||
[Ghost Wire Tokyo](https://github.com/UE4SS-RE/RE-UE4SS/tree/Release/CustomGameConfigs/Ghost%20Wire%20Tokyo) | ||
... but obviously the file structure will change depending on the game's configs. | ||
|
||
[Like a Dragon Ishin!](https://github.com/UE4SS-RE/RE-UE4SS/tree/Release/CustomGameConfigs/Like%20a%20Dragon%20Ishin!) | ||
If you download the zDEV version, all these files are already included in the zip file. | ||
|
||
[Star Wars Jedi Fallen Order](https://github.com/UE4SS-RE/RE-UE4SS/tree/Release/CustomGameConfigs/Star%20Wars%20Jedi%20Fallen%20Order) | ||
[You can find them here](https://github.com/UE4SS-RE/RE-UE4SS/tree/main/assets/CustomGameConfigs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters