News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
Run Out Of Ideas. 
So I've built pretty much all of my new spacebase rubicon map (q1sp), but I've run out of steam.

All I need is a decent idea for a boss combat in order to gain the silver key. Answers on a postcard.

Cheers. 
How About 
A mechanical Ridley from Metroid that does nothing except sitting in the right-hand corner looking sad, while you fire goddamned rockets into it's heart!

This might have been done before tho... 
Colored Lights... 
Hello,
I've seen on some Quake 1 screenshot that it should be possible (I say "should" because I've never found a map performing that) to colored light entities. For Example, I would like to generate a red halo around a invicibility pentagram, or a blue one around a Quad Damage item, etc.. Who knows how to do that ??
Bye 
 
those halos you see are standard GLQuake additions John Carmack added to those ents.

Colored light in standard Quake is impossible. It's added to most custom engines now, most using the .lit format. Basically you use tyrlight or another light program that supports it, and set all your lights you want colored with a 'color' key (may be differant, look in the light programs readme) set to the RGB values you want, like '255 0 255' for ugly neon purple. You'll now have a .bsp and a .lit. The map will light normally in standard Quake, or in a custom engine, as long as the .lit is in the /maps/ dir with the .bsp, it'll use the colored lights. 
Colored Liht 
and does arghlite support colored lights ? 
Jplambert 
no 
.lit 
For colored lights, you need TyrLite. You can get it from Tyrann's website here:

http://www.planetquake.com/tyrann/ 
Tyrlight... 
...also supports EVERYTHING arghlite has, loads more, so it's worth upgrading anyway. 
Colored Lights 
OK, TyrLite allows colered lights feature, I will try it as soon as possible... Just one more question...
Is it possible to add some RGB field values in QuArK entity descriptor (during light processing it should generate .lit file automatically), or do I need to write myself the .lit file, changing manually my needed RGB value...??

Thanks 
Colored Lights 
I don't know about QuArk, but I guess it would be similar, I use GTK Radiant, but you put in the key

_color

and the values

X X X

X being a number between 0 and 255

If you aren't sure about what numbers would represent which colouors, you could find that info in Photoshop/Paint Shop Pro, by selecting the color and it will tell you the RGB values,
or http://www.visibone.com/colorlab/ gives you a little 216 color dodad that allows you to do the same.

You also need to add the -lit switch to your tyrlite compile process/bat file, eg

tyrlite.exe -extra -lit yourmaphere.bsp

that will create your .lit file for you, you don't create it yourself. 
Lenny Lurker 
Thanks, for the infos... I'll check TyrLite vs QuArK possibilities as soon as possible, hoping it will works the first time.. Otherwise is it also possible to generate a "blank" .lit file and replacing color field by what I want ???

Bye... 
JPLambert 
That is an interesting way of spelling "Vondur" you have there on your Quake page :) 
Hmm 
Otherwise is it also possible to generate a "blank" .lit file and replacing color field by what I want ???

I am not entirely sure that we are both climbing the same tree, but I don't think that is the way to go, or indeed possible, if possible I am sure it would be time consuming.
Putting the key and values for the lights, in the entity dodad, in you level editor , is where it's at 
Damned Shit... 
That's not the correct typo of his name !!! He is going to kill me !!!...
OK, it's an big mistake, but I've build this website in 15 minutes yesterday by night, so be indulgent with me please...... I will correct this as son as possible... I apologies again ...
Anyway...
I've named some of the guys who help me since 1 month I started mapping... And I think there where some others will be added.. (perhaps a grouped thank should be better to avoid such error on name typo ;-)...)
As I said in a previous post, I'm a beginner in Quake mapping, and I'm currently building my first map, with my poor possibilities.. hoping it will be as good as possible..
Thanks... 
Problem... 
.. I'm not able to download TyrLite... the fileplanet website rejects me (while I suscribed last month)... Could you send me a TyrLite version ??? You have my e-mail on my scrappy website... 
Lol 
Just stick with it, and try to go through to the end, try not to ditch the map, it doesn't really matter if it's not up to other peoples standards or anything (there are some HIGH standards among this bunch) the main thing is that you enjoy what you are doing, the rest is a bonus. And you will only improve. 
It's On It's Way 
 
I Agree... 
.. I really found pleasure building my own map, and that's the most important for sure...
As I try to explain (perhaps not very clearly) on my website, it is a challenging way to improve my knowledges in mapping development.. even if I really begin in this "mapping world"...
When my first map will be released, I hope to have feedback about my work (by those who will try the map...)... more good feedback than bad will be pleasant naturally ;-))...
Thanks for TyrLite zip file... I will try it this evening...
Thanks again for your help...

Bye 
Interested Parties... 
can probably download tyrlite here but I don't even remember what version it is :)

http://www.suspenlute.com/01 
About TyrLite 
Yes, you are right, it is posible to download a TyrLite v0.9... but Lenny had sent me his 0.95 this morning... Anyway, thank for the link, there also exists some texture to download... cool
Bye 
/me Kills JPLambert 
go fix the typo! :) 
Hey! 
Don't be mean VonDrup! 
Anyone? 
Is there a maximum gradient down which an Ogre cannot move?

I have an Ogre on a ledge and I want to ecourage him to move down a slope (not stairs, just a slope.) But he don't wanna do it! He just jigs around at the top of the slope. 
Ecourage? 
Is that like e-commerce, e-tailing or e-mail i.e. transmitting courage electronically?

NO! I meant encourage. 
 
Just put a little monster jump trigger on the top edge of the slope so he pops onto the slope and is free to roam. The problem you're having is due to the slope and the flat floor meeting and the orge not wanting to cross it. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.