 That Video Is So 90's It Hurts
#28020 posted by DaZ on 2016/09/08 11:29:52
 Dat Reticle Tho
#28021 posted by Kinn on 2016/09/08 11:42:21
...
but yeah I agree engine-rain is the way to go
(would be nice to have sky-emitted rain/snow in quakespasm with ways of controlling it in-game � la fog)
The rain looks bad, I'm interested in how mankrip would implement it with his engine though.
as a side note is it pronounced man krip or mank rip?
 Dank Rip
#28024 posted by Kinn on 2016/09/08 13:11:30
The rain looks bad
well, everything in that qrack video looks eye-gougingly horrific. If there was demand for it, I'd like to think the developers behind tasteful engines such as QS would implement a weather particle system in such a way that it wouldn't look terrible.
Giving the designer full control over the dynamics and visuals of the particles would obviously be a requirement.
#28025 posted by Newhouse on 2016/09/08 15:35:54
Instead of using simple, cheap yet fast 2d particles, 3d has much more options, is that the reason why you're discussing about this? I kind of lost me track where this discussion was leading to.
'gl_rain from Qrack' is that the best one out there?
 @newhouse
#28026 posted by Baker on 2016/09/08 20:46:39
An entity in Quake is like a monster, a torch on the wall or a box of nails or an actual nail fired from a nail gun.
One method to generate "rain" that mods have used, is to make tons of rain drop entities in QuakeC (think Quake mod: Quoth, Arcane Dimensions, etc). But each rain drop is an entity (think monster).
Having a great many trivial entities each with their own location, frame, model, slot, etc. causes many problems (demo size, save game size, large amount of data sent from client to server, other issues).
A static entity (like a torch or invisible wall like a func_illusionary) cannot move, be created, be destroyed but is almost free. Metlslime brings this up as an option for a rain effect.
The other alternative being discussed is a pure engine effect, like the fog you see in maps.
 @Baker
#28027 posted by Newhouse on 2016/09/08 21:02:38
Thank you, that made everything much more clear. So could it be animated "thing", which is easy to control through duration/speed keys etc.
I guess that engine effect is still a bit vague to even talk about, yet alone what it is going to be in a practice.
#28028 posted by Baker on 2016/09/08 21:14:51
Yeah, like how torches are animated, even though they are completely inert.
#28029 posted by Spike on 2016/09/08 21:29:57
the problem with using entities is that they may or may not be interpolated.
if they're not interpolated (qs) then they'll be jerky.
if they are interpolated then they'll move upwards for a frame!
/me wonders how easy it would be to port fte's particle system over to quakespasm.
/me wonders how many people would complain about the result...
#28030 posted by Baker on 2016/09/08 21:34:20
Torches in Quakespasm are not lerped ONLY because they are excluded in the r_nolerp_list cvar. (Spike groans).
Do r_lerpmodels 2 in console and they are.
r_lerpmodels 2 lerps everything no matter what.
#28031 posted by metlslime on 2016/09/08 21:39:44
you could solve the rain lerping upwards for one frame by having the drop go to zero scale the frame before and after the upwards lerp.
 GameMaker Humble Bundle
#28034 posted by primal (nli) on 2016/09/09 17:40:12
A heads up for people interested in gamedev. You can get GameMaker: Studio Pro and some add-ons cheap in a Humble bundle for approx eleven days as of today.
https://www.humblebundle.com/gamemaker-bundle
It's not the perfect tool for making games or getting into gamedev by any means, but there are examples of successful indie games made with it. Here are some.
https://www.yoyogames.com/showcase
Some will argue that if you are serious about gamedev, you should learn a real language like C++ and use this or that engine for your serious projects. I don't disagree that these are important considerations for dedicated indie devs, but the thing is you can still learn all these things after playing around with GameMaker to your heart's content. I think of it as an option for someone looking to get started casually in gamedev with a limited budget of time and money.
There is also the free GameMaker: Studio you can get from Steam or Yoyo Games, if you want to take a look before buying anything. It's a good idea to see what it can help you with and what you still got to learn for yourself, because there are no silver bullets or free lunch.
 Practical Examples Of Metlslime's Idea
#28035 posted by Preach on 2016/09/09 21:41:04
Although none are actually weather effects, the following models demonstrate the idea of creating particle style effects which disappear and then reappear to allow looping in engines with interpolation:
forcefield and smoke. The forcefield is the closest to the idea as the particles loop - even though there are particles going in both directions, if you track any one you'll notice that it only ever travels in one direction. The smoke is actually performing a similar trick, but because it's a big long thing it's harder to spot.
runic barrier. This is also similar to the smoke, but because it's got a greater number of distinct "particles" it might be more representative.
embers. These aren't intended to loop as such, but they demonstrate the idea of particles disappearing into nothing. They also exhibit a nice "floatiness" which might be good inspiration for snow.
 QME
#28036 posted by LTH on 2016/09/09 22:52:36
Guys, qME finally stopped working on Windows 10 (it complains it won't run on 64-bit) -- what's the best alternative if all I want to do is just stick an extra skin into a Q1 .mdl file?
#28037 posted by Baker on 2016/09/09 23:52:36
Hmmmm. Doesn't sound right.
Windows has what is called a "Windows on Windows" system to run 32-bit applications built-in to the operating system.
Visual Studio is a 32-bit application, as a hilarious example.
Is it just the installer that doesn't work (more likely)?
#28038 posted by Baker on 2016/09/09 23:56:05
Here is a link to the shareware version of QME 3.1 (QMELite)
https://www.quaddicted.com/files/tools/qme31.zip
#28039 posted by Baker on 2016/09/09 23:57:00
That file is just a zip, no need to use an QME's goofy installer which very well could be a 16-bit application from the Windows 98 days.
 Rendering Doom
#28040 posted by killpixel on 2016/09/10 02:08:17
 #28040
#28041 posted by mfx on 2016/09/10 03:18:02
wow, thx kp for linking that!
 You're Very Welcome
#28042 posted by killpixel on 2016/09/10 03:49:15
I was happy to find such a quality write-up!
 Yeah Thanks!
#28043 posted by ericw on 2016/09/10 03:52:28
#28044 posted by Rick on 2016/09/10 05:04:33
I need a better computer so I can play that game.
|