Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Uploaded new Engine Build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucho1 committed Mar 24, 2020
1 parent cdc9659 commit c0adbfe
Show file tree
Hide file tree
Showing 57 changed files with 513 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/New script 1.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
local Functions = Debug.Scripting()

function GetTableGeraltScript()
local lua_table = {}
lua_table.Functions = Debug.Scripting()

--Main Code
function lua_table:Awake()
lua_table.Functions:LOG("This Log was called from LUA testing a table on AWAKE")
end

function lua_table:Start()
lua_table.Functions:LOG("This Log was called from LUA testing a table on START")
end

function lua_table:Update()

dt = lua_table.Functions:dt()
lua_table.Functions:SetCurrentAnimationSpeed(100)

end

return lua_table
end
23 changes: 23 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/NewScript2.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

function GetTableNewScript2()
local lua_table = {}

lua_table["Functions"] = Scripting.Debug ()
lua_table["Syst"] = Scripting.Systems ()

--Main Code
function lua_table:Awake()
lua_table["Functions"]:LOG("This Log was called from LUA testing a table on AWAKE")
end

function lua_table:Start()
lua_table["Functions"]:LOG("This Log was called from LUA testing a table on START")
end

function lua_table:Update()
lua_table["Functions"]:LOG("This Log was called from LUA testing a table on UPDATE")
lua_table["Syst"]:SetTextAndNuminTextComp("Espanita: x", 1.5)
end

return lua_table
end
Binary file not shown.
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/Assets/Sounds/Init.bnk
Binary file not shown.
15 changes: 15 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/Init.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Audio Bus ID Name Wwise Object Path Notes
3803692087 Master Audio Bus \Default Work Unit\Master Audio Bus

Auxiliary Bus ID Name Wwise Object Path Notes
348963605 reverb \Default Work Unit\Master Audio Bus\reverb
747835640 eco \Default Work Unit\Master Audio Bus\eco

Effect plug-ins ID Name Type Notes
602546716 Room_Large Wwise RoomVerb
1588715066 Echoes_Linear Wwise Delay

Audio Devices ID Name Type Notes
2317455096 No_Output No Output
3859886410 System System

Binary file added Builds/BrokenEngine_v0.3.0/Assets/Sounds/Main.bnk
Binary file not shown.
8 changes: 8 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/Main.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Event ID Name Wwise Object Path Notes
136547680 Geralt_Run \Default Work Unit\Geralt_Run
3764996949 Geralt_Attack \Default Work Unit\Geralt_Attack

In Memory Audio ID Name Audio source file Wwise Object Path Notes Data Size
111138450 Geralt_Run C:\Users\Jacobo_G\Desktop\wwiseProject\.cache\Windows\SFX\Geralt_Run_10C4C929.wem \Actor-Mixer Hierarchy\Default Work Unit\Geralt_Run 4091968
630682896 Geralt_Attack2 C:\Users\Jacobo_G\Desktop\wwiseProject\.cache\Windows\SFX\Geralt_Attack2_10C4C929.wem \Actor-Mixer Hierarchy\Default Work Unit\Geralt_Attack2 110656

