Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Impossible to launch a network game when adding a new heightmap data to heightmap node #19

Closed
Mikerhinos opened this issue Dec 29, 2017 · 6 comments

Comments

@Mikerhinos
Copy link

I have a test scene with network managing (based on some demos code because I'm trying to learn :)), scene loading is working fine using a MeshInstance of an .obj , but if I replace it with a heightmap node, it won't load anymore if I add a new heightmap data to it, with this error :

drivers/unix/stream_peer_tcp_posix.cpp:275 - Server disconnected!

@Zylann
Copy link
Owner

Zylann commented Dec 29, 2017

Do you have an example project? I don't understand what exactly happens here

@Mikerhinos
Copy link
Author

Sorry my english is pretty bad sometimes lol.
I just pushed to https://bitbucket.org/MikerhinosFR/unnamedgame/src I know there must be a lot of bad things that I should not do but I'm learning :)

@Zylann
Copy link
Owner

Zylann commented Dec 29, 2017

I don't have access to this, looks like it's a private repo

@Mikerhinos
Copy link
Author

Damn sorry lol, new to Bitbucket too :D

@Zylann
Copy link
Owner

Zylann commented Dec 29, 2017

Looks like it's another occurence of this: #6
Always save HeightMapData as a .heightmap resource, any other saving system won't work.

@Mikerhinos
Copy link
Author

You're right, saving the heightmap data as a .heightmap file did the trick, thanks ! :)

@Zylann Zylann closed this as completed Dec 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants