View previous topic :: View next topic |
Author |
Message |
lth

Joined: 11 Nov 2004 Posts: 129
|
|
Back to top |
|
 |
Downsider

Joined: 16 Sep 2008 Posts: 477
|
Posted: Wed Oct 28, 2009 10:16 pm Post subject: |
|
|
Can you post a changelog? I wanna know if the problems I had with it are fixed  |
|
Back to top |
|
 |
lth

Joined: 11 Nov 2004 Posts: 129
|
Posted: Wed Oct 28, 2009 10:54 pm Post subject: |
|
|
There have been so many changes that I've lost track - pretty much everything has been tweaked in one way or another. If you have any specific questions ask away! _________________ randomviolence - tactical combat boardgame |
|
Back to top |
|
 |
Downsider

Joined: 16 Sep 2008 Posts: 477
|
Posted: Wed Oct 28, 2009 10:57 pm Post subject: |
|
|
lth wrote: | There have been so many changes that I've lost track - pretty much everything has been tweaked in one way or another. If you have any specific questions ask away! |
Water/food drop scaling for multiplayer and/or changing how it worked? |
|
Back to top |
|
 |
lth

Joined: 11 Nov 2004 Posts: 129
|
Posted: Wed Oct 28, 2009 11:16 pm Post subject: |
|
|
I haven't played it coop myself, however, you should get more and more appropriate drops. There's a extra-bonuses perk that should make things easier too. _________________ randomviolence - tactical combat boardgame |
|
Back to top |
|
 |
lth

Joined: 11 Nov 2004 Posts: 129
|
Posted: Thu Oct 29, 2009 9:52 am Post subject: |
|
|
In fact, here's a changelog of everything I can remember:
- Better zombie AI and placement
- Improved bonus dropping heuristics
- New small food / water / both bonuses
- Ingame crosshair
- Hover cursor over other players to see their health / food / water stats
- Death view more gruesome
- 2 new monsters added
- Fixed bounding boxes on zombie women
- Fast zombies have new attack
- New perks: bonus magnet, bonus bonus, pentagram
- Freeze perk fixed; frozen monsters no longer attack you
- Gun level upgrades more spaced out
- Tons of new weapons including railgun, rocket pistols, molotov cocktail _________________ randomviolence - tactical combat boardgame |
|
Back to top |
|
 |
Irritant
Joined: 19 May 2008 Posts: 115 Location: Maryland
|
|
Back to top |
|
 |
Supa

Joined: 26 Oct 2004 Posts: 122
|
Posted: Thu Oct 29, 2009 5:40 pm Post subject: |
|
|
I haven't played this beta yet though I did play the one you sent me last week and I have two questions. I don't want to spoil it for anyone who hasn't made it to that point yet, so all I'll say is I really like the event that happens once you hit ~400 kills. :)
Is it intentional for the handcannon spread to be aligned to the camera and not the dummy player? To see what I mean, fire a shot with the handcannon at the top or bottom of the screen - the spread pattern will be aligned from the dummy's left to right. But when you fire a shot to the left or right of the screen, the spread pattern remains aligned left-right, not up-down as one would expect.
Also, are you placing the shot origins in front of the dummy player instead of inside it? If so, that would be why you can't shoot a zombie that's right next to you. In DP, If a trace or entity starts inside another entity, that trace||ent will not collide with the entity it started inside. It's meant for letting you walk outside of entities you'd normally get stuck in, but if your shot org ever starts inside a zombie you'd never be able to actually hit it. Right now it's basically an instant game over if you're unlucky enough to get surrounded by runners and can't find a space to squeeze out, so fixing this would help *alot*. |
|
Back to top |
|
 |
lth

Joined: 11 Nov 2004 Posts: 129
|
Posted: Fri Oct 30, 2009 9:39 am Post subject: |
|
|
Re: sawnoff - I just use a v_right*crandom(), which yes makes funny things happen close to zero. I didn't want to have to makevectors() with a slightly varied angle repeatedly, since that seems awfully expensive, though perhaps I really ought to. Any other suggestions to acheive the same effect welcome.
Re: shot origins - I did pull them back a bit from the last version, though clearly not far enough. _________________ randomviolence - tactical combat boardgame |
|
Back to top |
|
 |
lth

Joined: 11 Nov 2004 Posts: 129
|
Posted: Fri Oct 30, 2009 9:45 am Post subject: |
|
|
Oh, and I'd really like to know why DarkPlaces renders decals on top of alpha'd entities, and if I can stop it, because it's a pain in the arse. _________________ randomviolence - tactical combat boardgame |
|
Back to top |
|
 |
LordHavoc
Joined: 05 Nov 2004 Posts: 243 Location: western Oregon, USA
|
Posted: Sat Oct 31, 2009 6:15 pm Post subject: |
|
|
lth wrote: | Oh, and I'd really like to know why DarkPlaces renders decals on top of alpha'd entities, and if I can stop it, because it's a pain in the arse. |
Screenshot please?
Decals are spawned on alphed brush entities, and depth sorted like everything else... |
|
Back to top |
|
 |
lth

Joined: 11 Nov 2004 Posts: 129
|
|
Back to top |
|
 |
LordHavoc
Joined: 05 Nov 2004 Posts: 243 Location: western Oregon, USA
|
Posted: Sun Nov 01, 2009 2:12 am Post subject: |
|
|
lth wrote: | Here you can see that although the crosshair is fine, the powerup edging around the water bottle (just in front of the muzzleflash) is rendering behind the decals. |
Oh, model meshes are sorted by origin - so if the entity origin is above the floor it will appear in front of the decals, you can just modify the model and entity spawning a little.
I have given some thought to using the mesh bounds though... |
|
Back to top |
|
 |
|