31
Beta / [Tutorial] Convert Xim Edge Ballistic Curve to XIM4/XIM4E
« on: 11:44 PM - 02/25/14 »
For this demo we'll be using the below ballistic curve code:
The direct conversion of this to XIM4E would be the following:
HIP:
ADS:
_______________________________________________
So let's just focus on the HIP line:
and removing the first two hex characters '01' and the last 4 hex characters 'DC05' in this case.
This will get you:
you will then switch to the new XIM4E copy + paste format, becoming:
You need the whole thing including the comment section but I hope this clarifies moving from XIM Edge to XIM4E with ballistic curves. Muken's tool has been updated but i'm not sure when it will be published or if i'll build a converter in by default (i might) then this will allow for easy conversion and perhaps an easier use case.
____________________________________
Feel free for a conversion if the above doesn't make sense to you until the convert tool is made or the above tool is updated.
Code: [Select]
>>> XIM Edge Ballistics START Paste >>>
XEBH:010000070D141B21282F353C43495058626D7B8EA4C8DC05
XEBA:010000070D141B21282F353C43495058626D7B8EA4C8DC05
<<< XIM Edge Ballistics END Paste <<<
The direct conversion of this to XIM4E would be the following:
HIP:
Code: [Select]
>>> XIM4 START Paste >>>
X4MB:0000070D141B21282F353C43495058626D7B8EA4C8
<<< XIM4 END Paste <<<
ADS:
Code: [Select]
>>> XIM4 START Paste >>>
X4MB:0000070D141B21282F353C43495058626D7B8EA4C8
<<< XIM4 END Paste <<<
_______________________________________________
So let's just focus on the HIP line:
Code: [Select]
XEBH:010000070D141B21282F353C43495058626D7B8EA4C8DC05
and removing the first two hex characters '01' and the last 4 hex characters 'DC05' in this case.
This will get you:
Code: [Select]
0000070D141B21282F353C43495058626D7B8EA4C8
you will then switch to the new XIM4E copy + paste format, becoming:
Code: [Select]
X4MB:0000070D141B21282F353C43495058626D7B8EA4C8
You need the whole thing including the comment section but I hope this clarifies moving from XIM Edge to XIM4E with ballistic curves. Muken's tool has been updated but i'm not sure when it will be published or if i'll build a converter in by default (i might) then this will allow for easy conversion and perhaps an easier use case.
____________________________________
Feel free for a conversion if the above doesn't make sense to you until the convert tool is made or the above tool is updated.