Quake3World.com
https://www.quake3world.com/forum/

Entity-spawning limitations?
https://www.quake3world.com/forum/viewtopic.php?f=16&t=50783
Page 1 of 1

Author:  vinny [ 01-03-2015 08:26 PM ]
Post subject:  Entity-spawning limitations?

I've been working on a small mod that allows you to play as an engineer, which can build structures during the game. Not turrets, like in TF, but buildings... something like an RTS mix. Is this possible in the id Tech engine?

Author:  CZghost [ 01-04-2015 03:40 AM ]
Post subject:  Re: Entity-spawning limitations?

@vinny: There is only one game currently supporting that: Minecraft :)

You want to make a mod that will be alike a Minecraft? I think it'd be impossible with only a mod, that may require engine changes and this requires standalone game. Thus you will be unable to use original Quake 3 assets as they are copyrighted by id Software.

Also why you need to copy idea of already existing game? Try to pick source code of Minecraft and try to make higher quality textures for it ;)

Author:  MKJ [ 01-04-2015 01:34 PM ]
Post subject:  Re: Entity-spawning limitations?

pretty sure he doesnt mean build buildings from scratch. he means plopping down buildings for resources, similar to how an RTS works. Or the game C&C Renegade in multiplayer.

Author:  vinny [ 01-04-2015 04:27 PM ]
Post subject:  Re: Entity-spawning limitations?

No, not Minecraft. I don't want players to create or design buildings, just spawn prefabs. Something like this: https://www.youtube.com/watch?v=guOQtzeFvYA

I'm just curious about how to handle this in code: is it possible to spawn BSP prefabs on top of my level? Or i can just spawn MD3 models? What about lighting?

ps.: If someone reading this is actually looking for Minecraft-ish behavior, Minetest would be a good alternative.

Author:  Eraser [ 01-05-2015 01:02 AM ]
Post subject:  Re: Entity-spawning limitations?

MD3 models are certainly possible, but they won't be lit with lightmaps and they're non-solid, so you'll have to come up with some solution for that.

Author:  D-Meat [ 01-09-2015 07:25 AM ]
Post subject:  Re: Entity-spawning limitations?

Eraser wrote:
... and they're non-solid


Or actually, you can only have collisions boxes (I don't even know if the collision boxes can be rotated ?)

Author:  vinny [ 01-09-2015 08:21 AM ]
Post subject:  Re: Entity-spawning limitations?

Don't MD3 have collision set automatically?

Author:  Eraser [ 01-09-2015 09:48 AM ]
Post subject:  Re: Entity-spawning limitations?

Definitely not. In-game entities work with collision boxes and md3 geometry (part of the level) needs to be clipped off with (invisible) clip brushes in Radiant.

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/