MEX_cuz_I_CAN
Registered User
- Joined
- May 29, 2014
- Messages
- 631
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you much , sadly road kills are the toughest for me
I'll make a video and show you how terrible i am with ucav and suav. Scout is really all i fly now, attack chopper in bf3 was awesome. Idk im gonna use a tank maybe ill last long enough to run someone over. The other day on Firestorm i roadkill some poor sap with transport heli lol.Hey sylca the best way I found for getting roadkills is using the UCAV.
How it was worked out. Roadkills agggh got 5 so far
Explosives airburst C4 Clays etc ok / LMG going fast got 80 kills to go
BF4 passcode level3
1. Grab the symbols from the map (the hexagrams, not the trigrams)
2. From jjju's barcode int, people mapped those to unicode values: 0x4dc0, 0x4dc0, 0x4dc1, 0x4dc2, 0x4dc4, 0x4dc7, 0x4dcc, 0x4dd4
3. People also mapped those to the fibonacci sequence (with the value those symbols have in chinese mythology or something): 1 1 2 3 5 8 13 21. This gives us an order. Now it turns out you need to take them from largest to smallest, and I got this idea from the battle log console that references the 'max' function.
4. jjju's formula was pretty explicit showing we were looking for a polynomial, it was missing mostly which value to use as factor and where to start end.
5. Today's graph picture shows a function that 1) tends to -inf when evaluated at -inf and tends to inf when evaluated at inf. This tells us that the highest x power is odd. 2) It doesn't cross the origin. And when you look at the graph and evaluates what's the function value is at the origin, you get a value between 19000 and 20000. This is exactly the range of value of the unicode char. This also tells us that the polynomial has a x^0 term. We have 8 unicode values that map from x^0 to x^7
6. From a chat in game from another dev, we had 'X marks the spot' and 'the greek X', which people assumed was related to the console saying CHI = 7.25154120937236. So this gives us the point to evaluate at. The console also mentions the 'floor' function which tells us to ignore the decimal part of the result.
In the end :
f = 19924 * x^0 + 19916 * x^1 + 19911 * x^2 + 19908 * x^3 + 19906 * x^4 + 19905 * x^5 + 19904 * x^6 + 19904 * x^7
f(7.25154120937236) = 24344241893.00018
=> passcode = 24344241893
Yeah i'll have to invest in a good one. I figure flying is once in a while if i'm in the mood, but i do prefer a good firefight on ground over air.Sylca I use a joystick for the UCAV, I cant use mouse+keyboard for it. I cant steer the dam thing other wise. Joystick really makes a difference.