for those who dont have 8mins and 8 secs - Reason: hcr2 is built on a 32 bit integer programming language and the maximum value possible in this system is 2147483647. Hence you cannot have a larger numerical value than this.the max coins , diamonds or map distance is also till 2147483647
The things I understand about theese maps is that they were originaly normal 30-1000 meters maps, but they managed to put the finish flag up to the end (this is why you can find more than 50 objects in the map)
3:33 wait what? Why 32 bit system max value 2'147'843'647? It's true for signed integer variables because its also have values beginning from -2'147'843'648. But as i know there is no negative distance in HCR2. It means that variable which is responsible for distance is unsigned and have max value 4'294'967'295. So it turns out that a superficial explanation is given, but it is suitable for those who do not understand elementary logic, because 2^32 is not equal to 2'147'843'647...
Music In This Video by Reborn RR 1. NEFFEX - Keep Dreaming [Copyright Free] No.93 2. NEFFEX - Born A Rockstar [Copyright Free] No.124 3. JPB - Top Floor [NCS Release]
theres something call a integer limit and FS use 32 bit integer limit,so in return if u manage to reach the end the game will crash rather than register you have finish the map(the 32 bit integer limit is 2,147,483,647 )
This happens because it is an internal limit in the game codes that count the numbers. a single value can only reach 2.147.483.647 It is standard in all games. I use GameGuardian to modify values in games (in HCR2 too) and I can say that with confidence. a number higher than this becomes a reverse number, example: -2.147.483.647 something similar to that. I don't know the initial cause, but that's how it happens.
it's the 32-bit integer limit, meaning that it's the biggest number computable. the full limit is technically 4,294,967,295, but that counts from -2 billion to +2 billion.
Anyways can you try these 2 customs tracks i made Rock Bouncers journey: AOay6 Moonlanders adventure: 54y12 (EXTRA ) Be Smart: Vo8n6 (FUEL BOOST REQUIRED PART AND HOT ROD RECCOMENDED TRACK) Countryside Big Air: 9ODvl
Its also because the max value of a server without it costing billions is 2B its also the same for minecraft,halo,call of duty,rdr1 and 2,he'll divers,all AC games except primal and Archam Knight which I find interesting
Actually this number is a glitch. It is has appeared in video games as well such as Fortnite (where you would see 2,147,483,346 ammo on the ground after killing somebody. The last 3 numbers change depending on how much ammo you already had.) and GTA V (where the game gave you $2,147,483,617 after a certain interaction by accident). So all of this leads me to belive that this is some sort of coding or programming issue and it happens because of how similarely these games were made, or there is something that aligns in their code.
I wanna to tell something😅, these two maps(GyaQG and kPa3R)the limit breaker maps that I gave you, made by PTL Hcr2 guy. He personally DM me and tell about his map. So don't tell that I m hacker😂😂😂. Thanks
the reason why is because the game is made in 32 bit for efficiency if it was 64 bit the limit would be 9.22 quintillion also if it was a regular 32 bit game it would be negative 2.147 billion
This is also the limit in many games, multiplayer driving simulator, for example, the speed limit is 2147483647, nobody discovered the glitch, the map limit is also that until it just glitches and respawns you
It's the integer limit of any device there long value also but achievable in pc. Hcr2 32bit limit Minecraft also 32bit limit but with mods in Minecraft and little changes 64bit floating limit can be achieved
Please can you do me a favor Rally car Parts:wings,winter tires,air control Map:axWnP And pls join the team wwiinnnneerr in hill climb racing 2 it os just me and my dad
I'm the creator of these maps. And the map in the previous video of yours. I never "wanted to make the map infinite but got stuck at (2^31)-1" I could make the finish go up to 2^128, the finish line is a vector so it uses floating point instead of double word. Your explanation about distance updating was completely wrong. The distance until finish doesn't update as frequently because of floating point precision. At 2 billion meters the precision is 128 meters so to convert floating point to double word it needs a valid number which it cannot get in between the "each 128 meter gap in the precision", the 32 bit floating point doesn't support the perfect precision it has until 32768, this is a part of the reason the car is shaking more and more after each power of 2. The entire video can be considered wrong.
Fun fact: there is no computer in the world that can process a number bigger than 2,147,483,647 so, that is the same case for mobile or any electronics, so.... That explains it
Literally all computers nowadays can process numbers bigger than that, but Fingersoft chose to save most of HCR2's numbers in 32 bits, which gives them this limit.
Its not just hcr2, its other games as well because i tried many games with mod apk and every single one had the limit of 2,147,482,647 currency and stuff like that, like if youtube chose this number, you choose 2,147,482,647 characters for you name and title for your video and, thats it
@@CubingRecords1234 I know that, most developers choose to save their programs' numbers in 32 bits, because they will most likely never be in a situation where they would need more than 2,147,483,647 of something.
that entire number, is the integer of 32bit, which causes that the number, be the limit of the map. Even a robot couldnt know whats after the number 2147483647
Okay everybody is talking about this map but why is nobody talking about the fact that you have to verify it by completing it? THE CREATOR DROVE 2,1BILLION METERS THAT'S LIKE 1000 HOURS AT LEAST!
Hammaslääkäri suosittelee hammasrautoja yleensä parantamaan potilaan fyysistä ”orofasiaalista” ulkonäköä. Oikomishoidon avulla voidaan korjata ongelmia, kuten vinoja tai liian lähellä toisiaan olevia hampaita, ylipurentaa, alipurentaa, leuan väärää asentoa ja leukanivelten sairauksia.
actually 2,147,483,647 is not the limit. it is just how much the game can understand. anything after that it won't understand. 2,147,483,647 is the 32-bit integer limit and the game is on 32-bit. suppose a game is on the 64 bit platform, its limit would be 18,446,744,073,709,551,615 (18 quintillion) beacuse thats the 64 bit integer limit. same for every game. 128 bit would be 170,141,183,460,469,231,731,687,303,715,884,105,728 (170 undecillion) etc etc.
"Low fuel"
Bro: Nah I'd win
fr
Nah I'd hack
@@joralfrind8965 hahahah
for those who dont have 8mins and 8 secs -
Reason: hcr2 is built on a 32 bit integer programming language and the maximum value possible in this system is 2147483647. Hence you cannot have a larger numerical value than this.the max coins , diamonds or map distance is also till 2147483647
recap 2147483647 is the limit of every 32-bit game
because some guy (or girl idk) said so
its literally an inherent limit in 32-bit programming... literally do a google search@@WalterTheRealDoggo
@GamesHooked ?
Ah so now I know
I can give an answer, 2,147,483,647 is the 32 bit integer limit
You said it bro!!! Plz RR pin this comment!!
@@_spino._he wont, he needs the viewers to not click off the video or else it wont go popular
*signed integer
and i might guess that the distance format is "%d" or float
I was just about to say that
4:04 What's this map id?
Reborn, tell
What id bro
The things I understand about theese maps is that they were originaly normal 30-1000 meters maps, but they managed to put the finish flag up to the end (this is why you can find more than 50 objects in the map)
Yes
But how?
3:33 wait what? Why 32 bit system max value 2'147'843'647? It's true for signed integer variables because its also have values beginning from -2'147'843'648. But as i know there is no negative distance in HCR2. It means that variable which is responsible for distance is unsigned and have max value 4'294'967'295.
So it turns out that a superficial explanation is given, but it is suitable for those who do not understand elementary logic, because 2^32 is not equal to 2'147'843'647...
a 32 bit-integer limit is actually 2.147billion
somehow the formula for this is:
2^31-1 instead of
2^32
Music In This Video by Reborn RR
1. NEFFEX - Keep Dreaming [Copyright Free] No.93
2. NEFFEX - Born A Rockstar [Copyright Free] No.124
3. JPB - Top Floor [NCS Release]
Thanks bro ❤❤❤
theres something call a integer limit and FS use 32 bit integer limit,so in return if u manage to reach the end the game will crash rather than register you have finish the map(the 32 bit integer limit is 2,147,483,647 )
🤓☝️
3:00 i think that is because of float precision, because you have to drive approx 10 meters, for the meter counter to update.
Nice video!
Challenge:
gJNz9
use cc-ev or rally car with jump shocks, winter tires and wing
Only cc ev😅
Thanks for looking at the map I asked for ❤
Hope you like it!
@@Reborn_RR yes
Hey, whats the id?
@@peterkneterpeterkneterhis name is not "hey" it's "Velon4ek"
@@Bam2xFillinYT125 bro☠️☠️☠️☠️☠️ either you are on grade 1 or you are never Listen to your teacher
This happens because it is an internal limit in the game codes that count the numbers. a single value can only reach 2.147.483.647 It is standard in all games. I use GameGuardian to modify values in games (in HCR2 too) and I can say that with confidence. a number higher than this becomes a reverse number, example: -2.147.483.647 something similar to that. I don't know the initial cause, but that's how it happens.
it's the 32-bit integer limit, meaning that it's the biggest number computable. the full limit is technically 4,294,967,295, but that counts from -2 billion to +2 billion.
It's because in 32 bits, there is 2^32 values possible, and with negative numbers, it's like [-2^31 ; 2^31-1] = [-2,147,483,648 ; 2,147,483,647]
@@Hultoncity yes
Congratulations 100k + 👀
Pls 10Like 😔😔
Like begger
@@dazzaboy5455 true
Pls 10 likes more like pls 0 likes 😂
106
Piss on the floor fuck
Thank you for the brief explanation bro ❤❤❤
Happy to help
@@Reborn_RR 💖💖💖
Rr can you tell me the map id of the 2b long custom map?
Not that map i mentioned
K5ejQ
Sorry😅
Anyways can you try these 2 customs tracks i made
Rock Bouncers journey: AOay6
Moonlanders adventure: 54y12
(EXTRA ) Be Smart: Vo8n6
(FUEL BOOST REQUIRED PART AND HOT ROD RECCOMENDED TRACK) Countryside Big Air: 9ODvl
2.14bm so looong ☠️
*IMPOSSIBLE!*
Billiom?
@@Lqg7379 no its billion meter
That is 5.5 times the distance between Earth and the Moon
Bro did not just explain how driving towards a finish line decreases the duration it takes to get to the finish💀
Fax 📠
Its also because the max value of a server without it costing billions is 2B its also the same for minecraft,halo,call of duty,rdr1 and 2,he'll divers,all AC games except primal and Archam Knight which I find interesting
R.R I support you a lot bro you are my inspiration one day I will be just like you
All the best
Hi rr love your vid keep going
Hey, thanks!
32 bit integer limit straight to point 👍
6:32 I AHVE THE SAME CAR AS YOU!! And the same parts ❤❤❤😊
Actually the max distance is 2147,483,648m and it shows one meter less on the rpm
Wow, this video is very reasonable
Integer overflow, look at the meters, counter on -2 147 483 640 and it grows
Actually this number is a glitch. It is has appeared in video games as well such as Fortnite (where you would see 2,147,483,346 ammo on the ground after killing somebody. The last 3 numbers change depending on how much ammo you already had.) and GTA V (where the game gave you $2,147,483,617 after a certain interaction by accident). So all of this leads me to belive that this is some sort of coding or programming issue and it happens because of how similarely these games were made, or there is something that aligns in their code.
4:08 crate
Create*
I wanna to tell something😅, these two maps(GyaQG and kPa3R)the limit breaker maps that I gave you, made by PTL Hcr2 guy. He personally DM me and tell about his map. So don't tell that I m hacker😂😂😂. Thanks
map meter broken, but the map still continue
I did impossible with the The The car that flips.
And it glittery gave me a big boost
Hello R.R I have a challenge for you...
Play 66W3r in under 18.3 sec
Vehicle:formula
Parts:any
Tunes:any
You should try scooter glitch on this 2B map, i think it glitch gets to the end
I commented after finishing the video. I am him 😂
😀
the reason why is because the game is made in 32 bit for efficiency if it was 64 bit the limit would be 9.22 quintillion also if it was a regular 32 bit game it would be negative 2.147 billion
How did you upgrade that much (jump shocks) on your Super Diesel ?
PROGRAMMERS LAUGHING AT CORNERS KNOWING THE THING
😀😀😂😂
I don’t even know how to make a map over 1km
actually, it is max Int32 value, you are correct!
This is also the limit in many games, multiplayer driving simulator, for example, the speed limit is 2147483647, nobody discovered the glitch, the map limit is also that until it just glitches and respawns you
wow you impress me dental 😌Give you 10 likes
NEFFEX - Keep Dreaming [Copyright Free] No.93 / NEFFEX
th-cam.com/video/UH0FfekpeHY/w-d-xo.html
NEFFEX - Born A Rockstar 🔥 [Copyright Free] No.124 / NEFFEX
th-cam.com/video/HkVIGyMMwv0/w-d-xo.html
JPB - Top Floor [NCS Release] / NoCopyrightSounds
th-cam.com/video/h-jxgXxRgnM/w-d-xo.html
What is the is of the longest map? Idk if you can even play it without doing smth, but just asking cause of the possibility of it being possible
because it's the 32 bit integer limit.
there, i saved you 8 minutes.
Everyone won't understand
2,147,483,647 is the 32 bit integer limit
32 bit integer limit.
I just know this because of random scrolling on yt shorts.
It's the integer limit of any device there long value also but achievable in pc. Hcr2 32bit limit Minecraft also 32bit limit but with mods in Minecraft and little changes 64bit floating limit can be achieved
RR can i give you this hard task i ok use rotator in forest adveture use these parts turbo,lading boost and wings
Its because since the game is built on 32 bit the limit is that number and it cant go any further unless the game was built on 64 bit
I don't know why but I feel like the map distance is only going to get longer from here.
well it won't get bigger, because it's the hard-coded limit.
can create Nian Cup, hacker, who made 2b map?
3:56 maybe 2.14b was a max amount of distance
Maybe 2b is 2³²
@@implexxa yeah and it takes forever to finish the race if the limit exceeded 1km😨. 2billion distance may take some hours or even days.
This map is like it will take 9years
Beacuse 2,147,483,647 it's the maximum possible integer that can be saved in massive of code.
Integer limits. Simple.
So if someone reached this much dostance in adventure, will the map end?
Game crash
Challenge: Beat Vol86 under 44sek with rallycar any parts, thanks
Good video keep up
R.R TRY THIS MAP IMPOSIBLE😅 REALLY ID ONEyw ill tell trick in the video u oplode
Please can you do me a favor
Rally car
Parts:wings,winter tires,air control
Map:axWnP
And pls join the team wwiinnnneerr in hill climb racing 2 it os just me and my dad
I'm the creator of these maps. And the map in the previous video of yours. I never "wanted to make the map infinite but got stuck at (2^31)-1" I could make the finish go up to 2^128, the finish line is a vector so it uses floating point instead of double word. Your explanation about distance updating was completely wrong. The distance until finish doesn't update as frequently because of floating point precision. At 2 billion meters the precision is 128 meters so to convert floating point to double word it needs a valid number which it cannot get in between the "each 128 meter gap in the precision", the 32 bit floating point doesn't support the perfect precision it has until 32768, this is a part of the reason the car is shaking more and more after each power of 2. The entire video can be considered wrong.
pushing the number limits with that one
@@danioduck34 DDuck?!?!?!?!
Map id?
Save a little time for people. This is the integer limit on a lot of games including Minecraft. I recognized the number and came to just say that.
How do you make the long map
I didn't make this map
@@Reborn_RR ohh alg
I only want 1 like not forcing or begging
Then like your comment.
Fun fact: there is no computer in the world that can process a number bigger than 2,147,483,647 so, that is the same case for mobile or any electronics, so.... That explains it
Literally all computers nowadays can process numbers bigger than that, but Fingersoft chose to save most of HCR2's numbers in 32 bits, which gives them this limit.
Its not just hcr2, its other games as well because i tried many games with mod apk and every single one had the limit of 2,147,482,647 currency and stuff like that, like if youtube chose this number, you choose 2,147,482,647 characters for you name and title for your video and, thats it
@@CubingRecords1234 I know that, most developers choose to save their programs' numbers in 32 bits, because they will most likely never be in a situation where they would need more than 2,147,483,647 of something.
Keep going
how do you keep goin even though you ran out of fuel
Cause I use Jump shock, wings & Landing Boost parts
is there no limit to how far you can do maps now if so couldn't you do a map of a specific point in adventure to see which 10km are actually possible?
9lna5 plz try this is fastest map🤭🤭
But i have a question
How did he created a map with long distance?
Hack
🎉❤
How is it 2147483647 meters long?
It's hacked
@@Fafii4 more than the distance of 4 Earths
that entire number, is the integer of 32bit, which causes that the number, be the limit of the map. Even a robot couldnt know whats after the number 2147483647
That's the maximum number it can get for a mobile game, just like when you collected coins in HCR1
Okay everybody is talking about this map but why is nobody talking about the fact that you have to verify it by completing it? THE CREATOR DROVE 2,1BILLION METERS THAT'S LIKE 1000 HOURS AT LEAST!
I don't know
He probably teleported or instant finish hack
Fun fact even if you have infinite time you cant beat the map because of glitch phase becomming too glitchy when you get far enough
The funny part is, this could be easily fixed.
I just reached canyoneer in my second account R.R also domDA play my map also bro how did they make a 2BM Long track 😮😮❤😂
❤❤
What the #### But how can that be?
Pls 1 like 😮💨
What is the 262144m map id?
G4P2D
I subscribed
Hcr2 limit is 2.14 billions because 2. 14 billions is the max limit of 32 bit number
This is the end of the maps but there is a longer distanse on desert valley is 3,0000,0000,000,00,0😮 tell Me if im wrong😅
What about hill climb racing 1 ?
Same limit
I dont why all are these maps created more than 170 days?? Nice video.kPa3R i got this from your comments. It crashes the game if you exit in middle
These maps are Created in the Same day by someone
I guess
Ya
kPa3R i got it fom you r comments
I can create maps like these 👻
@@Reborn_RR how did he verify these maps
Tell me the name of the video
How did you got the map can you tell me
He put the ID
I think, the 2,147,483,647m distance dont increase because game cant load bigger number😊
32-bit programming language* :P xd
Hammaslääkäri suosittelee hammasrautoja yleensä parantamaan potilaan fyysistä ”orofasiaalista” ulkonäköä. Oikomishoidon avulla voidaan korjata ongelmia, kuten vinoja tai liian lähellä toisiaan olevia hampaita, ylipurentaa, alipurentaa, leuan väärää asentoa ja leukanivelten sairauksia.
What's the map id?
Pls play 66zo4 with ccev
Love ur vids ❤
Bro op 😮😮😮😮😮😮
Hi RR!❤❤❤ I have a map for you to play, can you play the map please? The code is DloQW and by the way thanks for the explanation of the map👍👍
Hcr2 4k
I tried this before! But it said 10:09:59 and 2140000785m THE FIRST EVER 10 HOURS ON A 2147483647 MAP??? 🏆WORLD RECORD!!!🏆
Whats the 2b meters map id?
RbE5k
1:58 Everyone knows this, you don't need to explain it!
I have to explain as I said
@@Reborn_RR But this is really simple
actually 2,147,483,647 is not the limit. it is just how much the game can understand. anything after that it won't understand. 2,147,483,647 is the 32-bit integer limit and the game is on 32-bit. suppose a game is on the 64 bit platform, its limit would be 18,446,744,073,709,551,615 (18 quintillion) beacuse thats the 64 bit integer limit. same for every game. 128 bit would be 170,141,183,460,469,231,731,687,303,715,884,105,728 (170 undecillion) etc etc.
To hcr2 LOVE THE GAME
Integer limit yay,its in so many games