Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse James Isler 8d82bc53e4 Updated... a lot 2021-12-21 13:17:32 +01:00
Jesse James Isler ec5987f58f Reworked the Dungeon Generator
Basically I centralized the Dungeon Spawner
2021-12-02 08:59:11 +01:00
193 changed files with 431 additions and 167 deletions

View File

@ -1,8 +1,9 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Engine/Maps/Templates/Template_Default.Template_Default
EditorStartupMap=/Game/MainLevels/TheLibrary.TheLibrary
GameDefaultMap=/Game/MainLevels/Mainmenu.Mainmenu
EditorStartupMap=/Game/MainLevels/MainLevel.MainLevel
GameInstanceClass=/Game/blueprints/Global/BP_MainInstance.BP_MainInstance_C
[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop

View File

@ -8,5 +8,7 @@ DoorSize=(X=40.000000,Y=200.000000,Z=400.000000)
RoomUnit=(X=1000.000000,Y=1000.000000,Z=400.000000)
CanLoop=True
OcclusionCulling=False
OnScreenPrintDebug=True
OnScreenPrintDebug=False
DrawDebug=True
DoorOffset=0.025000

View File

@ -2,7 +2,7 @@
"source": "UE",
"applications": [
{
"app_key": "application.generated.ue.bookworm-17735300.ue4editor.exe",
"app_key": "application.generated.ue.bookworm-18319896.ue4editor.exe",
"launch_type": "url",
"url": "steam://launch/",
"action_manifest_path": "P:/UnrealProjects/BookWorm/Config/SteamVRBindings/steamvr_manifest.json",
@ -10,7 +10,7 @@
{
"en_us":
{
"name": "BookWorm-17735300 [UE Editor]"
"name": "BookWorm-18319896 [UE Editor]"
}
}
}

BIN
Content/InteractionCurves/LeavingLevel.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/D_ShopRoom.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/BP_Room1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/BP_Room1_C.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/DevLands/Corners/D_Room_Corner_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Corners/DevLands_Corner_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/D_Room1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/D_Room_Exit.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/D_Room_Item.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/D_Room_Spawn.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/D_Room_X_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Default__BP_Room1_C.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Default__RoomBlueprint_C.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/D_Room_I_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/D_Room_straight_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/D_Stair_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/DevLands_Straight_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/Room_I_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/Room_I_1_C.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/Room_Stair_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/I_Rooms/Room_Stair_1_C.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/RoomBlueprint.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/RoomBlueprint_C.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/DevLands/SingleRooms/DevLands_Item.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/SingleRooms/DevLands_Start.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/SingleRooms/Devlands_Exit.umap (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/D_Room_I_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/D_Room_Stair_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/D_Room_Stair_2.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/D_Room_Stair_3.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/DevLands_Stair_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/DevLands_Stair_2.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/DevLands_Stair_3.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/Stairways/Room_Stair_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/T_Rooms/D_DevLands_T_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/T_Rooms/D_Room_T_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/T_Rooms/DevLands_T_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/D_DevLands_X_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/D_DevLands_X_2.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/D_Room_Spawn.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/D_Room_X_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/D_Room_X_2.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/DevLands_X_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/DevLands/X_Rooms/DevLands_X_2.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/MainLevel.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/MainLevel_BuiltData.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/Modeling.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/ShopRoom.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/TheLibrary.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_1.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_3.umap (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More