Hi, I'm Ryna!
Today I will talk about how we are configuring games such as Pubg Mobile or valorant, fortnite, new state, mobile lite coded with the same game engine as pubg mobile.
Config is definitely not done from the phone, you must have a computer. Because the .exe files we use do not have a phone version. Game companies like Tencent encrypt game data, which means that we need to access unencrypted files first.
Therefore, at first, using a script with quickbms and .bms extension, we decrypt the .obb extension of pubg mobile and the file containing everything you see in the game. After breaking this password, we come across nearly 90,000 files. These files have extensions such as .dat, .uasset, .uexp, .ubulk, .umap, .uproject. What you need to do now is to find the file you want to mod among 90.000 files.
For example, I want to increase the bullet speed of the M416 gun, so I need to know which of the 90.000 files holds the M416 gun. Here you will talk about your experience. I and a few coders like me can easily find which file is in which location.
As a result of your research, you will find them and enter them. When you enter it, it is very easy to update the values assigned to the ShootInterval or BulletSpeed setting, if what you want is to speed up the bullet, if you want something else, it will be enough to look in different places in the same file.
Sincerely, I'm Ryna!
Today I will talk about how we are configuring games such as Pubg Mobile or valorant, fortnite, new state, mobile lite coded with the same game engine as pubg mobile.
Config is definitely not done from the phone, you must have a computer. Because the .exe files we use do not have a phone version. Game companies like Tencent encrypt game data, which means that we need to access unencrypted files first.
Therefore, at first, using a script with quickbms and .bms extension, we decrypt the .obb extension of pubg mobile and the file containing everything you see in the game. After breaking this password, we come across nearly 90,000 files. These files have extensions such as .dat, .uasset, .uexp, .ubulk, .umap, .uproject. What you need to do now is to find the file you want to mod among 90.000 files.
For example, I want to increase the bullet speed of the M416 gun, so I need to know which of the 90.000 files holds the M416 gun. Here you will talk about your experience. I and a few coders like me can easily find which file is in which location.
As a result of your research, you will find them and enter them. When you enter it, it is very easy to update the values assigned to the ShootInterval or BulletSpeed setting, if what you want is to speed up the bullet, if you want something else, it will be enough to look in different places in the same file.
Sincerely, I'm Ryna!
Son düzenleme: