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
Here's The Link Of My Messed Up Map 
http://www.mediafire.com/download/ixg2fsta44jg0f9/gravelfuck.rar
Note that I've tried to remove every brush except the skybox (which I was sure didn't had any leaks) and the vis still didn't wanted to work. 
At A Glance 
Delete the sky box, build proper "sky walls" as you called it, clean up your brushwork, remove entities from the outside so it will be filled. 
Spirit 
I think it's pretty clear such statements refer to commerical use. 
 
Beyond that ... Are lines in a read me.txt file legally binding? Doubtful. 
 
I remember seeing a readme that specifically said "Head Games may not do anything with this file."

As far as legally binding, is it any more legally binding than copypasting the MIT or GPL licenses into your readme? It's just text you're hoping will enforce your wishes once you utterly relinquish physical control of your work. Enforceability is the problem. What closet mapper with a day job and a kid is going to try to go to court over commercial exploitation of UNDRDARK.WAD? 
Re: Hipshot 
Speaking of unenforceability, Quake maps have been distributed for decades with id content, Hipnotic content, Rogue content, content from Hexen 1/2, content from Heretic 1/2, content from Quake 2 and 3, content from Blood ... just do whatever you want, nobody pays attention to us. :) 
 
Can I deduct ammo at start or remove the SG somehow? I'm sure there's no SG item in Q1 though, except for the Double... 
Enjoy! 
There's A Trick To Remove Ammo... But Here's A Map File 
https://www.dropbox.com/s/1l7ger0rlu1svwq/ammoremove.map

You can put the spawn point over either group of brushes, one will remove just the shells and the other will remove all the guns. 
 
Ha, I asked about the exact same thing on this thread about a month and a half ago, so that .map file will be useful for me too. Thanks, FifthElephant.

So at least two people are actively working on maps where the player starts with just the axe ... only I guess Hipshot's map will be done before the end of this decade and will probably not suck. The same cannot be said for mine. 
 
So at least two people are actively working on maps where the player starts with just the axe

well i was also (in an arabian style no less) but maybe i'll just go jump off a bridge 
I've Got One 
Where the player has no axe, or legs when they start. 
Me Too 
In plans.

Removing the Axe and the SG from the loadout lets you do some creative things to the usual weapon progression. 
Lun 
mappi2.bsp from 2010 lets you play with only the axe as an option. That bridge has already sailed, as Madfox would have said. 
 
did I say I thought I was the first person to do that? 
Spawn With No Weapons 
This was never used, but rubicon2 has code to support spawning with no weapons, and it also has weapon_axe and weapon_shotgun (i actually modelled the shotgun from scratch! -- axe is modified from the original model)

I think you'd need to edit the quakec to complete the feature, since it's probably hard-coded to a specific bsp name. 
 
Lun, I love your arabian map style... I was thinking of remaking one of the episode 4 maps in that style. Then I got a girlfriend and my productivity went out the window. 
No 
Just saying don't sweat it.

metl, yes, I was planning on making test.bsp a start map for the actual map but realised that it wouldn't work very well with demo playback. 
Metl 
Yeah, when I found that code and the models it was like finding 20 quid in the pocket of an old coat :)

I'm weaponstripping the player after spawning with a special trigger, I guess if you wanted it from map load then you'd be best off flagging the info_player_start and then messing with the PutClientInServer() stuff. 
 
Func detail, does that work like in Q3? It ignores vis? 
Pretty Much. 
I use it bloody everywhere! 
 
Ok, then I'll do that also. 
Yup 
Your map should be made of plain boxes filled with func_detail brushes.

The longest part of my current compile time is the BSP process. 
 
I just didn't remember that Q1 had this back in the days... I know HL didn't, you made things into other func things. The "detail" brush was at least for me first introduced with Q3, but I never did make any levels for Q2 so. 
It's A Relatively 
New feature - Tyrann did the magick. 
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.