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
My Engines Also 
support more than 256 unique models (1024) and you can use the mcache command to see what they are. It's usually the amount of bmodels (triggers etc, listed as running numbers, e.g. *89) that gets you over the limit. 
Thanks 
for the comprehensive replies, guys.

Preach: aye, I wouldn't consider a custom progs as an option since this is an issue unique to a particular map and therefore I consider it my responsibility as the mapper to sort it out, instead of shunting the problem elsewhere.
The trick with using bmodels multiple times is...interesting, but tbh with the number, variety and complexity of what many of my trigs etc. are doing, I think I'd be teetering on the brink of mapper's madness before resolving the issue while preserving the gameplay satisfactorily.

aguirRe: yes, I've employed your GL engine many times with this map - 'tis a vital tool :) Good to know about the mcache command.

So it turns out my problem was a misconception - I wasn't taking bmodels into account because I'm still used to thinking models -> .mdls
That's a big fat D'oh! for me >_<

I'm modifying the map to get the bmodel count down, and also shaving out a few superfluous mapobjects ( how many corpses did I make? o_O )

/me retreats unto the void 
Another Thing 
is that I think some editors sometimes attach brushes to point entities, e.g. trigger_counter. If your editor does that and you have many such ents, removing the redundant brushes might help getting under the limit again.

I forgot to mention that when using my engines, you'll also know how many models you actually have (you'll get a warning), thus hinting how much you need to shave off. 
Rotation 
I want to make a rotating room that starts slowly rotating but then accelerates... and eventually spins fast enough to be a convincing deadly force upon the player (if he were to touch it). Are there preexisting accelerating rotation entities? 
Well 
you could make a func_rotate_train or whatever that moves to pathcorners with increasingly fast rotation speed at nearly the same position. (the path corners need to be at least 1 unit apart otherwise it doesn't work) 
I Would Recommend Checking Out 
Proxy's Extra's QC; it adds a number of useful functions without much overhead -- a room like that may need a switch that rotates with the room! 
You Mean... 
Pox's extras? 
Oops 
late at night/drinking/STD's acting up 
Wad File Gfx.wad Doesn't Have WAD3 Id 
WHAT DO I DO? : Wad file gfx.wad doesn't have WAD3 id 
Troy: 
sounds like you're trying to load the quake gfx.wad into half-life, or something like that. 
Crash 
missing frame0 of +1basebtn

what's wrong, I loaded the right wad-file before compiling.
another one:

ED_ParceEntity: closing brace without data. 
MadFox 
1) AFAIK animation frames begin with 0; make sure you're referencing the first one and that all frames are in the wad. Qbsp will fix the rest.

2) Either the entity section is corrupt or you're using an engine that can't handle .cfg/.rc files that are not properly terminated with CRLF. QuArK often generates such files. You could try using this updated DataQ1.qrk file: http://user.tninet.se/~xir870k/DataQ1.zip .

It's for QuArK 6.3 and later, I don't know if it works for earlier versions. There are also numerous improvements for Q1 entities. 
Allright... 
I am using old compilers versions with new ones to gain my profit out of the maps I recompiled.
Some turn out right, others give the strangest errors I could forsee.
But thanks for your advice. 
Wad File Gfx.wad Doesn't Have WAD3 Id 
I just DOwnloaded Steam and counter strike and when i go to play Counter-Strike i get this Error
Wad file gfx.wad doesn't have WAD3 id
I have no Clue what to do...can someone please try and walk me through this...
My AIM screen name is Troythepooh14
it would be so helpffull... 
Wad File Gfx.wad Doesn't Have WAD3 Id 
I just DOwnloaded Steam and counter strike and when i go to play Counter-Strike i get this Error
Wad file gfx.wad doesn't have WAD3 id
I have no Clue what to do...can someone please try and walk me through this...
My AIM screen name is Troythepooh14
it would be so helpffull... 
Troy 
Ask these and other level design questions and hopefully have them answered.

What the hell does that problem have to do with level design?

If you must ask, ask in General Abuse. 
Zer FGD Again. 
The file is zer.fgd.x, but it in explorer it is recognized as zer.fgd, an x file. It isn't recognized in my computer ( or worldcraft, for that matter) as an fgd file, and I don't know how to change this association.
Sorry if I'm being a pain in the ass, but I just can't get it.

thanks again 
... 
I also tried opening it with text editor and saving the file as zer.fgd. Although this is the name of the file, it is now considered a txt file. If I'm being a dumbass, please take it easy on me. thanks 
You'll Have To 
type the filename within quotation marks, i.e. "zer.fgd" when saving in NotePad. 
Akk 
You must turn off "Hide extensions for known file types" in Windows Explorer's Tools->Folder Options menu if you want to play with the big boys. 
Renaming Files 
One can also select the file and hit f2 (shortcut for rename in windows) and retype it a nice name like zer.fgd. 
Mapping For Q1 In Radiant 
hey can you use radiant to map for quake 1, as the new engines now support q3 maps i was wondering if it possible to make a map in radiant for quake 1, to get all the nice textures and that. cheers 
Mapping For Q1 In Radiant 
hey can you use radiant to map for quake 1, as the new engines now support q3 maps i was wondering if it possible to make a map in radiant for quake 1, to get all the nice textures and that. cheers 
Method 
GTKRadiant 1.5 support Quake 1 natively.

Radiant: http://zerowing.idsoftware.com/files/radiant/nightly/1.5/GtkRadiant-1.5.0-2005-08-31.msi
Docs: http://zerowing.idsoftware.com/files/radiant/docs/1.5/

Put your texture WADs into /Quake/ID1 so that Radiant can see them. 
 
thanks jago, will i be able to use hi-res textures in my map or is it just the old ones in wads? 
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.