29 changes: 29 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/PluginInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"PluginInfo": {
"Project": "Music",
"Platform": "Windows",
"BasePlatform": "Windows",
"Plugins": {
"Plugin": {
"Name": "Wwise Delay",
"ID": "6946819",
"DLL": "AkDelay"
},
"Plugin": {
"Name": "Wwise RoomVerb",
"ID": "7733251",
"DLL": "AkRoomVerb"
},
"Plugin": {
"Name": "System",
"ID": "11403271",
"DLL": "DefaultSink"
},
"Plugin": {
"Name": "No Output",
"ID": "11862023",
"DLL": "DefaultSink"
}
}
}
}
9 changes: 9 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/PluginInfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<PluginInfo Project="Music" Platform="Windows" BasePlatform="Windows">
<Plugins>
<Plugin Name="Wwise Delay" ID="6946819" DLL="AkDelay"/>
<Plugin Name="Wwise RoomVerb" ID="7733251" DLL="AkRoomVerb"/>
<Plugin Name="System" ID="11403271" DLL="DefaultSink"/>
<Plugin Name="No Output" ID="11862023" DLL="DefaultSink"/>
</Plugins>
</PluginInfo>
60 changes: 60 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/SoundbanksInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"SoundBanksInfo": {
"Platform": "Windows",
"BasePlatform": "Windows",
"SchemaVersion": "11",
"SoundbankVersion": "134",
"RootPaths": {
"ProjectRoot": "C:\\Users\\Jacobo_G\\Desktop\\wwiseProject\\",
"SourceFilesRoot": "C:\\Users\\Jacobo_G\\Desktop\\wwiseProject\\.cache\\Windows\\",
"SoundBanksRoot": "C:\\Users\\Jacobo_G\\Documents\\GitHub\\Broken-Engine\\Broken Engine\\Game\\Assets\\Sounds\\",
"ExternalSourcesInputFile": "",
"ExternalSourcesOutputRoot": "C:\\Users\\Jacobo_G\\Desktop\\wwiseProject\\GeneratedSoundBanks\\Windows"
},
"DialogueEvents": [],
"StreamedFiles": [],
"MediaFilesNotInAnyBank": [],
"SoundBanks": [
{
"Id": "1355168291",
"Language": "SFX",
"ObjectPath": "Init",
"ShortName": "Init",
"Path": "Init.bnk"
},
{
"Id": "3161908922",
"Language": "SFX",
"ObjectPath": "\\SoundBanks\\Default Work Unit\\Main",
"ShortName": "Main",
"Path": "Main.bnk",
"IncludedEvents": [
{
"Id": "3764996949",
"Name": "Geralt_Attack",
"ObjectPath": "\\Events\\Default Work Unit\\Geralt_Attack"
},
{
"Id": "136547680",
"Name": "Geralt_Run",
"ObjectPath": "\\Events\\Default Work Unit\\Geralt_Run"
}
],
"IncludedMemoryFiles": [
{
"Id": "111138450",
"Language": "SFX",
"ShortName": "Geralt_Run.wav",
"Path": "SFX\\Geralt_Run_10C4C929.wem"
},
{
"Id": "630682896",
"Language": "SFX",
"ShortName": "Geralt_Attack2.wav",
"Path": "SFX\\Geralt_Attack2_10C4C929.wem"
}
]
}
]
}
}
39 changes: 39 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/SoundbanksInfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<SoundBanksInfo Platform="Windows" BasePlatform="Windows" SchemaVersion="11" SoundbankVersion="134">
<RootPaths>
<ProjectRoot>C:\Users\Jacobo_G\Desktop\wwiseProject\</ProjectRoot>
<SourceFilesRoot>C:\Users\Jacobo_G\Desktop\wwiseProject\.cache\Windows\</SourceFilesRoot>
<SoundBanksRoot>C:\Users\Jacobo_G\Documents\GitHub\Broken-Engine\Broken Engine\Game\Assets\Sounds\</SoundBanksRoot>
<ExternalSourcesInputFile></ExternalSourcesInputFile>
<ExternalSourcesOutputRoot>C:\Users\Jacobo_G\Desktop\wwiseProject\GeneratedSoundBanks\Windows</ExternalSourcesOutputRoot>
</RootPaths>
<DialogueEvents/>
<StreamedFiles/>
<MediaFilesNotInAnyBank/>
<SoundBanks>
<SoundBank Id="1355168291" Language="SFX">
<ObjectPath>Init</ObjectPath>
<ShortName>Init</ShortName>
<Path>Init.bnk</Path>
</SoundBank>
<SoundBank Id="3161908922" Language="SFX">
<ObjectPath>\SoundBanks\Default Work Unit\Main</ObjectPath>
<ShortName>Main</ShortName>
<Path>Main.bnk</Path>
<IncludedEvents>
<Event Id="3764996949" Name="Geralt_Attack" ObjectPath="\Events\Default Work Unit\Geralt_Attack"/>
<Event Id="136547680" Name="Geralt_Run" ObjectPath="\Events\Default Work Unit\Geralt_Run"/>
</IncludedEvents>
<IncludedMemoryFiles>
<File Id="111138450" Language="SFX">
<ShortName>Geralt_Run.wav</ShortName>
<Path>SFX\Geralt_Run_10C4C929.wem</Path>
</File>
<File Id="630682896" Language="SFX">
<ShortName>Geralt_Attack2.wav</ShortName>
<Path>SFX\Geralt_Attack2_10C4C929.wem</Path>
</File>
</IncludedMemoryFiles>
</SoundBank>
</SoundBanks>
</SoundBanksInfo>
45 changes: 45 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Assets/Sounds/Wwise_IDs.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Audiokinetic Wwise generated include file. Do not edit.
//
/////////////////////////////////////////////////////////////////////////////////////////////////////

