Netradiant looks for wads in
quake\ID1\
NetR
#11513 posted by Ziffon on 2011/12/14 19:10:49
Thx works like a charm now
And Also
#11514 posted by Rick on 2011/12/14 19:16:08
If you mean when the map is compiled and played the textures aren't there, you need to make sure the texture wad is listed in the map file so bsp can find them. NetRadiant doesn't add this automatically like Worldcraft did. It goes in entitiy 0, like this:
// entity 0
{
"classname" "worldspawn"
"message" "Wishes 2011 Edition"
"worldtype" "0"
"sounds" "10"
"wad" "c:\quake\ID1\rk_quake.wad;c:\quake\ID1\quake101.wad"
Trigger_counter Doesnt Count...
#11515 posted by anonymous user on 2011/12/17 21:13:53
I have 2 ogres that target a trigger_counter. There is a hellknight in that area also. Sometimes the hellknight will kill one of the ogres and then the trigger_counter doesn't fire its target. What causes this and is there anyway to fix it short of removing the hellknight? I can't make the HK target the counter also, because it's already got a path_corner target.
#11516 posted by necros on 2011/12/17 22:05:30
are you sure it's not firing it's targets?
the counter code will always fire it's targets, regardless of who the activator is, but it's only the message that doesn't print if the activator isn't a player. (so if you're firing a relay with a message, the message on the relay won't display either).
Cooperative Effort
#11517 posted by Preach on 2011/12/18 01:42:58
Quoth offers a way round this if you turn on the broadcast flag on your trigger_counter. Broadcast makes the counting message appear to all players connected to the server (the default behaviour only prints the message to the player who got the kill, hence no message to anybody if a monster gets the kill) and is designed for Coop. Happily in single-player the only difference it makes is to fix the above abnormality.
It May Just Be Some Random Quirk...
#11518 posted by Rick on 2011/12/18 06:52:12
I've run into a lot of odd stuff over 4 years of playing around with this level. So I'll test it some more before I throw it out completely. It's not the messages, they're turned off.
There are two Ogres that (are supposed to) fire a trigger_counter once both are dead. That trigger_counter then activates some Scrags (3), which (via a second trigger_counter) open a Door - once all three are dead.
It's pretty obvious when the door doesn't open, it stops any further progression.
I prefer the effect of the HK at that spot, but I'll probably change it to an ogre to avoid any in-fighting issues just to be safe.
Checking
#11519 posted by Preach on 2011/12/18 12:23:54
So do the scrags activate? What happens when you kill them?
#11520 posted by negke on 2011/12/18 12:26:03
Quoth supports target2, target3 etc fields, so you could make the HK target the counter as well.
A hacky workaround for situations where things don't work if the activator is not the player - usually centerprint or waking up other monsters - is putting a large activatable trigger (info_notnull hack) in the area and make the counter fire that. It'll activate the trigger which is then touched by the player and everything's fine. This isn't necessary for opening a door, though.
Monster Path + Tager
#11521 posted by negke on 2011/12/18 12:44:07
By the way, in case someones didn't realize, monsters on a path can still fire a target upon death as long as it's the same targetname as the path_corner they're initially linked to.
Trifecta
#11522 posted by negke on 2011/12/18 12:51:05
And in a case like Rick's, a trigger_relay with the targetname of the monster's path_corner which then fires the counter.
#11523 posted by Rick on 2011/12/18 17:22:24
The scrags have never failed to trigger the door (bridge). Here's a screen shot of the area in question.
rick0001.jpg
So this morning I try like 10 or 15 times always getting the HK to kill at least one of the ogres and the scrags got activated every time, no failures.
I didn't know the HK could also target something and still have a path. That's actually how I wanted it to work in the first place.
Player kills HK, ogres get mad and come to attack. Player kills ogres, then here come the scrags. Player kills all the scrags and then the walkway extends.
I will try it that way first. I don't really know what to think since I can't seem to make it fail now.
#11524 posted by necros on 2011/12/18 17:24:20
that happens to me sometimes-- i'm trying to track down a bug and i get so into it, i either fix it without noticing or the problem was caused by something else entirely.
Mapping In Linux
#11525 posted by than on 2011/12/24 07:57:45
Sorry for posting this out of the blue after not posting anything for ages and expecting help :)
I've been thinking that it's about time I tried to finish up a couple of my old maps since I did a lot of work on them and they were not far from completion. Unfortunately, Worldcraft runs like ass on my Windows laptop for some reason and I'm mostly using Ubuntu now anyway so would prefer to stay in Linux if possible.
Since I converted mostly over to using Ubuntu I can't easily use an editor that I would like, and in fact I don't even really know which editors can be run in Linux. Today I wanted to use Photoshop without having to boot up my Windows PC so installed Wine, which led me to trying to run Worldcraft. So far I haven't been able to get it working properly (1.6a has direct3d issues, and I can't get Quake Adaptor installed because it checks the location of the WC install and won't let me continue) and was wondering if anyone here had any suggestions for Linux mapping. Should I just suck it up and try Radiant (does it work for Q1 in Linux?) or is there an easy way to get WC3.3 or Hammer working?
I always wanted to make my own editor to be honest, but I don't really have the time, skill or patience to do so :/ Would be really awesome to make one for WebGL like Warren attempted some time ago. Unfortunately, the intel graphics card on my Thinkpad isn't recent enough to support WebGL :(
#11526 posted by negke on 2011/12/24 10:07:06
Quest of course! Seriously though, a linux build of GtkRadiant 1.5 or Netradiant would be your best option. I think Netradiant has pre-compiled builds for download so you should probably try that first.
When You Install WC3.3
#11527 posted by RickyT33 on 2011/12/24 14:38:55
You need to set the installation path to:
program files\worldcraft
instead of:
program files (x86)\worldcraft
Then it should work.
#11528 posted by necros on 2011/12/24 14:52:23
just a shot in the dark, but willem made toe tag for the mac and it's open source. maybe you can compile it for linux?
http://www.wantonhubris.com/toetag/ the ui is very different from both WC and GTKR though, so it can be hard to get used to.
Looked Good IIRC
#11529 posted by RickyT33 on 2011/12/24 15:21:44
#11530 posted by gb on 2011/12/24 16:09:05
Radiant is the typical choice for mapping under Linux, and Netradiant is the most up-to-date and bugfixed version. Works like a charm.
#11531 posted by gb on 2011/12/24 16:10:53
Definitely Try Netradiant
#11532 posted by Rick on 2011/12/24 17:19:02
Until last year I had only used Worldcraft, but then I switched to Netradiant and have never looked back. I remember it took about a week to get used to it.
I doubt I could even remember how Worldcraft works now.
I have a map that's closing in on 6000 brushes and it still runs smooth with XP on an old Athlon 64 3400 with 1 Gb of RAM.
Thanks
#11533 posted by than on 2011/12/28 05:18:44
I've been doing lots of programming lately (javascript+canvas) actually, so ended up not doing any mapping the other day, though I did manage to get Worldcraft 3.3 working properly in Windows XP, so maybe I will just use that.
The problem I was having with setting it up in Linux was the installer for QuakeAdaptor wouldn't allow me to install in any place other than program files/ and even though I was trying to install there through Wine, I think it somehow knew that the actual path was different. Maybe I can copy the files from Windows and get it working properly.
That Might Actually Work You Know :D
#11534 posted by RickyT33 on 2011/12/28 12:45:28
Not that I have tried it, but I think you can run WC from a USB stick for example.
Map Analysis Video
#11535 posted by DaZ on 2012/01/07 09:48:24
I've put up a 1 hour video on my yt where I look at an unreleased hl2 single player map I worked on some time ago and talk about level design shit. Might be interesting to some of you guys perhaps http://www.youtube.com/watch?v=k7FZAuWfNNg
Issue with Quoth Delayed spawn. With some larger spawns (dozens of mobs) it sometimes doesn't auto wake them. I even added a relay to retrigger them but it still doesn't wake them up... thoughts?
|