Module Development > The Forge - Mod Development

Houses with Entrances?

(1/2) > >>

Nord Champion:
Hello all! I was wondering if anyone has medieval houses with entrances as scene props? So it would be a one story house with a spot for a door so I could put a openable door in them in multiplayer. I tried doing it and..I failed horribly (it looked like a box) :/

Any help would be appreciated and if there is anyone looking for a project, this would be a good one :3

xPearse:
I don't really know if there are any out there but you could remove the door on a regular mount and blade house, add backing faces so the walls, floors, roof etc will appear inside and then add the door back in as a seperate entity so you can make it openable.

Im just giving a suggestion though.

Question: Can you actually open doors in warband without entering a new scene.

Lumos:

--- Quote from: xPearse on June 16, 2012, 03:15:24 PM ---Question: Can you actually open doors in warband without entering a new scene.

--- End quote ---
(entry_point_get_position, pos1, 17), OR (prop_instance_get_position, pos1, ":cur_door_id"),
(agent_set_position, ":agent", pos1),
These two are off the top of my head.
Note that for the second method you'll have to move the position a bit, so the agent gets teleported behind the door.

And in case you don't want to teleport the agent, just make the door an openable scene prop - like they are in MP.

Nord Champion:

--- Quote from: xPearse on June 16, 2012, 03:15:24 PM ---I don't really know if there are any out there but you could remove the door on a regular mount and blade house, add backing faces so the walls, floors, roof etc will appear inside and then add the door back in as a seperate entity so you can make it openable.

Im just giving a suggestion though.

Question: Can you actually open doors in warband without entering a new scene.

--- End quote ---

Oh, that is a good idea.. Thanks!

Oh, and yes. If you choose "Destructible Door", you can open those (or destroy them) without going to another scene.

xPearse:
Yea I did the backing faces before posting about it and it didn't look odd or anything like that so it would probable be worthwhile to do that. So do the doors open as in turning to an angle to let you walk inside like in real life or is it something else.

Navigation

[0] Message Index

[#] Next page

Go to full version