View previous topic :: View next topic |
Author |
Message |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Fri Feb 19, 2010 10:19 pm Post subject: bsp models |
|
|
how do you make bsp models? like the explode boxs? _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
frag.machine

Joined: 25 Nov 2006 Posts: 728
|
Posted: Fri Feb 19, 2010 10:49 pm Post subject: |
|
|
Use your favorite map editor. How I do that in QuArK:
1) create a new map;
2) remove the hull brushes (BSP models don't need to be sealed);
3) remove any entities (including start points - it's not a map!);
4) create your stuff normally (for example, a table, a health box or a computer console). Pay special attention in brushes origins and sizes;
5) apply lights if you want to give a more realistic look;
6) run QBSP and LIGHT (VISing is not applicable to BSP models). _________________ frag.machine - Q2K4 Project
http://fragmachine.quakedev.com/ |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
|
Back to top |
|
 |
frag.machine

Joined: 25 Nov 2006 Posts: 728
|
Posted: Sat Feb 20, 2010 4:29 am Post subject: |
|
|
No, but makes things easy. What are you exactly doing ? Replacing some BSP model or creating a new one ? If it's the first case, sticking to '0 0 0' is usually a good idea. _________________ frag.machine - Q2K4 Project
http://fragmachine.quakedev.com/ |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Sat Feb 20, 2010 4:48 am Post subject: |
|
|
ill probably be making a new one... but iv already giving up. i was going to make new entities like the explode boxes and make them objectives. Anyone played League of Legends? i wanted to make a mod like that ... but i have no time... =( call it legends of quake, or hero's of quake or something... idk... woulda been super fun... stuff to look forward to when i get back i suppose... anyways the game is a rts/rpg/deathmatch type game. freakin amazing if u like all types of games. _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
Madfox

Joined: 15 Jan 2005 Posts: 36 Location: Holland
|
Posted: Sat Mar 13, 2010 6:09 pm Post subject: |
|
|
I made a mod for Quake with all conversed Doom monsters.
Then I came to the point that I wanted to add the same healthbowls and armorskulls.
So I opened the editor and made a sculpture of a bowl and a skull with brushes.
Then I deleted the wallbrushes (you can't use them for a b_model).
Compiled the map with ignoring the leak message and light it a more than usual way.
The resulting bsp I implemented in models.qc and placed the models inside.
As you see the bowl and skull are bsp models,
the burning can is a mdl file.
 |
|
Back to top |
|
 |
frag.machine

Joined: 25 Nov 2006 Posts: 728
|
Posted: Sat Mar 13, 2010 11:34 pm Post subject: |
|
|
Your models are great, Madfox. But is the burning barrel an alias model or a sprite ? It looks funny, a bit out of perspective, exactly the way a sprite would look. _________________ frag.machine - Q2K4 Project
http://fragmachine.quakedev.com/ |
|
Back to top |
|
 |
|