View Single Post
Old 08-17-07, 06:37 AM   #116
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,547
Downloads: 26
Uploads: 3
Default

Another new cool upcoming feature is the ability to define a list of choices for properties. This is a snippet from the config file:



I've taken the enumeration from the SHControllers.act in this example. This has to be done for all properties that are based on enumerations, so it will still be tedious work for me. But once this is in place, you won't have to guess for a value or look it up in documentation, or even in an .act... Cool?

Please note I've made the values more readable. In the .act file definitions are less friendly (C-developers style), ie.: DIAL_DEPTH, DIAL_SPEED. Spaces are not allowed though, so don't ask why the underscore is not replaced with a space. ;p

This is how it looks in S3D:
(notice Dial/Display is also showing a 'friendly' value, using same method)

skwasjer is offline   Reply With Quote