merkaba48
- Объем активности 43
- Последнее действие
- В сообществе с
- Читает 0 пользователей
- Читающих 0 пользователей
- Голоса 0
- Подписки 13
-
You can use a similar solution for values 0 - 99 or 0 - 999, but as the largest value is 9,999,999 you can only store a max of 3 two-digit numbers, of two three-digit numbers.
-
Another way to decompress flat numbers 0 - 9: (% symbol means remainder division)Var A = round down (169 / 100)Var B = round down ((169 % 100) / 10)Var C = 169 % 10
-
Otherwise, the solution depends on the range of the values you want to store. If e.g. you want to store only whole values from 0 - 9, you can then save a single numberE.g. you want to store 1, 6, a...
-
What happens if you use a combiner to combine 4 numbers then store that in the variable? Is that what you're doing already? The splitter auto-detects the type of wire passed in to it. Perhaps this ...
-
What kind of modification are you doing? If it is 'Add' I would expect no problem, though I haven't tried (and that sounds like a bug if that is what you are seeing). If you're setting a variable t...
-
Can you supply more detailed information of what you want to achieve? Preferably with context of the game / end result you want. Perhaps there is another solution we can offer.BTW, I just tested t...
-
Ah that is interesting... I think in this case though, it may not be necessary. The game is very long (a puzzle game with 30 levels) and I do not expect anyone to finish it on first try! (or even a...
-
Well I just bit the bullet and privately uploaded it, uploading all the old assets it insisted on as well. Then I went and edited the previous version of the newly updated assets (updated with the ...
-
I'm afraid there is nothing in Dreams that uses a custom image, it must be made using the dreams tools. The best option you have is to print the image out and tape it over your screen and trace it,...
-
First check that R2 is actually doing something, e.g. just plug it into a default slider and check the slider moves. If it doesn't, there's something wrong with your controller sensor setup (is it ...