Forum posts

Yeah, this has been questioned a few times in the past, as far back as twenty years ago on this very site. It's not possible to make Barney hostile via a trigger I'm afraid.
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-16 11:43:16 UTC
in Well, it's probably my fault. Post #349167
https://help.steampowered.com/en/wizard/HelpWithCommunity

You can likely use the "I need help with something not listed here" > "Contact Steam Support" link to appeal to the support team, but if you were banned from the actual Steam Community (not an individual group) for such a long period, I wouldn't hold your breath.

I guess consider what you commented and why and learn from that.
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-15 13:08:37 UTC
in Got a problem with my HL1 sound mod Post #349162
If you want a sound to loop you need to edit it to have either a cue/marker point at the start and end. You would need to look up how to do this in your chosen audio editing software: https://developer.valvesoftware.com/wiki/Looping_a_sound
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-15 12:53:21 UTC
in How to set up Spirit of Half Life? Post #349161
When you say 5.0, do you mean Spirinity 0.5.0? A mashed together version of Spirit of Half-Life with the Trinity renderer? I've never worked with Spirinity, but I believe it's the same principles as Spirit. Everything in the download should go in its own mod directory in your Half-Life directory.
User posted image
That's it. Restart steam and it should appear in your games list.
User posted image
NOTE: I've just done this setup myself and got the same errors as you when attempting to run any map out of the box. Then it crashes to desktop... That seems terribly stable.

I'm afraid I've reached the end of my ability to help here. I don't care for these kinds of engine mods or renderers and I'm not going to waste time learning their quirks and solutions.
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-14 20:28:20 UTC
in How to set up Spirit of Half Life? Post #349159
Hmmm. That sounds like an issue with the installation then, rather than your JACK setup. Spirit is either a bit or a lot of a mess depending on the version you're using...
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-14 17:36:51 UTC
in How to set up Spirit of Half Life? Post #349157
Are there any errors in the compile log?
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-14 14:28:35 UTC
in How to set up Spirit of Half Life? Post #349155
When you say "set up" I assume you want to use Spirit as a base for your mod.

Spirit of Half-Life is a mod like any other. The directory should be placed in your steamapps/common/Half-Life directory. If you want to map for it, then point JACK/Hammer to the appropriate mod directory like so. (You will want to rename the directory to your mod's name though, save having to change all of this later.)
User posted image
When adding the game data files, rather than adding the halflife.fgd from the JACK directory, use the spirit.fgd in the spirit directory. (Ours is renamed thecore.fgd in this case because we've made code changes, the default is spirit.fgd)
User posted image
After that, assuming you've done the usual setup correctly, you should now be able to start mapping with spirit's entities.
monster_urby monster_urbyGoldsourcerer
Posted 1 month ago2024-09-10 00:04:14 UTC
in NEED HELP WITH TELEPORT SEQUENCE!!! Post #349137
Are there any errors in the compile log or in the developer console when testing? Accurate or not, recompiling a decompiled map is bound to cause some issues.
monster_urby monster_urbyGoldsourcerer
Can you give more specifics. What is it that you're trying to port to which model?
monster_urby monster_urbyGoldsourcerer
Note: I'm not a modeller or an animator, but I get by with what I know.

Don't rename the bones. That's going to mess with all the references in your models .qc file and yeah, it's going to require all the other animations to be redone.
monster_urby monster_urbyGoldsourcerer
Posted 2 months ago2024-08-16 21:31:21 UTC
in How can i use the paranoia renderer on my mod? Post #349053
Nothing to do with Hammer I'm afraid. That's just a level editor. The mapping tools with that toolkit are simply for making your own Paranoia maps.

If you're wanting to use their renderer in your own project, you're going to need to know how to take their code and implement it into your own.
monster_urby monster_urbyGoldsourcerer
What do you mean by zoomed in? Can you show a screenshot? Also, did the process complete correctly? Do you have the appropriate files generated and all that?
monster_urby monster_urbyGoldsourcerer
Posted 2 months ago2024-08-04 23:14:08 UTC
in The release of my HL1 mod. Post #349033
I'll be honest, your little model pack or "mod" as you call it, is going to get either a ton of hate or completely ignored, especially on ModDB. These kinds of low effort "mods" pop up every summer when the children are on off school. They get blasted in the reviews and then quickly buried due to lack of updates.

I get the impression that I've seen all I need to from the screenshots. It doesn't look particularly cursed; It looks boring. I've played Half-Life a hundred times. I don't need to play it again with some basic model edits and I won't be wasting my bandwidth on the download.
monster_urby monster_urbyGoldsourcerer
Posted 3 months ago2024-07-22 14:11:26 UTC
in Textures on curved surfaces Post #349009
To have textures flow naturally around curves like this, select the face on the straight brush, then hold alt and then right-click the first face on the curve. Then, select that first face, hold alt and right-click the second face along the curve. Continue this until you reach the end of the curve and the textures should line up correctly.
monster_urby monster_urbyGoldsourcerer
I've seen this problem before, and it's usually a case that the trigger positions between the two maps are too close together. You say you can transition from map1 to map2, but can you then go back? I would expect you cannot.

Basically, if you pass through a trigger_changelevel and you are in contact with another trigger_changelevel, it will be deactivated to prevent an infinite loop of going between levels. You want to set it up so that the trigger to return to the previous level is a few distances behind the player.

map1

User posted image
The player hits the trigger_changelevel and loads map2

map2 (broken)

User posted image
The player loads into map2, but the trigger_changelevel is in the same place, so they touch it immediately and would return to map1. This would in turn have them touching the trigger to go to map2 again and so we have a potential infinite loop. The game code prevents this and disables all trigger_changelevels.

map2 (fixed)

User posted image
The player loads into map2 where they hit the trigger in map1 and can continue forward without hitting the trigger again. The transition back to map1 is further behind them, to ensure they're not running into it immediately and looping between map1 and map2
monster_urby monster_urbyGoldsourcerer
Posted 3 months ago2024-07-08 11:34:16 UTC
in Map Optimization Question Post #348963
In terms of the RAD compile, the NULL faces would not be rendered in either case. These would appear identical in game. The downside to the hollowed out brush is an increase in clip nodes. It is no longer a single solid face, but rather a hollow box with five internal solid faces. A friend pointed out to me that it would also be far more time consuming to be hollowing out unseen faces like this.

I'm not sure why you'd ever want or need to do that.
monster_urby monster_urbyGoldsourcerer
Posted 3 months ago2024-07-05 17:10:34 UTC
in Half-Life: The Core Post #348954
Mind that time we set a release date? What was I thinking?? Probably something like, "3D Realms aren't going to hire me in early 2021 and cause me to delay the mod indefinitely. That'd be crazy!"
User posted image
That being said, we're making progress on this again now and I dare say that some of the new sections I've added or the old areas I've improved upon are pretty damn fun now. Just need to get this thing over the line now. Stay tuned!
User posted image
User posted image
monster_urby monster_urbyGoldsourcerer
Posted 3 months ago2024-07-05 16:59:54 UTC
in TWHL Tower: Source Post #348953
Hard to believe it's finally coming out. Going back to the start of this thread and seeing that it started in mid-2021 is crazy. Golf claps all round.
monster_urby monster_urbyGoldsourcerer
It is quite a tricky process to make your textures entirely in Photoshop, though it is of course possible. There are other pieces of software which a lot of people use these days, such as Substance Painter, but of course these come with a hefty price tag.

I personally do a lot of the basic work in photoshop, adding details and highlights and such, while the actual texture comes from a texture library online. I personally was a big fan of textures.com, which provided thousands of seamless textures, but unfortunately they stopped allowing free accounts to download textures.

Ambient CG is still free though, and they have a couple thousand, free, seamless textures.

Using different layers with display types in Photoshop, you can take a single texture from one of these sites and use it to add texture, a layer of grunge, even use it as a mask to make chipped paintwork and such. I did that here, making a VERY basic texture in photoshop and then used one stone texture from ambientCG to add detail.
User posted image
Unfortunately, in my case it was a case of learning Photoshop's features over a number of years and often times stumbling into an effect by accident.
monster_urby monster_urbyGoldsourcerer
Posted 5 months ago2024-05-19 02:04:31 UTC
in trigger_changelevel does not appear? Post #348809
Just in case you're not aware, trigger_changelevel is a brush entity, like trigger_once and trigger_multiple.
monster_urby monster_urbyGoldsourcerer
Posted 5 months ago2024-04-27 15:43:47 UTC
in How to make fake elevator? Post #348756
Take a look at the trigger_teleport entity guide here: https://twhl.info/wiki/page/trigger_teleport

Note that it will be obvious to the player they they have been teleported, as a trigger_teleport can cover a wide area, but will only sent the player to a single spot, so they will appear to warp to a certain point inside the elevator.

I'm curious as to why you cannot simply use a regular elevator?
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-21 17:20:34 UTC
in Houndeye Guarding Post #348742
That will definitely be it. NPCs cannot navigate the map without nodes, so they may have been aware of the player but unable to reach them.
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-21 01:37:46 UTC
in Houndeye Guarding Post #348740
So long as they are all in the same squad, the SquadLeader should cause them all to wake at the same time. I've just tested this and can confirm that all three houndeyes in my test map were immediately hostile, no waiting for the first attack:
User posted image
monster_urby monster_urbyGoldsourcerer
For Half-Life 1/Goldsource mapping, it's actually recommended that you use JACK now, rather than Hammer. JACK is still being updated with the free version (linky link) getting a big stability fix recently. There's also a version available to purchase on Steam, but I can't say anything about that as I don't use it.
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-20 10:30:01 UTC
in How can you make alien portals? Post #348732
Additive is the correct Render Mode for portal sprites. This makes the sprite glow, while making the darker parts of the sprite (such as the black border) transparent. You need to make sure when using Additive that the Render Amount is quite high, with 255 being the maximum. A low or empty Render Amount will make the sprite invisible.
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-18 08:29:35 UTC
in lighting on entities? Post #348723
What are the Render properties of the func_rotating? Render Mode/RenderFX etc? Those being set incorrectly usually results in them being lit up when they shouldn't be.
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-15 09:46:47 UTC
in Train Randomly getting stick? Post #348714
In all my experience, target and fire on close are separate trigger states. The target should fire when the door fully opens, and fire on close should fire when the door fully closes. The fact that the target is being triggered on close here seems like an error, since fire on close was specifically left blank. Perhaps I'm not in the habit of triggering things with doors, but I am fairly certain I've never encountered this before.
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-11 22:43:10 UTC
in Train Randomly getting stick? Post #348706
Ignore me, I get the two mixed up. You're using path_corner, keep doing that.

path_track is for func_tracktrain, like the intro tram or drivable trains.
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-11 17:45:46 UTC
in Train Randomly getting stick? Post #348704
So, it appears that this is due to the doors closing. When they close, they appear to trigger the multimanager again, disabling the train after one second.

Seems like an usual bug which I've not seen before where a door that targets a multimanager will also fire on close. Not sure if that's a new bug after the 25 year update or not...

In any case, the way to get around this for now would be to have the path_track target the multimanager, and have THAT handle the opening of the doors at 0 seconds.

Also, you didn't ask about this, but a little more advice:
  • Your grates and railings should be using the Solid Render Mode, not Texture. Texture makes them glow in the dark and show glass decals when shot.
  • Try to avoid using the Fit button when texturing. It stretches and squashes textures and can lead to compiling issues further down the line.
monster_urby monster_urbyGoldsourcerer
Well, since you appear to have overwritten the initial post, nobody has any idea what you're talking about...
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-10 09:46:36 UTC
in Train Randomly getting stick? Post #348699
Heh, this was uploaded at 00:41 for me. If nobody else picks this up I will try take a look tonight after work. If you're happy to join the Discord, somebody in #mapping-help might be able to get to this sooner. :)
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-09 13:47:43 UTC
in help me with this please Post #348697
For want of a better response from the OP, here is a tutorial which covers the basics of triggering NPC dialogue: Scripted Sentences
monster_urby monster_urbyGoldsourcerer
Posted 6 months ago2024-04-09 13:37:41 UTC
in Train Randomly getting stick? Post #348696
Hard to judge based on the description alone. Perhaps you could upload the compiled map with the source files to the vault under the Problems category?
monster_urby monster_urbyGoldsourcerer
Posted 7 months ago2024-02-27 10:57:31 UTC
in Singleplayer map in DM list Post #348624
I was about to say that seems like a little bit extreme before I remembered that every singleplayer map I download goes into my custommaps mini mod already, and any I work on are always mini mods as well.

Then again, it's not often I play HLDM so I wasn't really aware of this problem.
monster_urby monster_urbyGoldsourcerer
Posted 7 months ago2024-02-26 13:03:52 UTC
in Singleplayer map in DM list Post #348620
Yup... That seems to be normal.
monster_urby monster_urbyGoldsourcerer
Posted 8 months ago2024-02-21 10:04:08 UTC
in Interrupted Dining Post #348598
It may seem like a trivial solution, but please do share your solution in case anyone should find this thread in future with a similar issue. :)
monster_urby monster_urbyGoldsourcerer
Posted 8 months ago2024-01-31 13:59:41 UTC
in Forum dead? Post #348512
I just aint active cause im cooking up some stuff related to goldsrc mapping although im gonna be ripped apart by urby if I post it lol
I'm a kitten. I rip things apart because I love them.
monster_urby monster_urbyGoldsourcerer
Posted 8 months ago2024-01-30 11:57:14 UTC
in Forum dead? Post #348504
TWHL is one of the oldest Half-Life modding communities and in recent times it certainly has been quieter around the main site and forums. The site itself is not as active as it once was, but remains a useful resource with the wiki, map vault and competition dashboard.

However, as the others have said, the vast majority of discussion these days happens on the Discord server. It's far more active, responses are far faster and it's easier to quickly share links or screenshots in order to get immediate feedback on your work/guidance with your issues.
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2024-01-18 23:47:02 UTC
in Trouble regarding re-texture and compiling Post #348478
So, what exactly is the issue you are facing? Are the textures not appearing? Can you post screenshots or provide your compile log?
monster_urby monster_urbyGoldsourcerer
You don't need to repeatedly self reply to bump your threads. The forums are less popular than the Discord server, but sooner or later somebody will pick up your question and respond.

As for your question: idle animations will always start as soon as a map is loaded in game. They start enabled and need to be triggered to stop.

If you are using a scripted_sequence to teleport a scientist when triggered, I assume using the Instantaneous move to setting, you may need to simply trigger an additional animation to play once the scientist arrives. Have the scripted_sequence target another sequence which will play straight after.

Having said that, I don't believe I've seen this issue before and would need to see the map or try copying the setup myself.
monster_urby monster_urbyGoldsourcerer
What if he wants the zombie to attack the scientists later though?
Then use scripted_sequences to swap the prisoner zombie out for a regular one.
monster_urby monster_urbyGoldsourcerer
I think the only option is to use a func_train for the falling debris. You can set a high Damage on Crush value that will gib the scientist (or any other NPC) that is caught under it.
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2023-12-25 00:32:55 UTC
in Ammo wont appear Post #348357
Thank you! Would it be impossible to place ammo on a shelf due to the fact it'd be very close to world geometry?
I'm not really sure how you would handle placing it on a shelf like that. It's not something you see all that often in GoldSRC. I was trying to remember if I ever managed to get it working but it seems I just stuck things on the top shelf. Haha
User posted image
Interestingly enough I just tried the "spawn on break" for the picture and it spawns the ammo and slowly sinks into the shelf never to be seen again.
You will notice that this happens often in the official games as well. It's a variation of the same issue. The item spawns inside the geometry and slowly falls through it unless the player is able to grab it before it vanishes.
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2023-12-24 22:39:03 UTC
in Ammo wont appear Post #348353
The ammo pickups are far too close to one another or the world geometry. Before JACK/Hammer would show models in the 2D/3D views, all we had were 32x32 unit bounding boxes. The ammo_357 entity actually takes up about this much room:
User posted image
You need to spread them out a little more. As for the one behind the picture, you might need to make the func_breakable picture just spawn 357 ammo on breaking.

Also, unrelated, but those shelves are the wrong way round. The cross frame should be against the wall :P
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2023-12-24 20:08:15 UTC
in Trouble going from one map to the next Post #348350
I think your trigger changelevels are too close to one another between maps. When you go from map 1 to map 2, you spawn touching the trigger back to map 1. This is being disabled to prevent an infinite loop and also explains why quick loading works. Move the trigger back to map 1 so it is much further behind the player.

Check the tutorial here. Specifically the part about relative distance.
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2023-12-23 22:37:39 UTC
in Vertex Tool Missing Texture Post #348345
You may want to break that section into tetrahedrons. Looking at the grid view you are using a cube but warping it in a way that J.A.C.K does not like, creating an invalid solid. Tetrahedrons would be more "malleable?"

It's also worth considering turning detailed brushwork that doesn't seal your map into a func_detail for the sake of optimisation and stopping them carving up your world geometry.
monster_urby monster_urbyGoldsourcerer
What exactly are you asking? Have you not been mapping for HL1 this whole time?

If you're just getting started with mapping, there are a couple of places you can check out the basics of mapping. This tutorial is pretty old but the fundamentals are largely the same.

Otherwise, there's Dimbeak's series on YouTube which might be a little fast paced for absolute beginners, but cover more modern tools:
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2023-12-22 20:52:39 UTC
in Trouble going from one map to the next Post #348329
Moved topic to HL Engine Discussion.

Can you provide screenshots of the area where the transition happens in each map? Top down grid view preferably.
monster_urby monster_urbyGoldsourcerer
Posted 9 months ago2023-12-22 20:30:26 UTC
in Is GoldSource still cool Post #348328
GoldSRC Forever
monster_urby monster_urbyGoldsourcerer
You don't need to keep posting one after another. This isn't Discord. Write everything you want to say in a single post. If you forgot to add something, just edit your post :P
How do you did the dead sitting scientist?
It's just a monster_scientist_dead in the sitting pose.
monster_urby monster_urbyGoldsourcerer