#ifndef __WWISE_IDS_H__
#define __WWISE_IDS_H__

#include "../../../Source/Wwise/AK/SoundEngine/Common/AkTypes.h"

namespace AK
{
namespace EVENTS
{
static const AkUniqueID GERALT_ATTACK = 3764996949U;
static const AkUniqueID GERALT_RUN = 136547680U;
} // namespace EVENTS

namespace BANKS
{
static const AkUniqueID INIT = 1355168291U;
static const AkUniqueID MAIN = 3161908922U;
} // namespace BANKS

namespace BUSSES
{
static const AkUniqueID MASTER_AUDIO_BUS = 3803692087U;
} // namespace BUSSES

namespace AUX_BUSSES
{
static const AkUniqueID ECO = 747835640U;
static const AkUniqueID REVERB = 348963605U;
} // namespace AUX_BUSSES

namespace AUDIO_DEVICES
{
static const AkUniqueID NO_OUTPUT = 2317455096U;
static const AkUniqueID SYSTEM = 3859886410U;
} // namespace AUDIO_DEVICES

}// namespace AK

#endif // __WWISE_IDS_H__
Binary file added Builds/BrokenEngine_v0.3.0/BEG.exe
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/Broken Engine.exe
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/BrokenCore.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/BrokenCore_DEBUG.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/DevIL.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/ILU.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/ILUT.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PhysX3CHECKED_x86.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PhysX3DEBUG_x86.dll
Binary file not shown.
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PhysX3GpuDEBUG_x86.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PhysX3Gpu_x86.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PhysXDevice.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PxPvdSDKDEBUG_x86.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/PxPvdSDK_x86.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/SDL2.dll
Binary file not shown.
28 changes: 28 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Settings/EditorConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"Application": {
"Organization": "CITM - UPC",
"Title": "Broken Engine"
},
"EditorUI": {
"About": false,
"Build": false,
"Console": true,
"Hierarchy": true,
"Inspector": true,
"Physics": true,
"Project": true,
"Resources": true,
"Scene": true,
"Settings": false,
"ShaderEditor": false,
"Toolbar": true
},
"Window": {
"borderless": false,
"fullscreen": false,
"fullscreenDesktop": false,
"height": 810,
"resizable": true,
"width": 1440
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
19 changes: 19 additions & 0 deletions Builds/BrokenEngine_v0.3.0/Settings/GameConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Application": {
"Organization": "CITM - UPC",
"Title": "Broken Game"
},
"GUI": null,
"Input": null,
"Renderer3D": {
"VSync": true
},
"Window": {
"borderless": false,
"fullscreen": false,
"fullscreenDesktop": false,
"height": 720,
"resizable": true,
"width": 1024
}
}
Binary file added Builds/BrokenEngine_v0.3.0/assimp.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/freetype.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/glew32.dll
Binary file not shown.
Binary file added Builds/BrokenEngine_v0.3.0/glut32.dll
Binary file not shown.
Loading

0 comments on commit c0adbfe

Please sign in to comment.