Quake II

Quake II

Преглед на статистиките:
Muzzle flash
Im planning to get Quake pack on sale. But something about quake 2 that bothers me even with all those newest source ports with ultra graphics. I did a little research about it and I cant find any mod or source port to add Muzzle flash on the weapons or at least I think there is no way to add this. Maybe for other people is silly but its kinda weird with all this new tech and we still dont have muzzle flashes on weapons :S. A minor and logical touch on the weapons.

It is funny when Quake 2 on N64 had muzzle flash on weapons. In the end I can live without this muzzle flashes because I played Quake 2 when I was child without problem but. It bothers me a little, because when you fire, you can see the light effects but no muzzle flash. Its magic XD
< >
Показване на 1-9 от 9 коментара
Anyone¿?... I get the game recently with bundlestars offer but seems no one cares about this XD
i must admit id like to see a muzzle flash mod for quake 2. even with its updated models quake 2 evolved lacks them.
And I think its not hard to do. But seems moders only focus the textures and modes. Maybe its difficult to do and we dont know XD.
I'm wondering how to add it in redux and rampage mods. Very difficult to add in a game mod. That would need to be done in a client mod.
Последно редактиран от ☣VoivoD☣; 21 юни 2019 в 4:46
For a gameside mod you'd just need to send a temporary entity effect at the desired position of the gun's muzzle. The offsets should already be calculated in weapon code. You'd just need to figure out which TE_ effect you want to send for which gun.
Първоначално публикувано от Phoenix:
For a gameside mod you'd just need to send a temporary entity effect at the desired position of the gun's muzzle. The offsets should already be calculated in weapon code. You'd just need to figure out which TE_ effect you want to send for which gun.

Looks easy on that description but then dont know why all modders add something that looks better for the mod
Първоначално публикувано от Phoenix:
For a gameside mod you'd just need to send a temporary entity effect at the desired position of the gun's muzzle. The offsets should already be calculated in weapon code. You'd just need to figure out which TE_ effect you want to send for which gun.

I can add that to the world side with major no problems. The problem would be with player view side, when the positions need to be more precise, and since Quake II has only 10fps server side, client predictions aren't too accurate and that would probably look awful. Also not sure if I would be able to send different muzzleflash message to the world, and different to specific player, but I think yes.
It's the future so guns don't have muzzle flash.
Първоначално публикувано от ☣VoivoD☣:
I can add that to the world side with major no problems. The problem would be with player view side, when the positions need to be more precise, and since Quake II has only 10fps server side, client predictions aren't too accurate and that would probably look awful. Also not sure if I would be able to send different muzzleflash message to the world, and different to specific player, but I think yes.

Regarding the 10 FPS and client prediction... the weapon events in Quake 2 are all server side, so the event timing would correspond to the gunshot sounds accurately. The position... that's where you'd have to decide if you want the flash to spawn at the gunshot origin or an offset from the player's muzzle calculated from their current position. If spawned at the gunshot origin there would be lag on the net so the muzzle flash would disconnect from the gun position. If spawned at the offset muzzle point based on position and view angle then there would be a slight timing lag with the animation, but I think that would be preferable to a bad position render.

Don't know until you try it.
< >
Показване на 1-9 от 9 коментара
На страница: 1530 50

Дата на публикуване: 7 окт. 2015 в 0:11
Публикации: 9