Universal sandbox?
Blitz3D Forums/Blitz3D Programming/Universal sandbox?
| ||
hello! i am looking for something like an universal level editor(sandbox) for games like FPS or other... the most important things are: - static mesh placement - areas, where s.th should happen such as mapchange(ex.) - waypoint and connection between waypoint placement - object placement like ammo, or medi-kits have you got any idea where to find this? case i didn't find so much motivation, and my sanbox has always been full of bugs! thx for help :) |
| ||
I'm sure Josh will pop out soon and tell you where to find one :) |
| ||
josh? if u are still alive :P please pop up :) |
| ||
Since he seems to be unusually inactive, here's the link to his site :) : http://www.leadwerks.com/ |
| ||
i know this side, and i am owner of cshop, but thats not what i'm looking for... but thx anyway for attention |
| ||
There was a tool named "droplet". maybe google can find it. The dropper (a sandbox is something completely diffrent IMHO) that is part of my engine won't help you a lot since the engine is not open source, tho the map description format could be used by other engines as well. However, it's not freeware. I'd suggest to search the forums for the term "dropper". |
| ||
hm, droplet has no waypoint things...but i try to find/make something for general use! |
| ||
You could do waypoint positioning in 3D World Studio.... simple just put an entity and type in some parameters... now find the "Advanced level loading" example and go from there. |
| ||
Devils Child wants drawed entitys connected with lines, i think. |