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
Glass 
You make a good point about glass in Medieval periods however the Wizard, Stucco and perhaps the Base levels (although I'd rather do the Hipnotic \ Custents Force Field effects if given the choice on Base levels) all have window textures in the original levels so the idea of glass is already there so it may not be all that out of line with the environment.

Besides that it's supposed to be another world with some familiar aspects relative to Earth so a little bit of mix and match is to be expected.

Or maybe U;m over thinking it... 
U;m - I'm 
...whatever. Note the icon. 
Preach You Are A Genius! 
Post #3923 worked perfectly for a switchable trigger_teleport entity I wanted. I seriously hope you got the essence of that post on your site.

Also is it possible to safely kill a monster_jump entity with a killtarget on a trigger_once? Is there a way to stop the touch function of the monster_jump entity and then kill the entity next frame? I am looking for a map hack solution. 
Oh Man 
That's a bit of an out of date method, the following post has a much more concise way of achieving the same thing:
http://tomeofpreach.wordpress.com/2012/11/18/mid-map-entity-spawning/
And yes, you can safely kill a monster_jump to turn it off, it's just a pity there isn't a way to toggle one instead. 
Monsters Spawning Monsters 
Works like that in schism, thanks to the precache insight. They have separate precache functions that are called from their classname, and I'm still not sure I understand how it works.

Gb did the work, based on Preach's stuff. Now much later I'm using it for splitting tar babies and enforcers spawning their own defense drones... 
That Was Interesting! 
Did not know that. So I can trigger a trigger mid map using vanilla progs! 
Ex-rmq Monster Spawning 
I think the RMQ monster spawning was based on Scourge of Armagon, Drake and some of Necros' stuff in Chapters.

Not sure how much Chapters / Quoth has taken from Scourge of Armagon, but I reckon SoA was the first mod to do the monster spawning stuff.

I believe there is some SoA and also some custents in Quoth, or at least in Chapters.

By the way, some of that code is horrible, especially where it clones an entity. There are engine extensions MUCH more effective for that purpose... and faster. But it depends on the target engine. 
 
... just like entity alpha. :-p 
 
The original spawning code borrowed very heavily from hipnotic.

I used custents for that first map I made. It's a great mod with a lot of interesting things in it, but you are better of picking and choosing things from it rather than using the whole package because there is so many things you probably won't need.
it's also a great mod to see some things that are not in stock progs.dat and can give you some ideas for other things like the mechs and security cameras, or the new gun. 
Q3map2 Sunlight Entity Problem 
I'm stumped on this.
So I've made a light entity and pointed it to a info_null with targetname "pointsun".
It's got the _color and _sun tags set. No spawnflags.

At first it flat out refused to work, and now suddenly it turned into a big pulsating light out of nowhere? What the hell am I doing wrong? 
 
Okay, apparently I had something else pointing to it. It's a sunlight now, but it's still flickering. I thought vanilla Q3BSP didn't support lightstyles? 
 
Hmmm, seems like a compiler fluke in the generated shaders. No idea how this got in here.

// Q3Map2 custom lightstyle stage(s)
{
map $lightmap
blendFunc GL_SRC_ALPHA GL_ONE
rgbGen wave noise 0.5 1 0 5.37 // style 32
tcGen lightmap
tcMod transform 1 0 0 1 0.00000 0.50000
}


Bah, that took too long to fix :( 
 
Use a sky shader for sunlight. :) 
Alpha Mask Textures 
I know RMQ engine supports masked textures (to make fences and such), but which other engines support it? 
 
DirectQ. 
 
And FTE, I just checked. 
Yeah.. 
I had a look anyway after I posted. It seems this is a standard feature of RMQ and anything that forked from fitz after a certain point. 
Gb 
Yeah, using sunext and skylight now with all the bells and whistles :) 
Deathmatch Map 
While waiting on the Quoth update. I'm thinking of doing a DM map. I want bot support because I don't DM. What would be the best bot to use? I want to use waypoints. 
Frikbot 
Has a nice waypoint system.

You build it in-game by placing points then dump it to an external .way file that you bundle with the level. 
Ijed 
Sounds good. I think I played with that on a few years ago. 
GTKRdiant 1.4/1.5 Elevator 
Hi iam just wondering if there is anyone can tell me on how to make an elevator lift that i make? I know it is a noobish question but you can contact me on x-fire blueultima thank you for anyone able to get back to me. 
Func_plat 
Build the elevator in its extended position (up) and make it a func_plat. If it has a cylinder to the bottom, you're set. If it's a floating elevator, set its height key to determine the moving distance to the ground.
With the plat_low_trigger spawnflag, it can be made to only start moving when stepping onto it from below, otherwise it will also start moving if you jump down the shaft. 
The Power QuArK 
http://felikkz7.free.fr/tuto_pipes.html

This is really interesting 
 
Any tutorial that starts with 'set the grid to 1 unit' should be cause for alarm. Nothing about those pipes are done correctly. 
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.