I have a problem and have decided, public opinion might help.
I currently have a project I am working on. It is a working version of the board game battleship, on a ship.
However I have run in to a big problem. I have all the logic worked out on paper and about 60-75% of it made, but loading it is ridiculous. It can take from 10-20 minuets atleast to load the current logic.
In explanation, every time a server is started or a ship spawned, all the logic has to be loaded. The ship and all its physical components will be there, however the logic system will not work until it is loaded in. This heavy load causes two problems. 1. Loading this ship would take a long time(most people would get bored and delete it). 2. I have not tested (I only play in single player), but loading it in and using it could cause major server problems.
I need help deciding if I should finish this project and release it, or just wait for a possible update that would speed up the logic loading time.
This is the logic now.
Thanks for your assistance!
I currently have a project I am working on. It is a working version of the board game battleship, on a ship.
However I have run in to a big problem. I have all the logic worked out on paper and about 60-75% of it made, but loading it is ridiculous. It can take from 10-20 minuets atleast to load the current logic.
In explanation, every time a server is started or a ship spawned, all the logic has to be loaded. The ship and all its physical components will be there, however the logic system will not work until it is loaded in. This heavy load causes two problems. 1. Loading this ship would take a long time(most people would get bored and delete it). 2. I have not tested (I only play in single player), but loading it in and using it could cause major server problems.
I need help deciding if I should finish this project and release it, or just wait for a possible update that would speed up the logic loading time.
This is the logic now.
Thanks for your assistance!