Reply to Re: New File: Binary Supervars
If you don't have an account, just leave the password field blank.
I don't know why it's crashing. I've tried new installs of both FreeDink and DinkHD and it works flawlessly, but when I tried the browser it crashed immediately on opening a chest. Weird. The variable limit is 2,147,483,647. That's why I've limited the last digit to be one bool. The way I store them is as follows:
1: Bool1=True
3: Bool2=True
4: Bool1,Bool2=True
5: Bool3=True
6: Bool1,Bool3=True
8: Bool2,Bool3=True
9: Bool1,Bool2,Bool3=True
When all the bools are true that makes the final result 1,999,999,999.
My implementation in the demo uses the chests editor number 1-28 as a reference to the bool. The first 3 chests are the the fist 3 bools and change the first digit etc.. So if someone mucks around in the editor that could potentially mess up the demo.
1: Bool1=True
3: Bool2=True
4: Bool1,Bool2=True
5: Bool3=True
6: Bool1,Bool3=True
8: Bool2,Bool3=True
9: Bool1,Bool2,Bool3=True
When all the bools are true that makes the final result 1,999,999,999.
My implementation in the demo uses the chests editor number 1-28 as a reference to the bool. The first 3 chests are the the fist 3 bools and change the first digit etc.. So if someone mucks around in the editor that could potentially mess up the demo.






