rain_gloom Posted January 14, 2013 Share Posted January 14, 2013 Since MTA:DayZ is getting so popular, but lacks REALLY dark nights-which is crucial-this function could be implemented, so the server can overwrite the client's brightness setting. If it doesn't, then people who drop their brightness for better experience will be in disadvantage for the ones who don't. It would also make time settings useful. With 100% brightness the difference between day and night is only the sky color. Link to comment
iPrestege Posted January 16, 2013 Share Posted January 16, 2013 I'm with you in this suggestion! Link to comment
Anderl Posted January 17, 2013 Share Posted January 17, 2013 You should also add "No, this isn't needed." option for voting. Link to comment
Cadu12 Posted January 18, 2013 Share Posted January 18, 2013 You can make with shader. This isn't needed. Link to comment
diegofkda Posted January 18, 2013 Share Posted January 18, 2013 I don't think you can, Cadu12. GTA brightness doesn't just change the screen brightness, it also sets the density of the building shadows (also the brightness of a shader would look depending of the brightness setting anyway). It doesn't seem to be an effect of a traditional brightness effect because I made a shader that changed the brightness (supossing that it's a traditional one), used it with the default MTA brightness quantiy, compared it and it was really different, so in my opinion this feature wouldn't be a bad idea, together with setShadowType and setGrassEffectEnabled. Link to comment
Carveso Posted January 21, 2013 Share Posted January 21, 2013 If it's possible to do, I'm supporting it. Darker nights would be great for a lot of game-modes. Link to comment
rain_gloom Posted February 21, 2013 Author Share Posted February 21, 2013 If it's possible to do, I'm supporting it. Darker nights would be great for a lot of game-modes. like DayZ it's a shame you closed your server Link to comment
Forrest Posted March 20, 2013 Share Posted March 20, 2013 dxDrawRectangle on the screen, big black alpha'd one. That's what I did, lol. Link to comment
rain_gloom Posted March 22, 2013 Author Share Posted March 22, 2013 so you darkened the screen? please tell me how cool shadows it produced? maybe lighting settings won't be enough, anyone knows a good night/shadows shader? not like I wont google it Link to comment
Forrest Posted April 13, 2013 Share Posted April 13, 2013 setBrightness wouldn't actually do anything I'd suspect, since it would basically be a function to control graphic brightness, in which case you may aswell use a dxDrawRectangle on the screen as I mentioned. Or, use a pixel shader. I use one and it works very well. Link to comment
rain_gloom Posted April 17, 2013 Author Share Posted April 17, 2013 setBrightness wouldn't actually do anything I'd suspect, since it would basically be a function to control graphic brightness, in which case you may aswell use a dxDrawRectangle on the screen as I mentioned.Or, use a pixel shader. I use one and it works very well. pixel shader lags or refuses to work on slow machines, all I want is a setting that's already in-game to be forced by script. If it's possible with binds, why is it so hard with other functions? I'm no expert in MTA's inner script, but I don't think it's more than 5 minutes of work for an experienced developer. Link to comment
Forrest Posted April 17, 2013 Share Posted April 17, 2013 And as I said, dxDrawRectangle would work the exact same as setBrightness, since it would just control the brightness of their screen, thus making it lighter, or darker. A alpha'd black rectangle would do that. Link to comment
Woovie Posted April 17, 2013 Share Posted April 17, 2013 And as I said, dxDrawRectangle would work the exact same as setBrightness, since it would just control the brightness of their screen, thus making it lighter, or darker. A alpha'd black rectangle would do that. Precisely. MTA has brightness reading functions that are very inaccurate and get it from the lightmap or something. Just script this yourself with a custom brightness script. Link to comment
Recommended Posts