Need someone to test this.

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
GameArena
Posts: 182
Joined: Wed Jul 16, 2003 4:35 pm
Location: Outside of a bubble... Looking at all the humans inside.

Need someone to test this.

Post by GameArena »

I've been working on improving the AI in Doom lately, and was wondering if I could have someone test it on multiplayer, it works pretty nicely on single player (the enemies will follow you into rooms, etc.). But I'm not sure how it'll work via networking, if it doesn't work well with multiple players it'd be generally easy to fix it. But if you want to see what the updated AI is like, start the executable up with -file map01.wad (it needs to load the trajectory paths), then without killing everyone or anyone (I suggest the easy skill level, then you'll be able to better see how they work, run by those guys in the hall, open the door to the room with all the guys on the platforms, press the buttons to bring the platforms down, then run to the exit room, and hide inside (don't hit the exit switch). You'll here the footsteps get closer and closer, then they'll open the door (with their speed it may take a little while). I still have no clue what will happen on multiplayer, you'll have to use map01.wad of course. It should work, but I want to make sure.

You'll probably want to extract the contents of zdoom.zip to a different folder than your current zdoom as I didn't change filenames yet. For best effect you'll probably want 3d sound on and the sound effects turned up.

Enjoy. I'm currently working on a lot of other new stuff to, if this goes well, perhaps I'll release more for public testing.

You can download the file at modarchive.gnlive.com/files/zdoom.zip .
User avatar
Hirogen2
Posts: 2033
Joined: Sat Jul 19, 2003 6:15 am
Operating System Version (Optional): Tumbleweed x64
Graphics Processor: Intel with Vulkan/Metal Support
Location: Central Germany
Contact:

Post by Hirogen2 »

The monster AI or the bot AI?
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

I would try if it said the zip wasn't corrupt. But maybe that's my pc being a bugger.
GameArena
Posts: 182
Joined: Wed Jul 16, 2003 4:35 pm
Location: Outside of a bubble... Looking at all the humans inside.

Post by GameArena »

Monster AI, I currently have no desire to create a bot system. Gah, I'm on a 56k so there's a chance it got corrupted upon uploading, I'm downloading it to check. Hopefully it's just your computer ;)
GameArena
Posts: 182
Joined: Wed Jul 16, 2003 4:35 pm
Location: Outside of a bubble... Looking at all the humans inside.

Post by GameArena »

Alright it works for me, so it's not the zip. Try redownloading it.
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

Will do.... As soon as my goofy brother's illegal Halo warez download. :roll:
User avatar
Lexus Alyus
Posts: 4220
Joined: Tue Jul 15, 2003 5:07 pm
Location: Nottingham, UK
Contact:

Post by Lexus Alyus »

Mmm, finally, footsteps! :-D But apart from that I didn't trally notice anything differant...

:twisted:
GameArena
Posts: 182
Joined: Wed Jul 16, 2003 4:35 pm
Location: Outside of a bubble... Looking at all the humans inside.

Post by GameArena »

Yeah, I'm still working on the path nodes, appearently Map01 wasn't really a good choice to test them on. The problem is I need them accurate, but I don't want them to take to much processing time (which would be the case with multipath-traversing prior to movement. Although I think I may try a new system that makes it so the players drop nodes after a certain amount of tics.
User avatar
Galaxy_Stranger
Posts: 1326
Joined: Sat Aug 16, 2003 11:42 pm
Location: Shropshire
Contact:

Post by Galaxy_Stranger »

did you use a dehacked patch to use the player's pain sound to get the footsteps? I noticed that there is no pain sound when dropping from a good height.
GameArena
Posts: 182
Joined: Wed Jul 16, 2003 4:35 pm
Location: Outside of a bubble... Looking at all the humans inside.

Post by GameArena »

No, it's a source modification, no dehack stuff needed, it just doesn't have the *land sound included.
User avatar
Sphagne
Posts: 513
Joined: Wed Jul 16, 2003 3:36 am

Post by Sphagne »

Hey GameAreana, have you used some of my ideas in your monster AI? I would like to see them implemented somewhere, so please say yes. :wink:
User avatar
Ultraviolet
Posts: 1152
Joined: Tue Jul 15, 2003 9:08 pm
Location: PROJECT DETAILS CLASSIFIED.

Post by Ultraviolet »

Will you be able to keep this up-to-date with future ZDoom releases?
User avatar
Kappes Buur
 
 
Posts: 4201
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Post by Kappes Buur »

.
First off, could you call this modified file something different than zdoom.exe, for example zdoomAI.exe or AIdoom.exe or GAdoom.exe? I can see the bug reports flooding in, saying that ZDoom no longer works, because someone did not realize that this is no longer ZDoom anymore.

Second, are you making this modification so that it can be patched into ZDoom seamlessly? And are you willing to follow-up on bug reports?

Thirdly. It sure would be good, if you considered Sphagne's recommendations.
.
User avatar
Enjay
 
 
Posts: 27295
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

I agree with Kappes Buur. Give it a different exe name, give it an alternativly named resource wad to zdoom.wad and make it use it's own ini. Then you can keep things neat and tidy and the two progs won't interfere with each other if you put them in the same dir.

Aside from that, it ran well enough, but apart from the footsteps, I was hard pushed to notice much difference.
GameArena
Posts: 182
Joined: Wed Jul 16, 2003 4:35 pm
Location: Outside of a bubble... Looking at all the humans inside.

Post by GameArena »

The filename will change, but this is just part of the code built I've been working on. I'm actually working a engine for a freeware game based on Randy's wonderful Zdoom ;) . But I may release several versions for those who wish to have more editing features and special effects with regular doom wads. As for the AI ethics, I'm currently using a simple node system (predefined) but am working very hard on fuzzy logic path traversing, yet am having problems concerning speed. I may in the end just stick with waypoints.
Locked

Return to “Editing (Archive)”