Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > NecroVisioN > Mods

Mods NecroVisioN MODs and other improvements

Reply
 
Thread Tools Display Modes
  #1  
Old 05-16-2009, 11:56 PM
Gniarf Gniarf is offline
Approved Member
 
Join Date: Mar 2009
Posts: 177
Default

There you have it, MadMan's Mess v0.4 out! First post updated as usual.

For next release (if any), I plan to:
-fiddle a bit with rifles, 'coz I don't find the very handy in combat: I keep thrusting my bayonnet but it doesn't seem to always hit - dunno why, will look into it.
-allow taking back thrown shovels
-and fix the bugs you'll find in v0.4, save for the one that exhibits missing parts of the player's arm when doing some charge animations. I don't think I can do much for this one.
Reply With Quote
  #2  
Old 05-17-2009, 12:35 AM
KingDaniel KingDaniel is offline
Registered Member
 
Join Date: May 2009
Posts: 15
Smile

Cool ! Downloading it now.

Thanks.
Reply With Quote
  #3  
Old 05-23-2009, 04:37 PM
Dominic White Dominic White is offline
Registered Member
 
Join Date: Apr 2008
Posts: 1
Default

As a possible better way of balancing the difficulty, is there any way of adding a slider (like you did with spawns/speed) for damage multipliers?

It would make sense to have, say, enemies doing 0.3x damage and you doing 3x if you've got 3x enemy spawns on, so you can kill them at roughly regular speed without running out of ammo, but they'd also not be shredding the player.

Of course, you'd need to figure out some way to stop this from applying to boss spawns.
Reply With Quote
  #4  
Old 05-23-2009, 05:03 PM
Gniarf Gniarf is offline
Approved Member
 
Join Date: Mar 2009
Posts: 177
Default

Quote:
Originally Posted by Dominic White View Post
As a possible better way of balancing the difficulty, is there any way of adding a slider (like you did with spawns/speed) for damage multipliers?
Sure, no problem
Quote:
Originally Posted by Dominic White View Post
It would make sense to have, say, enemies doing 0.3x damage and you doing 3x if you've got 3x enemy spawns on, so you can kill them at roughly regular speed without running out of ammo,
If you're worrying about ammo (either use the unlimited ammo option or) that's an ennemy health factor you'd want.
Quote:
Originally Posted by Dominic White View Post
but they'd also not be shredding the player.
I'm kinda starting to think ermm...4 sliders: speed, number, %health, %damage...+1 text indicator "average difficulty" = speed*number*%health*%damage/(10 000)
Quote:
Originally Posted by Dominic White View Post
Of course, you'd need to figure out some way to stop this from applying to boss spawns.
*suddently notices*OMG I slowed bosses aswell...hmmm...shall I keep it that way?
Speed affects bosses
number: no
health & dmg: I guess they shouldn't

[When I have time to]/[if I] implement ennemy health & dmg sliders I'll make them range from 1% to 200% inccase some people would want to thoughen things a bit... demoncrusher, 10x ennemies, 200%hp, 200%dmg, any volunteers?
Reply With Quote
  #5  
Old 05-26-2009, 06:35 PM
Kr3v Kr3v is offline
Approved Member
 
Join Date: Mar 2009
Location: France
Posts: 48
Default

Hi, I've tested your mod (v0.4) as promised and I have some problems.

- Even in lowest graphics, the framerate is unplayable. Of course I've got a good computer and vanilla Necrovision runs great. It's probably the fov, but I'm not sure.
- Weapons are constantly flickering and disappearing, it's strange. And near an obstacle, they are distortioned.
- You've said that we have unlimited ammo for all weapons, but do we have all weapons ? I've not, so I wonder if it' normal or not.

Otherwise, I like the option menu which allow to configure the mod. With a bunny jumping switcher and a fov adjuster it will be perfect

Last edited by Kr3v; 05-26-2009 at 06:45 PM.
Reply With Quote
  #6  
Old 05-27-2009, 02:01 AM
Gniarf Gniarf is offline
Approved Member
 
Join Date: Mar 2009
Posts: 177
Default

Quote:
Originally Posted by Kr3v View Post
Hi, I've tested your mod (v0.4) as promised
THANK YOU !
Quote:
Originally Posted by Kr3v View Post
- Even in lowest graphics, the framerate is unplayable. Of course I've got a good computer and vanilla Necrovision runs great. It's probably the fov, but I'm not sure.
Huh?...Gosh that where it sucks to have an ubercomp...I'll see what I can do.

EDIT: in CWeapon.lua line 1552 you have:
Code:
local w0,h0,d0 = ENTITY.GetDimensions(self._Entity) --already takes self.Size in account
	d0=math.max(math.max(w0,h0),d0)/2
if you replace the whole thing by "local d0=2", does it change anything performance-wise?
Quote:
Originally Posted by Kr3v View Post
- Weapons are constantly flickering and disappearing, it's strange. And near an obstacle, they are distortioned.
WTF?
Juste pour être sur, flicker=clignoter.
And could you post a screenshot of a distorted weapon?
ATM I've no clue of what could cause that.
Note:It's normal that weapons are pulled back when you're close to an obstacle, and when you have your eyes just above the barrel, you may notice that actually, it's quite long.
Quote:
Originally Posted by Kr3v View Post
- You've said that we have unlimited ammo for all weapons, but do we have all weapons ?
No no, you have to pickup weapons (or use nvnweapons)
Quote:
Originally Posted by Kr3v View Post
Otherwise, I like the option menu which allow to configure the mod. With a bunny jumping switcher and a fov adjuster it will be perfect
bunny jump: not a problem, except that I have other priorities:1-that FPS issue and 2-reworking the aiming system*
FOV: actually, I dont see what setting it should affect. Is it just Cfg.FOV? And what kind of option should it be; I mean is it a slider in the 90-180 range, a text on which you click whith different values (like for resolution) , or a box where you type a number (or something else)?

*aiming system
Currently we have the standard aiming cone system: when you shoot the crosshair grows, increasing the weapon spread, but you dont know where you shoot, so you mouse aiming skills do not affect much whether you hit or miss.

My idea is to have cursors (one per weapon) showing exactly where your bullet will hit (save for shotguns ofc). And those cursors wouldn't stay at the middle of the screen, but move here and there on the screen due to the recoil. And as you could see precisely where you will shoot, you could adjust the aim, making successful hitting more mouse-dependant.
The problem is:2weapons->2crosshairs moving separately vs 1 mouse

Last edited by Gniarf; 05-27-2009 at 07:53 AM.
Reply With Quote
  #7  
Old 05-27-2009, 08:20 PM
Kr3v Kr3v is offline
Approved Member
 
Join Date: Mar 2009
Location: France
Posts: 48
Default

Yes, flicker = clignoter

I'll make some screenshots for the weapon bug.

For the FOV yes, a slider could be a good choice.

edit: Screenshot §§








Last edited by Kr3v; 05-27-2009 at 08:33 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:32 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.