JaminBen007, what are you actually doing that you have RB button to see the nearest enemy sight?
It's a combat flight simulator. The "Enemy-cam" is just a bit of fun but it also helps the player to locate the enemies, which otherwise might be difficult to find in the game world. I didn't want to ruin the players experience simply because they couldn't find anyone to shoot.Originally Posted by Blastergamer
I haven't seen an explanation anywhere on how to get truly rand om values. Seems to be the basis for so many games. How do I get it?
It's never "truly" random, but you can get random enough figures by linking the seed value in a random data source to a value that is constantly changing based on the players actions.Originally Posted by Stllbreathnbuty
It doesn't have to be a value that means anything, just one that would be difficult to replicate. For example you could take the bikes X axis position value, multiply that by the riders Y axis position value and use that as the seed value. Then every time the random data source calculated a new value it would be pretty random.
That's what I thought...seems I'll have to get creative.
Thanks
howdy
one thing i noticed today using randoms for spawn locations is that if u tie the seed to a VDS you can adjust the value several times a tick and it will give a new valueOriginally Posted by JaminBen007, no matter the length of the interval.
i found this very handy as i was about to spool a load to a vector for speed, but now i just ramp up the interval and dynamically adjust the seed with no overhead of it calculating new values whilst not in use.
This is always what I do. Or change the equations (based on VDS value) button presses resets, etc.Originally Posted by JaminBen007
ie. Code cracker, has random seed changing until 'y' or 'a' is pressed.
Jarr3tt Says same, but on 'r' stick click.
shifty walls, I have 40 randomizers, each one has a different equation, and a press of up down left or right resets the CDS. (always different because the seed changes based on time.)
It just depends how you need it.
But you still can't get it REALLY random, say, you want to get random value when the game starts, but it always begins with the same value, like on Neverending Trials skill game, when you already hold the gas before the start, it always comes out the same path except you don't.
What would be real random is if the Random data source value already changes when it's still loading the track.
I have a question:
What are those #of logic cards in the index really? I presume it's the yellow coding cards, but it doesn't make sense that you need only 5-6 cards but it still shows 1-10.![]()
Can anybody explain?
It's just to give an estimate of how complex the tutorial is. I guess it's not really needed, Luthanick set up the spreadsheet last year but he hasn't been around for ages. I guess we all just carried on filling it in as normal.Originally Posted by Blastergamer