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
 
As the corpse of the monstrous entity Chthon sinks back into the lava whence it rose, you grip the Rune of Earth Magic tightly. Now that you have conquered the Dimension of the Doomed, realm of Earth Magic, you are ready to complete your task in the other three haunted lands of Quake. Or are you? If you don't register Quake, you'll never know what awaits you in the Realm of Black Magic, the Netherworld, and the Elder World!

Shareware Quake is pak0.pak only, registered also has pak1.pak which has all the content missing from shareware like maps and several enemies and lightning gun.

The Steam version is the full registered version, the .exes it comes with just don't run without Steam running, but you can avoid that by using any other engine .exe which you want to do anyway. 
 
I wonder if Steam, and not Id/Bethesda is responsible for this? I bought a copy of Fallout 3 goty from Steam and it runs fine without Steam.

I bought Quake when it first came out, direct from Id, and have been moving the folder from one computer to another for 20 years and I don't remember ever having to deal with drm of any kind.

Personally, I now try to verify that the Steam version of a game will run without Steam before buying. If it doesn't, then I won't buy that game from them unless they are the sole supplier.

GOG.com is a great source for DRM free games 
 
Personally, I now try to verify that the Steam version of a game will run without Steam before buying

what steam game DOESN'T require the client to be running?? 
 
A few don't. http://steam.wikia.com/wiki/List_of_DRM-free_games

In the case of Quake I don't really care, since I almost never use the original engines and they're downloadable from id anyway. The key bits are just pak0/pak1. 
 
I have Fallout 3 (goty)and all three of the new Shadowrun series bought on Steam that I know will run from where ever I put the game folder and don't require Steam to be running.

Note that Steam gives you a short time to try games and still be able to get a full refund. Basically less than 2 hours played and within 2 weeks of purchase.

http://store.steampowered.com/steam_refunds/ 
Steam 
refused my DukeNukum3D because I played it once,
and my account had used it before.
refused AliceInWonderland because..,
and so on. 
It Works! 
Decided to go with the GOG version (being DRM and client free) and...it works! The map loaded just fine. I didn't realize the full version of Quake was needed, seems obvious now. Thanks guys! 
 
Good to see you got the game, time to play through it and once you're done play through the maps on quaddicted 
Damage By Triggered Action 
1) Can I give a damage to monsters by enabling a trigger in vanilla Quake? For example I use trigger_counter and when the sequence is complete it kills some monster.
2) Can I execute telefrag on monster without a teleport entities? 
 
QC hacks might make this possible. You could set the 'use' key on the monster to whatever the name of it's death function is in the progs ("dog_die" or whatever, you'll have to look in the source to see), then just trigger it, but it won't figure into the kill count properly.

You can also make a func_door or something and set "touch" on it to "tdeath_touch", and have it open from under the floor to poke the monster in the feet, that should blast it pretty hard. note: I have never tried this. 
 
of course, that's assuming the monster isn't moving, in which case I guess you could just crush it too ... never mind, I'm not paying attention! 
 
I have a quad on a func_wall that gets killtarget when the map starts. The quad then floats in midair. It worked fine until I enabled VIS during my compiles, and now the quad falls through the world. What gives? 
 
Not sure, but you might need to killtarget it a bit later if you are doing it instantly when the player spawns, the Quad may have not dropped to floor yet if you do it instantly. 
 
Doesn't change anything, sadly. 
 
Okay I found out why. It needs to have a proper texture, not SKIP. 
 
Is it possible to compile a map without wateralpha these days? 
Should Be Possible 
it's a qbsp option. for tyrutils: -notranswater and bjptools: -nowatervis 
Thanx! 
 
 
Skip should have the same collision as other textures unless some compiler has changed this behavior 
 
droptofloor uses visible hull, no? 
@necros 
no.
it uses a tracebox, so the hull it uses depends upon the size of your entity (which is kinda what you'd normally expect). 
No Teleport Effect 
Having a group of several monsters teleport but only one shows the tele effect. I can't seem to get more than one instance of the effect at one time. Anyone seen this before? Using the latest quakespasm btw. 
Shortage Of Particles? 
try running the engine with -particles 100000
Haha, That Worked! 
Strange that by default quakespasm won't display more than 1 tele effects worth of particles...

anyway, thanks! 
1 post not shown on this page because it was spam
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.