#376 posted by madfox on 2020/03/11 03:49:33
As close as I can JokerSaw.
#377 posted by yhe1 on 2020/03/11 04:29:56
Can you move the square so that it is attached to the Joker's arm diagonally?
#378 posted by yhe1 on 2020/03/11 04:52:05
Just tested the Skeleton in Chasm. It has four attacks total. Two sword attacks with its right arm. One bite attack, and one ranged attack. Any other attack is not used. Like I said, it has the same number of attacks as the Goblin and should not be a problem.
#379 posted by yhe1 on 2020/03/11 05:07:31
Regard the Chasm monsters, don't worry about pain state's length. It is a problem shared by Ogres and enforcers. A single enforcer isn't a threat, a group of enforcers is. The chasm small monsters are meant to be used in groups anyway.
 @madfox
#380 posted by Tribal on 2020/03/11 05:37:13
AD has a sawblade in the progs folder (trap_sawblade.mdl) i think it is from one of the official mission-packs.
You could resize it to fit in the Joker's hand
#381 posted by madfox on 2020/03/11 07:02:15
I could reposition the saw diagonally.
When I use another model to merge this skinfile is so obvious (64×968) that it's ruined with every attempt.
 2.31
#382 posted by madfox on 2020/03/11 07:33:56
chasm_quake_dev2.31
- Changed Deadguy death pose.
- Rearranged Joker death/ regenerate in paind frames and handsaw.
- Not repositioned yet.
#383 posted by yhe1 on 2020/03/11 08:19:35
Skeleton is pretty good, only thing missing is the head attack.
as I said before, this pose is not used in chasm itself
https://www.mobygames.com/game/dos/chasm-the-rift/promo/promoImageId,94529/
All the problems I mentioned in post 351 to 354 are still there tho.
 So
#384 posted by madfox on 2020/03/12 04:03:40
Yes., it were the old bboxes. I think it's solved now.
2.32
Repositioning the saw gets queer in other than commen poses.
I think he catched a cold. :P
Why should we use poses that are not in the original game?
I could give the joker a spellmaster gig. It uses its arm to range, could be a backtrap spell.
#385 posted by yhe1 on 2020/03/12 04:32:54
You should make a version faithful to chasm first, then if you can get the spell attack working, then use that for a Joker boss.
#386 posted by yhe1 on 2020/03/12 04:42:52
The mong still ignores being hit at all. This is not a bbox problem. I think you need to restore an old version of the mong, maybe version 2.17
#387 posted by madfox on 2020/03/12 06:41:12
I only tested Faust and Goblin. They seemed to have good infight.
What Mong concerns I can't get grip on its behaviour.
When all have left fighting it is the only one left behind.
Can't make a thing of it. Needs a kick-ass.
With file 2.17 all attacks were scrambled with hitscans by ai_charge.
I had to start over again.
#388 posted by yhe1 on 2020/03/12 06:54:08
Then use 2.16 or earlier, the mong's infight work fine back then
 Mong
#389 posted by madfox on 2020/03/12 23:19:28
- Returned Montgrunt v2.13. Infight is better now.
- Joker with fist repositioned handsaw. first stage.
2.33
#390 posted by yhe1 on 2020/03/13 04:50:11
There seems to be no change in Mong behavior. Check if a mong will fight with a enforcer, and check if a stratos will fight with an enforcer.
#391 posted by yhe1 on 2020/03/13 22:59:43
Can you give sacrof armblade to joker?
 Ah,
#392 posted by madfox on 2020/03/14 01:42:30
Given a chasm/quake.mdl is strictly bound to vert/tris count and skin seize.
I can create a new skin, change the pattern within the mdl file, but that's about all.
It's possible to merge an object into the excisting one by cost of doubling the skinseize. (original + import = 2). Shrink the merging object as small as possible, but still the whole skin file will be lashed.
I've studied the error with Mong, and something strange come to me. MonGrunt has the exact the same code as the Enforcer, with altered launch function aside, but in game they won't hardly have infight.
If I take two Enforcers, they won't attack eachother either, so I think that is what's happening. Code wise it are identicall monsters, so they won't have infight.
The last string I could find is in:
void(vector org, vector vec) GrunLaunchLaser =
{
if (self.classname == "monster_grunt")
If Enforcer has the monster_enforcer code here they will have infight. What happens is that Mong will give an attack, but then quickly starts hunting again. Unfair, as its health of 180 fails enforcer's 80.
#393 posted by yhe1 on 2020/03/14 06:20:24
Madfox, not sure if you understand me 100%, but the joker's handsaw is a like a skin. The only limitation is that the edges must be straight. well, the scarof's sawblade can be straight edged and not look bad. maybe you can try to make a Scarof blade with the skin file, then shrink it and attach to joker's arm.
Regarding Mong infighting, what if you replaced both the mong and the stratos with the version right after the boundbox bug was fixed? I remember mong and stratos infight worked fine back then.
#394 posted by madfox on 2020/03/15 01:58:53
dev2.15 is the last where mong has a kind of infight.
Bad is that it isn't that easy to copy all files back, because all errors with stale frames are back again.
There is no difference in the mongrunt.qc or fight.qc so it stays a wonder to me.
 No
#395 posted by madfox on 2020/03/15 23:22:56
I've gone back to dev2.09 and although in that map mong seems to infight, as soon as I use the dev2.09.qc and try it on a map there are only mongs that react with a counter attack, but then run blind to the player.
I get a bit irry about this stupid error.
I wanted to make chasm monsters work in quake,
not why they won't fight eachother.
 You Shall Not Chasm In Quake
#396 posted by madfox on 2020/03/17 03:40:34
A bit hillarius about the mong accident. I think it's there but it is a small error compared to the things that work well. :P
Anyway, this is as far as I have come and I know there are attack scenes that could do better. But I'm no coder, as good as I can do.
Here's is the latest map, I didn't change much. I deleted the Grunt_check_Attack in fight.qc after I saw it make ingame fights. But they are much to obvious. Not ment as a truely counter attack.
dev2.34
#397 posted by yhe1 on 2020/03/17 04:16:12
what about using Quake Grunt code instead of enforcer code for the Mong?
#398 posted by yhe1 on 2020/03/17 05:55:23
How come the mong fires a little arrow now instead of the correct attack (shotgun)?
#399 posted by madfox on 2020/03/17 08:20:07
I've been trying different attacks for mongrunt to see if it changes the infight.
The original code was the quake grunt, but soldiers don't infight eachother.
The small arrow is the frame of the animation becausw I switched the code to enforcer.
Not enough to make it more alert, which is strange because the other chasm monsters with quiete the same code have no trouble with infight.
#400 posted by yhe1 on 2020/03/17 08:43:15
what code is the alien warrior based on? The alien warrior is one monster that never had any problems with infighting. maybe use alien warrior code for Mong?
|