Quote:
Originally Posted by ElCid97
At least I've been able to get a single object to move -- either the slide or the cursor -- but not both independently of each other and niether of them horizontal or in rotation. All either will do is move up and down the screen, depending on which one is being called up in the Dials.cfg file.
|
Only now I realized that I confused RAOBF with Attack Disks (Lagewinkelscheibe or Angriffsscheibe).
I thought you would choose from the Angriffsscheibe discs that suit you and insert your graphics into these discs. If Dark Waters doesn't have attack dials, then download where they are, KSD for example. And in KSD conduct your experiments with 'linear disks'.
Each disk consists of several layers. The first draws graphics, this is the function where your Crop_0 Mat_0 will be:
Mat 0=data/menu/ksd_main_interface/attack_disk/ad_outer_ring.tga
the second draws a transparent square,
Mat 0=data/menu/ksd_main_interface/lagewinkelscheibe/bkgr.tga
you move the mouse along this square, something clings there and the disk moves.
You need to find these 2 layers so that they are connected to each other (I don't know how to explain), in the first layer you change the graphics, coordinates, size, in the second you change the coordinates and size of this transparent area. This size must match the size of your picture from Crop_0 Mat_0.
To find layers, the first layer with graphics can be moved slightly to the side, and the second layer can be repainted black. bkgr.tga is transparent, and let's say bkgr_FFFF.tga is black, you change it:
Mat 0=data/menu/ksd_main_interface/lagewinkelscheibe/bkgr_FFFF.tga.
I looked at the code a little - I don't want to understand it at all.