News | Forum | People | FAQ | Links | Search | Register | Log in
ARCANE WIZARD
Just wondering if anyone is interested in a wizard/arcane themed q1sp project. The idea would be a common pak file, including a bunch of arcane monsters/props, and whoever wants to donates a map in an arcane theme (id wizard, contract revoked, ikblue, new texture sets, whatever). Then they get strung together, and that's the pack.

Criteria for arcane: in my opinion, there should be lots of books, heh. And a focus on signs and symbols and magic and such. contract revoked is a good example.

Anyone interested?
First | Previous | Next | Last
Preach 
that's great. downloading now 
I Don't Have Rogue 
so monster_eel, all magi (monster_acolyte, monster_sorceror and monster_warlock) and monster_wraith don't work. 
Not Only That... 
But when enforcers die, they stay solid, and they spew out lots of backpacks, each pack holding 5 cells...

Oh, and some bastard removed impulse 12 as well... 
Today's Build 
Here we go, today's work.

http://people.pwf.cam.ac.uk/ajd70/progs-12-10-05.zip

You don't need rogue to get those monsters, all the -rogue switch does is turns on the new HUD graphics. I've included the updated gfx.wad from rogue in today's package, and since I'm so nice have even made custom icons for the chaingun and ammo : - ). The reason the monsters you listed didn't work was problems in the code. The wrath and eel had qc files all ready to go, but they weren't included in the build process. The mages didn't work because of a bug in the code, that occurred several times, but is an easy fix once you spot it.

Hadn't spotted the bug with enforcers, it comes about as a result of the rewrite FC did of all the monster spawning code. Gotta admit, the fountain of backpacks was lovely to watch. It's also been fixed in this build, enforcers now behave. What did impulse 12 do, was it cycle weapons backwards? Let me know and I'll fix it tomorrow. 
Very Nice 
magi work now =)

I hope you'll add last monsters soon. Also make func_train start to work (I think there's something with that 'master/slave' fields bug). And the greatest feature will be spawnflag teleporters.

btw who cares about enforcers in medival mod? 
 
the enforcers do. think of the enforcers. :( 
Lol!! 
If dylan sartain's around somewhere, I thought he was going to replace the enforcer models/themes with cultists. 
More Bugs: 
(btw, impulse 12 is cycle backwards, yes)

l_spike.mdl isn't precached.

Quake crashes when you try to cycle weapons while holding the lava NG.

There isn't a model for the chainsaw.

I get a multi-coloured blob instead of shell casings from the chaingun.

Sorry for listing so many bugs, but I tend to notice these things... If you need a fresh pair of eyes on the code then I can take a look for you. Feel free to contact me off-list.

LA

PS: Is there anything else I should get for testing this, apart from the progs.dat ? 
Bugs, Bugs 
Don't stop sending me bug reports, it's useful, not annoying! Most of the fixes for these things are easy, but I don't have time at the moment to both playtest the hell out of the mod looking for bugs and to fix them. Once I know there's a problem I can get straight on it. Like the lava ng stuff passed me by as it doesn't get given to you with impulse 9 - which I suppose constitutes another bug : - ).

Also, pulsar, which monsters are missing? Let me know and I'll try and get em into today's build. 
Heh 
Like the lava ng stuff passed me by as it doesn't get given to you with impulse 9 - which I suppose constitutes another bug : - )

I just assumed that that was a part of the weapon cycling bug...

The crash whe cycling from the Lava NG is a runaway loop - I have a crash screnshot if you want it.

I assume that the idea is to have the alternate ammo type show up on the status bar when using an alternate weapon, just like in DoE. I can't exactly remember how that is done, although poking around in the DoE source and DP engine source might help. But I think that you will need to pay attention to the variable names that you use. 
Preach 
Monster_ell and monster_wraith.

Also a minor bug - I get a message the fiend's idle2.wav is not precached everytime I see fiend (tho it's not idling) 
PuLSaR 
Have you got a map that I can specifically test this with? 
 
what do you want to test? 
Lava Eels 
http://people.pwf.cam.ac.uk/ajd70/progs-13-10-05.zip
Now contains everything you need for monster_eel. Monster_wrath was actually working yesterday, make sure you spell it without an i...wraith looks more natural to me, but the files and QC all spell it wrath. Same goes for the idle.wav bug, nailed that one yesterday : -).

On the lava_nails, it's less good news. The problem is that the lava_nailgun really hasn't been implimented at all yet, it's more like a bug that you can get at it when you pick up lava nails. The precache is fixed, but things are not all well yet, don't report bugs with the lava nails yet, it's just not done.

The even worse news is that half the weapon code needs changing to make lava nails work and the right ammo, it's a matter of replacing ammo_shells with ammo_shells1 everywhere(and so on for the other ammo), then adding another function in several key places, so a big job. Once that's done the upper ammo totals with be right and the other lava ammo bugs will be fixed. Not today though...

There shouldn't be a model for the chainsaw on the ground, it replaces the axe by design. And I get shell casings from the chaingun as normal, so if you've got any more info about why that's happening it you it would be handy. You aren't testing it in darkplaces are you? 
Another Bug 
If I open shootable doors with chainsaw the half of the way it opens with the speed I set in the 'speed' field and the after that it immediately drops into open position.

haven't checked the latest progs.dat yet, downloading 
 
There shouldn't be a model for the chainsaw on the ground, it replaces the axe by design. And I get shell casings from the chaingun as normal, so if you've got any more info about why that's happening it you it would be handy. You aren't testing it in darkplaces are you?

The chainsaw doesn't appear at all... You just appear to be holding nothing. I am using DP, but I woulldn't know what sort of errors I'm looking for...

@PuLSaR: I'd be looking to test monsters next, because there's currently nothing else to be tested on teh weapons. I can't map for shit, otherwise I'd just add the monsters to a basic rooom and test that. I can also test maps for bugs and stuff if you think it might be useful... 
Uhm 
And I get shell casings from the chaingun as normal

shell casings coming out of chainsaws isn't normal. 
Chaingun 
 
Lardarse 
Well I actually don't want to fullvis my map so far. If you want I may sent you fastvised version, but if you need just to test monsters I have a testmap with mothing but 6 brushes and monsters/ammo. 
Missing Models 
It sounds like you're missing all of the custom models for the game, do you have the zip file that FC posted long ago with all the models in it? The releases I've made are intended to be patches for that, not replacements. When DP can't find a model, rather than spit out a console error it replaces it with a default placeholder, which looks like a multicoloured diamond thing. I haven't done anything with bmodels yet, so I'll take a look at that door thing and the func_train while I'm at it. My connection is down though, so I might not be able to upload a patch today. 
And Again 
http://people.pwf.cam.ac.uk/ajd70/progs-14-10-05.zip
Here we go, fixes: Ammo counts now work, and the lava nails are in. Cycling forward is fixed, although multi-rockets might still break it. I'll do backwards once the weapons list is locked. The problem with non mastered/triggered func_trains is sorted. A few other cosmetic changes like reducing the number of idle noises from the chainsaw. Haven't been able to reproduce the chainsaw door bug yet, so it's still at large.

The new ammo code is the thing most likely to cause problems, if you notice at any time that the ammo on the top doesn't update correctly, let me know what you did so I can fix it. Lava nails should also be considered fully featured, so let me know about any bugs encountered.

If I've got this right, this is the list of known things that still need doing:
Fix chainsaw door bug.
Add teleporter flag.
Improve moster reaction time when waking up.
Add multirockets and exploding shells?
Backwards weapon cycling.
Anything else? 
Arcane_v0-9.zip As Seen In #359 
I think that backward weapon cycling has to be a priority now, if only so I don't have to listen to that bloody chainsaw starting up every time...

Forward cycling is fine, and it completely ignores the possibility of MR weapons. Ammo counts change correctly as well.

I have noticed a few issues with the chaingun, though. The weapon spins so fast that it looks to be convulsing when I hold down the trigger (I guess because of DP's model interpolation). The weapon is also far too powerful. It drops knights with 1 hit, and gibs eels with 1 hit as well. Also, it uses 2 ammo per shot, for some strange reason.

I am wondering if you are going to want reskinned lava guns, because they don't need those stupid warning arrows on... 
I Found The Source Code That FC Posted As Well... 
Now I understand why the Chaingun is so sick...

Preach, with your permission, I'd like to re-write the code for the chaingun to be less evil, less messy, and easier to balance once we get to that stage. If you've made updates to w_chaingun.qc, then I'd prefer to work from your copy. 
...and this here is the dangerous end... 
Be My Guest 
Only things I've changed in w_chaingun.qc are reducing the frequency of gibs spawned so it doesn't cause packet overloads when you unload on a zombie, and since the whole thing is a mess anyway, it might not be necessary once it's done. So yeah, just work from the FC version and that'll be fine. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.