Skip to content
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 i make my own rooms? #28

Open
TheCrazyInsanity opened this issue Jul 10, 2020 · 8 comments
Open

How do i make my own rooms? #28

TheCrazyInsanity opened this issue Jul 10, 2020 · 8 comments

Comments

@TheCrazyInsanity
Copy link

This is an "engine"and i want to make a simple room in this "engine". How would i do that?

@somerandompiggo
Copy link

You can't. It doesn't have an editor, if thats what you mean.

@ehx-v1
Copy link

ehx-v1 commented Jul 16, 2020

Look at how the example rooms are programmed to understand which method does what, then apply these principles to what you want to create. That's the best approach I can think of.

@IPlayMinecraftYT
Copy link

but then how do i recompile it with g++?

@gregsskyles
Copy link

Something like this might help: https://github.com/ikonst/make-it-so

@gregsskyles
Copy link

That particular project is probably too old for this purpose, but you can google for similar tools.

@IPlayMinecraftYT
Copy link

it says its for linux, but im on windows 10, would it still work?

@ghost
Copy link

ghost commented Jul 27, 2020

you'd have to install wsl and most likely an x server, but yea, you could probably get it working, @IPlayMinecraftYT
EDIT:typed this before i saw the page, and it can only be run on windows- read the whole page

@Axol3
Copy link

Axol3 commented Aug 26, 2020

I've managed to do it. You need to create a new level file (cpp and header) and create a new file for the meshes you want to add. This isn't efficient so I'm gonna find a way to add meshes with out the need for a individual file. it reads mesh data from 'Mesh.cpp' and only supports .obj
You can add support for more file types like dae but it will take some work since the file is kinda hardcoded for .obj only. Hope this sorta helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants