Recent content by palm3r

  1. palm3r

    RandomWeather Plugin 0.1

    HI @KyuKyu83 sorry for late reply. At first, try setting weather to "overcast" or "raining". As I know, rFactor 2 has some weather problem that weather API doesn't work with "clear" or "cloudy" setting. Next, I think rF2 also has another issue that sky/cloud does not sync with rain smoothly...
  2. palm3r

    RandomWeather Plugin 0.1

    Thank you too!
  3. palm3r

    RandomWeather Plugin 0.1

    @AUSTmike It seems that loading the plugin has failed because some dependent dlls can not be found. Uninstall and reinstall Visual C++ Redistributable for Visual Studio 2015 may fix the problem.
  4. palm3r

    RandomWeather Plugin 0.1

    @AUSTmike Is there following lines in log file? or different messages? 9.57s PluginManage 336: Analyzing plugin "RandomWeather.dll" 9.57s PluginManage 375: Successfully loaded plugin "RandomWeather.dll" If there's no lines about "RandomWeather.dll", you may put dll to wrong place or dll is...
  5. palm3r

    Creating plugins using Visual Studio

    Search "rfactor 2 plugin" in Github. You can find some good examples.
  6. palm3r

    RandomWeather Plugin 0.1

    @LokiD Thanks m8, I agree with you. This plugin is very simple, just using 1D perlin noise to simulate pseudo weather (and some tweaks to produce realism). I think S397 devs can easily implement into rF2. but sadly it seems low priority to them. @Aceking This plugin works with both DX9 and...
  7. palm3r

    RandomWeather Plugin 0.1

    @AUSTmike Do you use plugin on client or server? And you have to choose weather as overcast or raining in session settings.
  8. palm3r

    RandomWeather Plugin 0.1

    Random weather plugin changed weather, temperature, etc. before DX 11 update, but somehow it did not work due to weather setting of rF2. As far as I have confirmed, setting the weather to Clear means that it will not rain regardless of the plugin's output. In other settings I think it will...
  9. palm3r

    Plugin Development Toolchains

    It is not possible to mix EXE and DLL built with MSVC and MinGW. C ++ does not have ABI (Application Binary Interface) compatibility between different compilers. C ++ functions (such as class names and method names) are named differently for each compiler when exported from a DLL. (Google "C++...
  10. palm3r

    RandomWeather Plugin 0.1

    Bypass vanilla system. This plugin doesn't use in-game weather settings. Clouds amount will completely change randomly in setting range. Air temperature and wind speed also change randomly, and it affect clouds amount. Rain amount will also change randomly, but max amount is limited by...
  11. palm3r

    RandomWeather Plugin 0.1

    Sorry for late reply. Just simply install when you use this on dedicated server. And I'll post to "Download/Other" forum when publish next release.
  12. palm3r

    RandomWeather Plugin 0.1

    Hi Marc. Unfortunately, Humidity changing is not support in rF2 plugin now. And I hope to add track specific settings, but plugin can't know exact track (folder) name now. However someday, I think these problems will fixed by ISI...
  13. palm3r

    RandomWeather Plugin 0.1

    Thank you, Gupster. I checked how weather changes depends weather script settings. It seems clouds are not appear when SKY is set to Clear, but it appears suddenly when rainfall starts. I don't understand yet about what rain and cloud amount are how much limited by choice of SKY setting. So I...
  14. palm3r

    RandomWeather Plugin 0.1

    Yes :)
  15. palm3r

    RandomWeather Plugin 0.1

    Sorry I'm not good at English. What do you mean by "water density"? Could you explain more easily? I have wrote this reply using google translate. lol
Back
Top