Fallout 76

Old article

Documentation on the text file configuration of version 1.0 CustomCursor All In One

Change the EditMe part between the tags like this one <test>EditMe</test>
Here are some comments on what to change them to.
Start of a comment is with a ;
This is not a proper way to comment a xml file. Character ; is only for this guide.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Cursor>
 <Visible>true</Visible> ;When set to false or 0 it will hide the default fallout76 cursor
 <HotSpot>true</HotSpot> ;This true or 0 will show a red dot where the click area is
 <OffSet>
 <X>3</X> ;Will adjust position of the cursor on the X axis (left = positive, right = negative) Fallout76 default one would be 0 here
 <Y>3</Y> ;Will adjust position of the cursor on the Y axis (up = positive, down = negative) Fallout76 default one would be 0 here
 </OffSet>
 <Color>0x00ff00</Color> ;Color applied to the cursor not the glow
 <Glow>
 <Color>0xff0000</Color> ;Color for the glow
 <Blur>
<Default>8</Default> ;Unused right now
<Max>25</Max> ;Maximum glow length when clicking
<Min>8</Min> ;Glow length when not clicking
 </Blur>
 <Strength>
<Default>1</Default> ;Unused
<Max>1.3</Max> ;Maximum strength of the glow when clicking
<Min>1</Min> ;Glow strength when not clicking
 </Strength>
 </Glow>
</Cursor>



I didn't test it here yet but a normal way to comment xml is like this:
<!-- My comment line -->


External guides

Basic guide on xml:
https://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e65.html

Structure of a XML:
https://www.w3schools.com/xml/xml_tree.asp

ActionScript guides on xml:
https://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ff5.html

Article information

Added on

Edited on

Written by

SkyOps117

0 comments