Forum posts

Posted 16 years ago2007-12-10 10:55:12 UTC
in OpenGL and Direct3D problems Post #240488
You can also import the texture into Photoshop, etc., and resize it with resampling. You'll lose detail, however.
Posted 16 years ago2007-12-10 10:52:23 UTC
in CS without steam Post #240486
If you have the old non-steam version of Half-Life (the old WON version) you can play CS, HL, TFC with bots on your own machine.

However, I don't know if the files are still available anywhere.
Posted 16 years ago2007-12-10 10:48:19 UTC
in bot nav points help Post #240485
You have to set up waypoints according to instructions for the types of bots you're using.

Google for "foxbot waypoint tutorial" or similar.
Posted 16 years ago2007-12-10 10:44:28 UTC
in camera examble map Post #240483
I don't know why the tutorial links are dead.

Here are the security camera example maps.

http://twhl.co.za/mapvault_map.php?id=1885

http://twhl.co.za/mapvault_map.php?id=1889
Posted 16 years ago2007-10-22 15:37:52 UTC
in funallinone doors Post #236831
Posted 16 years ago2007-05-18 11:33:55 UTC
in func_door_rotating "bounce" problem Post #222544
It doesn't solve your problem, but I wouldn't call it a bug. That's pretty much how I'd expect an automatic door to behave.

Given how the engine is written, there's little else to do with a door but hold position or reverse if it can't close without interference.

Looking at the SDK, it would be nigh unto impossible to determine if the way is clear for the door to close if there's an object in the way. When an object takes damage, it's up to the object, not the door, to determine it's fate.

Just because something in the engine doesn't do what you want doesn't mean it's a bug.

If you want to make a mod, however, it's possible to change the func_door behavior with coding.
Posted 16 years ago2007-05-11 17:35:48 UTC
in NS2 - New Concept Art Post #221686
"Concept art" = 403 ("Forbidden..")
Posted 16 years ago2007-05-11 17:31:23 UTC
in Hammer REALLY messed up. Post #221684
Good for you for not reinstalling. Unfortunately, most new mappers think reinstalling is the answer for most problems.. and it rarely, if ever, is the answer.
Posted 16 years ago2007-05-07 21:39:05 UTC
in I need help with trigger_changelevel Post #221352
Perhaps I'm misunderstanding what you mean by the "same" position. There is an absolute position of the player in any map. But that doesn't have to be the absolute position (and rarely is) of the player in the map to which he transitions.

The player ends up in the same relative position to the landmark in the second map that he had in the first map.

If he is ten units "west" of the landmark in the first map when the changelevel is triggered, he will be positioned ten units "west" of the landmark in the second map, whereever that landmark is (in absolute position) in the second map.

Maybe we're saying the same thing?
Posted 16 years ago2007-05-07 17:21:39 UTC
in I need help with trigger_changelevel Post #221324
"If it's off, then you could spawn into a wall or the floor after the level change"

Why would you put a landmark in a wall or the floor? The landmark is where you spawn in the second map. Put it anywhere.
Posted 16 years ago2007-05-07 17:10:53 UTC
in I need help with trigger_changelevel Post #221319
The landmarks don't have to be placed in the "same place" (whatever that means since there are two separate maps).

The landmarks can be placed in similar looking locations such that it appears that the second map continues where the first one left off. But it can be placed anywhere in the second map.
This post was made on a thread that has been deleted.
Posted 16 years ago2007-05-05 15:03:56 UTC
in I need help with trigger_changelevel Post #221078
Take a look at:

http://twhl.co.za/mapvault_map.php?id=4331

The triggers don't have to have any sort of location relationship.
Posted 16 years ago2007-05-05 15:01:49 UTC
in Problem with Doors Post #221077
How about uploading it to the Problem Maps vault and let someone take a look at it? :)
Posted 17 years ago2007-01-11 21:59:13 UTC
in TWHL3 Needs You! Post #209356
I volunteer to help out with the coding. I suck at the graphics part but am familiar (though a bit rusty) with uploading/downloading, url checking, login/logout, mySQL, etc. - the behind-the-scenes stuff.
Posted 17 years ago2007-01-11 21:53:13 UTC
in The Anual Hunter Awards 2006! Post #209355
I've been on holiday. A pleasant surprise on return, Hunter!

I appreciate the recognition. And you're effort livens up the site a bit. Congrats to you!
Posted 17 years ago2006-12-27 12:28:29 UTC
in Door with func_door locks and button? Post #207693
Good for you to continue pressing on (pun intended) when something didn't work. The best way to avoid mistakes is with experience. The best experience comes from making mistakes. ;)
Posted 17 years ago2006-12-27 12:25:31 UTC
in Citizens Post #207692
Detailed descriptions are best left to tutorials. Look around for tutorials dealing with "ai_script," "ai_schedule," "scripting," "path_corner," etc.

Start with the valve developer site.
Posted 17 years ago2006-12-27 12:20:05 UTC
in Open GL and other video modes Post #207691
FYI, OpenGL was out for years before Microsoft developed DirectX. Similar to Bill Gates forcing the Microsoft version of "Javascript" on the world although Sun's Java is more than adequate.

DirectX is used for many games simply because Microsoft ships and supports DX in Windows and does not support OpenGL well at all.

OpenGL is open library software. DirectX is proprietary.

DirectX, in general, is very computer unfriendly as it goes below the operating system layer to take over video cards and IO devices directly for the sake of speed. I honestly don't remember having to powerdown or reboot when running an OpenGL application.
Posted 17 years ago2006-12-27 12:09:16 UTC
in Ambient_Generic loop error? Post #207690
Actually, I think different questions, even about the same entity, should be in different threads. Could cause too much confusion otherwise.
Posted 17 years ago2006-12-26 19:42:08 UTC
in Door with func_door locks and button? Post #207606
Just add an output to the func_button for each lock.

With the func_button properties dialog open, click the Outputs tab, click Add, fill in the info for the first lock; click Add again, fill in the info for the second lock.. you get the idea.
Posted 17 years ago2006-12-26 15:14:45 UTC
in Ambient_Generic not starting Post #207574
Where is your "misc" folder? Is it a subfolder of the Half-Life/hl/sound folder? I believe your sound needs to be in the sound folder somewhere.

EDIT: Oops.. sorry.. wrong game. That's HL2. Nevermind.
Posted 17 years ago2006-12-25 17:53:49 UTC
in Lighting through a doorway Post #207512
Simply put a BlockLight brush in the doorway. Don't parent it or tie it to any entity. That will prevent the flickering light from appearing in the second room.

As Kasp said, during the game, the light from one room won't affect the light in the other.
Posted 17 years ago2006-12-25 00:27:13 UTC
in Lighting through a doorway Post #207454
Sorry. : Missed that. Why do you parent the block light to the doorway?

Also, is the "sun beam" really a volumetric light, or are you shadowing light from an light_environment cast from the skybox?
Posted 17 years ago2006-12-24 22:18:07 UTC
in Lighting through a doorway Post #207449
Try the BlockLight texture.
Posted 17 years ago2006-12-24 22:13:55 UTC
in Avatars Post #207448
Habboi: is that true?? Hunter is the real artiste?? :aghast:
Posted 17 years ago2006-12-24 17:27:28 UTC
in Avatars Post #207427
Lawl @ Habboi
Habboi needs a Lifetime Achievement Award for Avatar Modifications
Posted 17 years ago2006-12-24 17:21:56 UTC
in Avatars Post #207424
A real sign I got from somewhere. I've tried to figure out many times how it may have been used but was never successful.

Describes my mapping for about an hour after I've just awoken.
Posted 17 years ago2006-12-24 17:00:44 UTC
in Proximity Triggers & NPC's? Post #207421
BUMP: (in case strider read the previous post)

You should be able to use ai_relationship entities.

Set the NPCs disposition to LIKE until the !player triggers the prox trigger. Then trigger an ai_relationship and have the ai_relationship change the NPC's disposition to HATE (or FEAR?). When the player leaves the prox trigger (OnEndTouch or the like), trigger another ai_relationship to change the NPC's disposition back to LIKE and he'll reholster his weapon.

EDIT: I tried it and it should do what you've described.

ai_relationship named ai_like, starts enabled, subject: the npc, object: !player, disposition: Like

ai_relationship named ai_hate, starts disabled, subject: the npc, object: !player, disposition: Hate

Setup a trigger_multiple near (or Parented to) the npc.

Trigger ai_hate OnStartTouch. Trigger ai_like OnEndTouch.

When the player gets near the npc, he draws his pistol and begins firing. When the player runs away, the npc holsters his weapon and goes to an idle animation.
Posted 17 years ago2006-12-24 15:09:05 UTC
in Proximity Triggers & NPC's? Post #207411
You may be able to use scripted sequences to achieve something close, with Action Animation = draw pistol, PostIdle loop = idle angry.

Looking in the SDK, I haven't figured out yet how to put the NPC into combat mode to get the idle angry part, but there is an animation ACT_METROPOLICE_DRAW_PISTOL (for instance) which you can use with a metro police.

From the code, it appears that, if the npc is in a combat state, ACT_IDLE will get translated into ACT_IDLE_ANGRY and the npc will stand with weapon drawn. Otherwise, ACT_IDLE causes the npc to go to the normal (weapon at side) stance.

So, without being in combat state the result is a quick draw followed by normal idle = not what you need
Posted 17 years ago2006-12-24 01:22:16 UTC
in Proximity Triggers & NPC's? Post #207362
An npc_combine_s has HolsterWeapon and UnholsterWeapon inputs. Might those work?
This post was made on a thread that has been deleted.
Posted 17 years ago2006-12-23 11:31:17 UTC
in trigger_endgame after killing a mob. Post #207293
If you have a fixed number of monsters, you can use a game_counter.

http://twhl.co.za/mapvault_map.php?id=1906
Posted 17 years ago2006-12-22 15:59:18 UTC
in GoldSource Mapping Tips Post #207224
HL2 - When adding in a stairway using handrail props, add the handrail prop and a couple of steps (if not all of them) of the desired width and height before finishing the room or adding the floor to which the stairway leads.

If not, the odds are you're going to have to reposition the entire stairway or upper floor to make the top and bottom of the handrail appear correct.
This post was made on a thread that has been deleted.
Posted 17 years ago2006-12-22 11:34:46 UTC
in Modelling help Post #207207
Happy modeling!
Posted 17 years ago2006-12-22 11:34:18 UTC
in Stupid Dropships! Post #207206
First of all, you need to use path_tracks, not path_corners.

If you've worked out the crate dropoff, then add a path_track (not path_corner) at the location you want the dropship to go after the dropoff.

Add an output to the dropship: OnFinishedDropoff, target itself, input SetTrack with a parameter of the name of the final path_track.

I'll upload an example map to the Example map vault.

EDIT: example VMF/BSP added to example map vault
Posted 17 years ago2006-12-22 09:59:40 UTC
in Modelling help Post #207199
I don't have a data2.cab in my XSI installation - only data1.cab.

Did you get as far as registering your mod tool installation? After installation, you MUST register it with Softimage for it to start up. Back when I installed it (long time ago), immediately after the first startup, you have to do a File-Save and a registration screen pops up. Fill out the registration (you'll get spam from your email address so be prepared), submit the form and you'll get an email with a registration code which you then need to use after you restart XSI to get anything(!) to work.

FYI - my installation of the the mod tool always requires an active internet connection and it will hang on the splash screen if your connection is borked or the Softimage server is slow.

For me, with 1 G RAM, 4G CPU and 512k cable, XSI takes about a minute to start up.

Softimage has a forum site for the mod tool (don't know whether it's still up) and you can get some help there.

IMO, using other than XSI to model is a pain in the rear. With XSI, you export your file and after one drag and drop on a desktop shortcut, the model's ready for use.
Posted 17 years ago2006-12-22 09:41:16 UTC
in Need Compiler!! Post #207198
He's looking for a C compiler, I think. I use MS Visual Studio .NET 2003 without any problem whatever. However, it's not free (many US$).

Maybe some of the other coders know of a freeware or shareware compiler. Google?

Borland may be difficult to use as the libs may not be compatible. I don't know if Borland compatible libs are available (I doubt it).
Posted 17 years ago2006-12-21 19:11:36 UTC
in dm_mudanchee (v0.26, beta) Post #207130
Looks like a nice texturing job, CP (to be expected from you). It certainly looks better than the last time I saw it when it was all dev and purple/black checker textures! ;)
Posted 17 years ago2006-12-21 19:00:56 UTC
in Question on trigger_changelevel Post #207129
If it will help, I put a set of example trigger_changelevel maps in the Examples map vault.
Posted 17 years ago2006-12-21 18:55:36 UTC
in Oh..my...god! Post #207128
BUMP: I've uploaded an example set of maps to the examples map vault showing a very simple trigger_changelevel and info_landmark setup.
Posted 17 years ago2006-12-21 17:55:00 UTC
in Oh..my...god! Post #207120
I commented on your maps, bal. There is no problem with the entity setup at all. The problem is that your levels are not sealed. You use the AAATRIGGER texture for the box surrounding the levels and that's what's causing the problem. Change that texture (see the problem map vault comments).

Also, I noticed that the monster entities are too close to the walls, causing the yellow "flies around the monsters" indication.

Also, your light entity intersects with the ceiling brush. It should be moved down a little so that it doesn't intersect with any brush. If the center of the entity is inside a brush, no light from it will be rendered in the map. The lights in your maps are okay as-is, but if they're moved even a little, your maps may go dark.
Posted 17 years ago2006-12-21 17:19:25 UTC
in how to make the door rotate Post #207117
bal - politeness requires that you don't hi-jack another person's thread.

You should watch this thread to see if it answers your questions or, if your problem differs from kool's, create a thread for your own problem.
Posted 17 years ago2006-12-20 20:46:51 UTC
in Oh..my...god! Post #207085
You SHOULD see a "Loading.." message (if only briefly) between maps.

bal: You have to give some information to us for anyone to help. No-one knows what "fixed a few minor details" means, so that's no help at all.

Did you check the properties of the brushes and entities as suggested? Did you construct brushes using the AAATRIGGER texture and tie them to a TRIGGER_CHANGELEVEL entity, one in each map? Did you check the properties of the trigger_changelevels and the name of the info_landmarks as suggesteed?
Posted 17 years ago2006-12-19 19:39:54 UTC
in Oh..my...god! Post #206985
For a changelevel, there're only 2 AAATRIGGER brushes and 2 info_landmark entities involved: a trigger_changelevel brush in each map and an info_landmark entity in each map.

Make sure the trigger_changelevel in each map has New Map Name set to the other map (spelled correctly AND both map bsps have been compiled correctly and exist in the correct directory) and each trigger_changelevel in each map has Landmark Name set to the one name of the info_landmarks.

Make sure BOTH info_landmarks (one in each map) have the exact same name.

The actual location of the info_landmarks really doesn't matter provided there's room at their locations for the player to spawn when the map changes.

You can also zip both maps (RMFs) together and post them to the problem map vault for someone to look at.
Posted 17 years ago2006-12-19 19:17:45 UTC
in Fire Triggered by Button Post #206978
Glad you got it working to your satisfaction!
Posted 17 years ago2006-12-19 15:13:57 UTC
in Iron Grip Media Release! Post #206938
If you're public relations, you really should consider mentioning what your product is about.. is it a mod? an addon? what platform? are you targetting CS or what?
Posted 17 years ago2006-12-19 15:05:30 UTC
in Fire Triggered by Button Post #206936
You had the fire working before so nothing should have changed. Sounds like you don't have the button setup correctly.

Do something simple like turning a light on and off that's very obvious and get the button working correctly. Then add to the button just the fire start and make sure that works. Then add the fire extinguish temporarily, etc.

If you get entirely frustrated, perhaps you should post the map to the problem map vault and let someone take a look at it.
Posted 17 years ago2006-12-18 20:39:21 UTC
in Hint usage Post #206849
First of all, if you don't know already, a hint brush has only one surface covered with the hint texture. To construct a hint brush, construct the brush with the SKIP texture and then apply the HINT texture to just one surface of the brush.

Yes, it's okay if the hint surface intersects with a world brush, or even another hint surface. Normally, though, if you're applying it correctly, it would intersect with just an edge and not actually cross the surface. An exception would be a doorway with an irregular shape.

For instance, if, by "irregular shaped," you mean an arched doorway and you want a visleaf to be created at the doorway, use a single vertical hint brush and have it overlap the entire arch and the rest of the doorway, one brush covering the entire opening.