 ..a Question Not Too Smart
#10914 posted by mach5 on 2011/03/06 10:41:42
Hi folks, I got this eternal doubt:
-If I create a Q1 sp episode changing all textures/sounds may I charge for money(a small fee) those who download from my website ?
-I guess a standalone project is out of question.. but simple levels ?
* I've read all ID legal blah-blah but I'm more confused than ever !
 For Those Who May Be Interested
#10915 posted by Mike Woodham on 2011/03/06 11:54:56
-I guess a standalone project is out of question.. but simple levels ?
A more important question before that issue would be, how would you convince people to pay for a few quake levels?
That kind of thing was done in the mid-90s but not now :P
 Raytrace Of Hope
#10917 posted by Preach on 2011/03/06 12:50:44
If the next brush entity you add to the map is lit fully on all surfaces, you'll probably find that the unlit surface goes away - it'll start drawing the lightmap from the newly added model. You might even consider adding a superfluous func_wall which is lit on all sides in a box outside the map, just for this purpose. It's a huge hack to work around a compiler bug, but better than nothing.
 Sunk Without A Trace
#10918 posted by Mike Woodham on 2011/03/06 15:44:26
Unfortunately, no joy.
Nevermind, the rest of the map is of such astounding beauty, with gameplay to test and please the most ardent fan, whilst the cognoscenti of fantasy architechture will be in raptures for the entire time. Yeah, right!
Que Sera Sera
 Aligning Textures On Rotaters
#10919 posted by necros on 2011/03/06 19:04:57
noticed you had texture alignment that got trashed by the compiler.
an easy way i've found is to first build your brush and align the textures. next, make your info_rotate origin entity.
now, with texture lock ON, select both the rotater and the origin and move it so the origin is on '0 0 0' (or whichever axis is relevant).
then turn texture lock OFF and move it back to the proper position.
this effectively does in reverse what qbsp does.
i don't understand why qbsp can't have it's own version of texture lock when it's moving bsp models around. :(
 A Hod's As Good As A Sink To A Blind Norse
#10920 posted by Mike Woodham on 2011/03/06 21:52:50
Not perfect, but kilometres better than jet black. It now looks as though the outer ring is oak and the crosspiece is walnut. Nice.
I'll go with that - thanks.
 Door Triggers
#10921 posted by jt_ on 2011/03/06 22:36:20
So I have a set of bars blocking an area that can only be opened once a computer is destroyed. I think I need to make a func_button with health set to something, so when the player shoots it, it triggers the door (bar) to open. I think there's some problems with this though:
1. don't func_buttons also move when triggered? Having the computer move when triggered would be weird. Is there a way to change the texture (or if it's an animated texture go to a different frame)?
2. How can I target multiple multiple doors? Setting the bars to all have the same name seems make them all move in the same direction, regardless of the direct I've set them to move.
#10922 posted by jt_ on 2011/03/06 22:58:54
I figured out issue 2, I should have been using a trigger_once, which I'm doing now and it's working fine.
Trigger once and trigger multiple can have health too.
with a trigger once the collision box is removed once it has been fired too, so it won't block the player either.
 For 2
#10924 posted by necros on 2011/03/06 23:43:39
check the 'doors_dont_link' spawnflag on the func_doors.
#10925 posted by ericw on 2011/03/06 23:49:48
It should be possible to tweak the 'lip' value for the button so it doesn't move. Maybe there's an easier way though.
To get the button's texture to change when pressed/shot, use one with a "+0" prefix. When triggered the button will switch to the corresponding texture with a "+a" prefix. If you have more numbered and lettered textures it will animate in the cycle (+0foo, +1foo, +2foo, etc) and then switch to (+afoo, +bfoo, +cfoo, etc.) when pressed/shot.
 @ericw
#10926 posted by jt_ on 2011/03/07 00:08:21
I'll try that later.
This is what I have so far. Requires rmqdemo2. Just unzip in the rmqdemo2 folder and playdemo metaldemo.
 Help With GtkRadiant 1.5.0 Plz
#10927 posted by small on 2011/03/07 16:51:03
when ever i create something it can never load the textures (Texture load failed: "textures/"). im doing a trem map.
what do i do?
#10928 posted by Alban on 2011/03/07 19:52:10
i have a problem. when i click cs it says:
Wad file gfx.wad doesn't have WAD3 id.
Helllpppp me pleaase
#10929 posted by negke on 2011/03/08 10:47:48
small: Doesn't the Tremolous website have a guide on how to set up the mapping tools? You need the game pack with entity information (trem.game folder) and the game path has to be set correctly in Radiant. If it doesn't read the textures from the pk3, try extracting the textures and the scripts folders into tremolous/baseq3 (or however it's called) dir.
Alban: Err, install HL/CS properly then? The HL engine uses the WAD3 format, Quake has WAD2.
 Losing Weapons
#10930 posted by Mike Woodham on 2011/03/09 09:11:35
What are the circumstances for losing weapons between maps e.g. is it automatic, can it be set on/off with a flag.
I have had to split my final map into two (this makes three in total including FMB_BDG) and I will need to to account for the loss of weapons as the maps are continuous.
(This is the map that I released a couple of years ago where I was over every limit so split it into two and only released part of it. The other half was finished some time ago and I am now populating it with meanies and will release it later this year)
 Negative Backpack Hack
#10931 posted by ijed on 2011/03/09 12:15:06
 Mike
#10932 posted by necros on 2011/03/09 20:09:03
quake only resets weapons if you enter a map called start.bsp. this is the only case.
the alternative is if you use the console 'map xxx' command via a custom trigger entity.
#10933 posted by small on 2011/03/09 21:06:19
yeh i found out what to do thanks
 Quoth: Info_trap
Trying to make a trap that shoots lava balls in an arc. Got everything working nicely except it refuses to display progs/lavaball.mdl as the projectile model...
So what am I doing wrong? :E
 Arrgh
#10935 posted by Preach on 2011/03/12 20:47:30
It's because there's a horrible mistake in the documentation which got carried over into the fgd. You need to set "modelpath" rather than "model". Sorry!
Ah okay, cheers. Works perfectly, even leaves the particle trail which I didn't expect.
Rah Catapults ahoy :D
 ZQF
#10937 posted by RickyT33 on 2011/03/12 22:48:14
Sounds awesome :)
 Importing Meshes Into Radiant
#10938 posted by Jago on 2011/03/14 01:06:28
If I wanted to import a mesh into Radiant, to use as a rough base for a Q1 map, how would I go about doing that and with which version of Radiant?
|