NorbiPeti
712ece86db
Add custom block registration functionality and a test
3 years ago
NorbiPeti
a7f6a16231
Update to Gamecraft 2020.12.16.14.19 and custom block stuff
- Fixed the crash on second time start
- Tweaked more stuff about the block
Breaking changes coming from FMOD 2.0:
- Audio[int index] changed to Audio[PARAMETER_ID index]
- Audio.Parameters removed
3 years ago
NorbiPeti
4e16f251ee
Don't use the intended method to create a CubeListData
It adds it with its ID as key but the ID hasn't been set at that point
It works until the second simulation start now
3 years ago
NorbiPeti
78f0ea0162
Use the intended method to create a CubeListData
The block can be selected but not placed
3 years ago
NorbiPeti
5dfb01ef0b
Use the console block's material again - IT WORKS
It shows up in the inventory but crashes when selected
3 years ago
NorbiPeti
432d6bcf96
Use the same (physics) componentts and attempt to use custom material
3 years ago
NorbiPeti
56a64daa18
Merge branch 'master' into customblocks
# Conflicts:
# GamecraftModdingAPI/Tests/GamecraftModdingAPIPluginTest.cs
3 years ago
NorbiPeti
b0b496f22f
Fix ConcurrentModificationException and some attempts
4 years ago
NorbiPeti
c06ed340a2
Using the console block's material
Progressed a lot
4 years ago
NorbiPeti
f295f712b6
Merge branch 'master' into customblocks
# Conflicts:
# GamecraftModdingAPI/Tests/GamecraftModdingAPIPluginTest.cs
4 years ago
NorbiPeti
9b1e2548d1
Attempts to create custom block types
It can load certain assets (a Cube from a sample) but fails because of missing shaders
My own Cube doesn't even get that far
4 years ago