Open Xinoviea opened 10 months ago
update 0.1 : I ran godot.windows.opt.tools.32.3.3.3.exe
and godot.windows.opt.32.3.3.3.exe
. both result in launching the game, not the project, nor the godot editor.
update 0.2 : when trying to playtest the game that was launched using either of the godot.windows.opt
I listed before, both result in a broken menu that won't do anything, it won't work at all.
update 0.3 : I opened all 'tscn" and in total, 4 of them resulted in a unexpected end of file
Folder/player_client
player_client.tscn
Folder/world
voxelviewer.tscn
Folder/main
main.tscn
Folder/start
start.tscn
Oh I forgot to mention, he needs to use the module of Godot Voxel, he needs to compile it himself, but I forget which version https://github.com/Zylann/godot_voxel
hey! I ended up compiling it myself awhile ago and started the project, but the project itself doesn't do much currently, it won't go past the menu, it gives a ton of errors and I'm not sure why! I don't remember the errors and I lost my compiled verison of voxel. it seems like you have to do a lot of work to get this project to start sadly
When I load the project into godot, it says
unexpected end of file "start.tscn"
when I ignore it, and hit start, in Stream.gd on line 1, where it says "extends VoxelStreamRegionFiles", in gives an error saying Unknown class. how can I fix this? and why is it doing this?