46. More clouds
Mod: More clouds in the sky.
By Frankie
Description: Enjoy yet another Easter weekend Tornado mod! I noticed that the stock Tornado was lacking quite a lot in the cloud department. So I decided to do something about it. Below are the before and after images.
Before...
...and after Cloud mod. More clouds than you can shake a stick at now.Why have more clouds? Why not, since computers of 2018 running DosBox can handle more polygons compared to the 1993 ancestor PCs? So here it is! Digital Integration's Tornado with tons more clouds - in two layers. As voluminous as the 1993 source code could make it out to be .... or not. Still, the original 1993 Tornado only offered a smattering of clouds here and there to keep the frame rates of the day acceptable on 386 and 486 PCs.
More clouds than the original. Something mesmerizing just watching the clouds drift by.
In this mod, I have given the lower layer (light gray clouds), a 30% chance of forming clouds. The upper layer (white clouds) have a 50% chance of forming clouds.
This cloud mod compliments the trees mod. So in the video above, the Tornado is sandwiched between rushing trees below and drifting cloud layers above. 1993 flat-shaded polygon graphics at its best enjoyed with additional tree and cloud polygons on your 2018 computer. Enjoy! BTW, to see the difference this cloud mod makes, compare with my other video recording below, that shows a lack of cloud formations in the stock Tornado.
Stock Tornado - the lack of clouds makes for very clear skies most of the time
Anyway, do enjoy the scenery and nature of the Cloud Mod on your modern computer of 2018.
Cheers
Frankie Kam
APPENDIX - Some technical notesBasically I edited and modified both these files:
1. D:\TORNADO\VISUAL\MAP\LAYERS\CLOUD1.INC
2. D:\TORNADO\VISUAL\MAP\LAYERS\CLOUD2.INC
I used a custom-made Excel file to randomly generate the hex values that populate both files. Hint: 000h means all bits are zeros, so no chance of a cloud occuring in that sector. The more 000h values the emptier the sky is. My spreadsheet generated values from 000h to 01Ch (i.e., decimal 0 to decimal 28).