New to OrgreEditor

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
farnandez
Gnoblar
Posts: 3
Joined: Tue Feb 22, 2022 11:53 am
Location: https://gbapps.net/gbwhatsapp-apk-dl/

New to OrgreEditor

Post by farnandez »

I have been searching around for a good world making/editor program and i found PyroEditor, but is a shame that i haven't learn any Turkish in school. But when I continue reading the post, jacmoe said that he going to me make a similar to PyroEditor named OgreEdtior. So my question to you is, hows going with that program because i would love to try it out.

Another thing, if anyone can tell me a good alternative to making maps for Ogre that would be appreciated as well.

User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 495
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 179

Re: New to OrgreEditor

Post by sercero »

I have been searching around for a good world making/editor program and i found PyroEditor, but is a shame that i haven't learn any Turkish in school. But when I continue reading the post, jacmoe said that he going to me make a similar to PyroEditor named OgreEdtior. So my question to you is, hows going with that program because i would love to try it out.

Perhaps you are referring to: https://github.com/OGRECave/ogitor

I don't know about PyroEditor, but Ogitor is what JacMoe was working with.

Another thing, if anyone can tell me a good alternative to making maps for Ogre that would be appreciated as well.

What do you mean by making maps?

rpgplayerrobin
Orc Shaman
Posts: 724
Joined: Wed Mar 18, 2009 3:03 am
x 403

Re: New to OrgreEditor

Post by rpgplayerrobin »

Another thing, if anyone can tell me a good alternative to making maps for Ogre that would be appreciated as well.

Ogre is not like Unity or Unreal Engine when it comes to this. Your implementation of your objects in Ogre are usually so specific that you cannot use a generic editor (for example, it is different for each physics library you are using).
Maybe @sercero's answer might actually handle this by not using any physics at all in the map editor, but that you would have to instead on-load have to create the physics yourself for the objects.

I have an in-game map editor in my game, and I made it from scratch.
There the terrain is not even using the Ogre terrain system, so it all comes down to what kind of objects you want to alter in your map editor.

But if you refer to a terrain map editor for the Ogre terrain system, I believe @sercero has answered it.

farnandez
Gnoblar
Posts: 3
Joined: Tue Feb 22, 2022 11:53 am
Location: https://gbapps.net/gbwhatsapp-apk-dl/

Re: New to OrgreEditor

Post by farnandez »

Thank you so much for your replies and suggestions.

fetton
Gnoblar
Posts: 1
Joined: Fri Jul 28, 2023 10:17 am

Re: New to OrgreEditor

Post by fetton »

This is also confuse to me,
I want to get a tool to make scene or module or something in game.
I think blender or 3dmax or maya is all good. but hart to convert to ogre format.

I would like to try to use blender first.

User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 495
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 179

Re: New to OrgreEditor

Post by sercero »

Perhaps you want blender2ogre: https://github.com/OGRECave/blender2ogre