So something happened today ๐
Beginning of next chapter!
Thanks to everyone thats been part of this journey with me and supporting me every step of the way ๐
#gamedev
@PicturesFoIder Number needed to get 48 to closest divisible by 10 (2). Add that to 48 and subtract from 27. Which leaves us with 50 and 25. Add em both and get 75.
(48+2) + (27-2)
50+25
75
My prediction for the next 10 Champions League
2015: Barcelona
2016: Real Madrid
2017: Real Madrid
2018: Real Madrid
2019: Liverpool
2020: Bayern Munich
2021: Chelsea
2022: Real Madrid
2023: Napoli
2024: Arsenal
2025: Manchester United
@flassari Yea its very useful for consoles. I had to test some new config values on packaged build and some consoles dont allow you to modify files on the disk so this helped a ton for quick iteration.
Also thats a great tip for logs, thank you!
@flassari Ability to change config on the fly from with commandline switch instead of modifying files:
YourGame.exe -ini:Engine:[Core.Log]:LogStreaming=Verbose,[Core.Log]:LogOnline=VeryVerbose,[SOME_SECTION]:KEY=VALUE