New engine features |
Top Previous Next |
Weds improvements
The name of the executable that is created for the redistributable level editor can now be customized by editing the options.scr file that is located inside GameStudio's \data folder.
New demos available
Two new engine demos can be downloaded from here: http://server.conitec.net/down/demo_venice.rar http://server.conitec.net/down/demo_lightshadows.zip
bmap_to_alpha This new instruction generates an alpha transparency channel for the given bitmap by multiplying the pixel brightness with a percentage factor (-100..100). action test_entity() { bmap_to_alpha(bmap_for_entity(my, 1), 15); }
|