Search found 42 matches
- Sat Sep 06, 2025 10:11 am
- Forum: Scripting
- Topic: How to make a startup image with bar?
- Replies: 0
- Views: 34
How to make a startup image with bar?
I want to replicate the startup screen as shown in project brutality but with my mod, any idea on how it's possible? With the loading bar included.
- Fri Sep 05, 2025 3:51 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
Tried copy-pasting it, and turns out it worked. Must've just been something wrong on my end.
- Fri Sep 05, 2025 3:39 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
Slight issue, I can't really load the map because it's a PK3.
- Fri Sep 05, 2025 3:38 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
I have an interesting idea; what if i copy the custom ambientsound from your pk3, then paste it into my WAD?
- Fri Sep 05, 2025 3:36 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
I'll look and give you an update.
- Fri Sep 05, 2025 3:06 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
Before I try sending you a cut down version of the wad, I'm gonna try sending you the actual audio file i'm using (on the off chance its actually the issue)
https://drive.google.com/file/d/10RyhFa ... sp=sharing
https://drive.google.com/file/d/10RyhFa ... sp=sharing
- Fri Sep 05, 2025 2:11 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
- Fri Sep 05, 2025 1:56 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
I dunno what the issue is, no matter what i do the circle is just fucking huge
- Fri Sep 05, 2025 1:54 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Re: Hearing indoor ambient sound from the other side of the map
Turns out i've been using Point instead of Surround, i'll test surround and give you an update
- Fri Sep 05, 2025 1:35 pm
- Forum: Mapping
- Topic: Hearing indoor ambient sound from the other side of the map
- Replies: 14
- Views: 94
Hearing indoor ambient sound from the other side of the map
I don't really know what to do, I've tried changing the range of it to a very small range but from this image it looks like nothing changed. Testing it in game results in the same thing. My max heard distance is 5, distance multiplier 1, min fading distance is also 5, and my volume is 75% https ...
- Fri Aug 29, 2025 1:56 pm
- Forum: Scripting
- Topic: Teleport in script not working
- Replies: 7
- Views: 81
Re: Teleport in script not working
Changing it to ENTER made the script work. Thanks, Enjay!
- Fri Aug 29, 2025 1:29 pm
- Forum: Scripting
- Topic: Teleport in script not working
- Replies: 7
- Views: 81
Re: Teleport in script not working
By the way, I changed the map spot to a Teleport Destination.
- Fri Aug 29, 2025 1:27 pm
- Forum: Scripting
- Topic: Teleport in script not working
- Replies: 7
- Views: 81
Re: Teleport in script not working
When i tried it, literally nothing changed. Script 1 OPEN { Thing_ChangeTID (0, 10+PlayerNumber()); ChangeCamera (1,0,0); SetHUDSize (640, 480, 0); hudmessage (s:"This is the Car Battery Store. You must find your car battery, and leave"; HUDMSG_TYPEON|HUDMSG_LOG, 1, CR_GOLD, 320.4, 340.0, 3.0 ...
- Fri Aug 29, 2025 1:17 pm
- Forum: Scripting
- Topic: Teleport in script not working
- Replies: 7
- Views: 81
Re: Teleport in script not working
I'll try the Thing_ChangeTID method, as i've already tried the teleport method.
- Fri Aug 29, 2025 12:42 pm
- Forum: Scripting
- Topic: Teleport in script not working
- Replies: 7
- Views: 81
Teleport in script not working
What I'm trying to do is have a small cutscene play, and then have the player teleported into where the level begins. The only issue with this is that everything works besides the teleport script. Any fix for this? Script 1 OPEN { ChangeCamera (1,0,0); SetHUDSize (640, 480, 0); hudmessage (s:"This ...