-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you use this? #7
Comments
|
I found one of my files, so i post it here: https://gist.github.com/averrin/226339e05f03a1a3682c4af376cceb56 I hope it can helps you/ |
Thank you. I will ask the other user for help, if he is willing to provide it. EDIT: Well I didn't really find a way to contact the other user. I guess my next step would have to be to try and write a map generator on my own, even though procgen isn't really my strength. Thank you anyways. I appreciate it. |
I added regionsManager.cs but i think its not very useful. Basic map generator is not very complicated task, but features like roads, weather and other "advanced improvements" not so easy. If you want focus on your game not on map gen, you should use 3rd party. |
Hello,
I am very interested in using your library.
But i have a couple of issues:
I have a code like this:
But I get three errors: Dll not found exception, two instance of same dll and wrong architecture. Now I managed to fix the last two errors but not the dll not found exception. Would you be able to post the project from the example video you posted?
The text was updated successfully, but these errors were encountered: