News | Forum | People | FAQ | Links | Search | Register | Log in
Q1SP: Dead Memories
IDBase Q1SP.

This was made in the last month as a way of breaking out of my own laziness. Enjoy. Post some Fitz/Quakespasm demos, I enjoy watching others play my work!

Screenshots:
http://imgur.com/a/5ieBq

Download:
http://www.quaketastic.com/upload/files/single_player/maps/scampsp1.zip
First | Previous | Next | Last
Hurrah 
Tis done:
http://www.btinternet.com/~chapterhonour/scampsp1ents.zip

The method of attack was:
Open in editor, replace approx. half the teleport brushes with point entities (setting their models to maps/b_nail0.bsp so that they have volume).
Compile the map (I was lazy and did a standard light pass/level 2 vis on the precompiled version provided).
At this point we are below the model limit.

Next come the hacks to get us below the 600 entity limit on map start : Merge 4 of the trigger_relay entities into the info_player_spawn, info_player_spawn2, info_player_deathmatch and info_intermission. Merge every remaining trigger_relay entity into one of the ambient_* entities. This got the map down to 601 entities and I was stuck so tantalizing for about 20 minutes before I realised I could also merge trigger_counter entities in the same way. 600 exactly on hard difficulty!

Thirdly we need to have enough spare entities to not crash while we play. First things, all the ambient_ entities which are not performing double duties as triggers get instructed to suicide themselves on frame 1. That nets us about 20 entities.

Once you get past the exploding slipgate sequence the entity pressure drops enough to ignore. So the last bit of work was to make sure that up until that point we can save as many entities as possible. Firstly I went through and made sure that any trigger_counter entities which fire before that point are removing themselves once used.

Next was to make the early teleporting monsters tidy up after themselves, by making them killtarget their own teleport destinations on death. This makes sure that even if the player doesn't collect their backpack, the net change to the entity count is 0. There's a mild hack which is worth sharing here: monsters won't killtarget entities successfully unless they have a target field set as well. It doesn't matter what the target field is, any non-empty string will do, but choosing an unused targetname feels safer.

Phew, so now I can stop spamming this thread with hackchat and everyone who couldn't play the map before can come share! 
 
O_O

That's fucking impressive 
Yeah 
Nice work. I'll have to remember these tricks.

Did you give the monster teleporters a custom model just so it would override the brush models from the original map? Because, like I said in the other thread, they don't need volume in order to function, and using ammo boxes as models can cause critical compatibility issues with mods that change the standard files/names (e.g. Quoth, RMQ) which will result in a hard crash.

Hope nobody uses the provided bsp as is. Anything else than -level 4 VIS is not recomended (and it's not even proven that lower levels finish that much faster). Also, by the looks of it the bsp wasn't compiled with Frib's modified TxQBSP - there are many 'micro-misaligned' trims now.

Anyway, nice trickery, and a real pity it wasn't discovered earlier. 
Negke Is The Sherlock Holmes Of Q1SP 
And it's an actually grand title. I can't think of anyone in Q1SP more meticulous or technically competent. I'd accuse negke of being the unabomber but I know that dude doesn't have internet access. And he was arrested and imprisoned just about the time Quake came out... so yeah!

Reviews of this and CZG's new map should be coming soonish; awesome to see new stuff coming in after a slow start to 2012. 
Tele Volume 
I couldn't get the teleports to activate without giving them volume, do you have to set them up as info_notnulls with a bunch of carefully defined fields? As they are currently if you remove the models then the monsters don't teleport in.

Fair point on the particular model, although really once you start doing hacks you are tied to a specific mod. For instance, say the next version of quoth takes to heart the message that ambient_ entities don't need to remain after they are spawned and culls them in their spawn functions. That would completely break this version of the map!* I suppose the safest model to use would be player.mdl as it's a compulsory precache enforced by the engine.

*Quoth is reasonably good about "optimisation" changes and compatibility, partly for consideration of maps that use these kinds of hacks. Things like the globally replaced ammo packs are opt-in with a flag on worldspawn, so that particular change wouldn't hurt this map. 
 
You need to give them an origin field of course, and it must be within the monsters bounding box. I usually copy the coordinates from the monster.

It's important to set the silent spawnflag on such triggers, though. Otherwise you'll get the teleporter sound at (0 0 0).

Tronyn: If I'm Sherlock Holmes, then Preach must be Watson. He does all the basic work, I get drunk and take the credit. ;) 
ARrgh 
Just tried it again and this time all the point sized teles work fine, must have broken something else last time I tried it. I'll run through those points and put out a repackaged version later today 
ZOMG. Playing. Now. 
A shame I started drinking already for the day -- this may take a while. 
Updated 
http://www.btinternet.com/~chapterhonour/scampsp1ents.zip

Fixes:
� Compiled with frib qbsp, level 4 vis (yes it was faster) and extra light.
� Removed the models from the point teleporters.

Hurrah 
Got Quite Far 
Then got owned by vores.

http://www.4shared.com/zip/F_YiUCH3/ijed1.html

I recorded under RMQ engine, ot sure if that'll cause problems for protocol or whatever.

Thanks :) 
Preach 
Nice, BUT: light -extra4 is where it's at!

Ok, I'll stop now. 
Nice 
A fun little (well, kinda large) map with some nicely detailed areas.

I really liked the combat toward the end of the map, although felt you could have introduced some other weapons into the mix, since ssg and ng was starting to wear a bit thin after a while... then I got the RL and plenty of ammo, so I was ok again.

Died a couple of times on normal right near the end, and due to getting pwned by those shamblers and blowing up a dog at the end and nearly taking myself with it I finished on 2 health.

Only found 3 or 4 secrets, but I wasn't looking that hard. 
P.s. 
yes the arena at the end was pretty cool. Got my ass kicked there since my hands were cold I fumbled switching weapons and then my hands strayed from asdw - I think I walked into every grenade the ogres through at me AND dipped my toes into that lovely warm lava a few times to boot. Even if the fiends hadn't finished me off, I would have never gotten past the monsters that followed them. 
Fun Map 
I liked it. Good to see the old textures and monsters after only 16 years since the game came out. Congrats 
1�demo 
�ift 
nbr 
 
I can't play this map under RMQ, can someone look into it? 
 
that's a feature. 
 
I know at someone sent me a demo of the map that I had to download the silly RMQ engine to watch... so... idk... what sort of error does it give you? 
I Deduce... 
Someone did not read post #61.

The map should work fine in the RMQ engine (protocol 999), but not the RMQ mod. 
Yep 
I tried it - there's an unsupported qc hack in there somewhere, to do with a train I think the error was.

Just run the engine, not the mod. 
That Is 
set -game id1 
Finally Played..... 
... after a serious cleaning of my GFX card: dust was the reason.... Anyway...

This is a great base map. It's been a long time I was waiting for such good base map. Architecture and design layout is awesome. Maybe lightning effects could have been enriched a little bit with more contrast... though...
Gameplay was never boring, never been short on ammo/health/armor... maybe in the final horde area....

Scampie, you should consider to start a sequel to this map :) 
Good Stuff 
here is my first run demo: (recorded in quakespasm 0.85.7, so it should continue playing after I die and quickload...) http://www.quaketastic.com/upload/files/demos/scampsp1_ericw.dem.zip

This was great fun! Difficult was just right for me on normal. I rarely make it through maps on the first run without dying and almost did here, except I jumped in the void pit. Anyways, nice clean detailing / take on idbase, good layout. I especially liked breaking through the ceiling into areas I'd already been to.

Thanks for the map! 
Thank You 
Great map. I thoroughly enjoyed it. I did see some odd texture (mis)alignments. Might just have been because my texture directories are such a mess? 
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.