Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

New feature request - decimal value of the Instance #42

Open
KhArtNJava opened this issue Feb 21, 2015 · 4 comments
Open

New feature request - decimal value of the Instance #42

KhArtNJava opened this issue Feb 21, 2015 · 4 comments
Assignees

Comments

@KhArtNJava
Copy link

Hello.
In #38 you made button "Set High Bit". Thank you.
But now too often needed to get Decimal Value of the Instance, not only Hex Value of the Instance.
Can you add new textBox for the Instance Decimal Value? It must auto fills when calculated value by buttons "Set High Bit" and "FNV64".

@Kuree
Copy link
Owner

Kuree commented Feb 21, 2015

Would you please explain the usage of decimal numbers? Currently you can input decimal number into the textbox and the program will automatically convert it into hexadecimal value.

@KhArtNJava
Copy link
Author

Decimal values of the value (after "Set High Bit") needed for s attribute in XML files:

<?xml version="1.0" encoding="UTF-8"?>
<I c="CommandSuperInteraction" i="interaction" m="interactions.base.immediate_interaction" 
   n="MTS_Scumbumbo_Pregnancy_Scan" s="17608706005782878675">

Now my steps are:
1 - Resource - add - fill Type, group, Name
2 - Button for FNV64
3 - button "Set High Bit"
4 - copy value from the Instance field
5 - open app Hpmbcalc (http://www.hexprobe.com/hpmbcalc/)
6 - paste copied value to the Hpmbcalc
7 - convert from hex to dec
8 - copy dec value
9 - paste dec value to the xml's s attribute
10 - import xml file to the S4PE
It will be useful, if S4PE will have not only textBox with hex value of the Instance, but also have textBox with the dec value of the Instance. I will cut steps 5-8 and save time on adding new Resource item.

@Kuree
Copy link
Owner

Kuree commented Feb 21, 2015

Okay got it. Working on it.

@Kuree Kuree self-assigned this Feb 21, 2015
@KhArtNJava
Copy link
Author

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants