Share the parameters of the simple version of "Sultan's Game"

Apr 08 2025

1 READS

In "Sultan's Game", many players find that the card mechanism of the game is difficult to get started, and just modify the parameters and can become a simple version. First, we need to open the Sultan's game folder to find Sultan's Game_Data> StreamingAssets> config. How to modify the parameters of the simple version of the game in Sudan https://wiki.biligame.com/sultansgame/%E4%BA%BA%E7%89%A9%E4%BA%8B%E4%BB%B6, this is Su

In "Sultan's Game", many players find that the card mechanism of the game is difficult to get started, and just modify the parameters and can become a simple version. First, we need to open the Sultan's game folder to find Sultan's Game_Data> StreamingAssets> config.

How to modify the parameters of the simple version of the game in Sudan

https://wiki.biligame.com/sultansgame/%E4%BA%BA%E7%89%A9%E4%BA%8B%E4%BB%B6, this is the game wiki of Sultan, which contains the plot strategy. Then we get to the point.

First we need to open the game folder of Sultan to find Sultan's Game_Data> StreamingAssets> config 

Here you can see an upgrade. json, you can modify the Destiny Store here. Any player who only wants to play a week to experience the plot is recommended to modify it (just modify the cost to 0)

Then modify the number of card draws, find the init folder in the config folder, and select 1. json, after opening it, let's take Hassan as an example

"name": "Hasan",

"title": "normal",

"desc": "Hasan is your good friend, but he is also a moral poet. Except for the cute lamb stove, no one can deny his story - there are always tears and laughter in the story, and the dice is successful 50%",

"single_dice_face_weight": [100,100,100,100,200,200],

"sudan_redraw_times_per_round": 1,

"gold_dice_count": 2,

"back_to_prev_round_count": 10,

"sudan_life_time": 7

When you first read this, you may be a little confused. Let's start with single_dice. The six numbers in the brackets are the success rate of the dice, which represents the weight of a single dice face. In games involving dice mechanisms, the weights of different faces determine the probability of rolling the corresponding face.

For example, in these two codes, the weight array of "Hasan" has a part of the value of 100 and the part is 200, and the weight array of "Witcher" has a value of 10, 20, and 60. The higher the weight, the greater the probability that the corresponding dice surface is thrown. )

I'm a little dizzy? It doesn’t matter, just use the software to directly modify it from my lower body, which is a bit challenging. You can also change the weight of the first five sides to [0.0.0.0.0.0.1], and the last side is a must-win.

The second sudan_redraw_times_per_round The second is how many Sultan cards can be drawn per round, and the brainless changes are 999.

The third gold_dice_count gold dice number, the simple and ordinary difficulties are 321, which can be changed according to your needs

The fourth back_to_prev_round_count returns to the last round number, simple and infinite returns, difficulties cannot be returned, no explanation

The fifth one should be able to understand sudan_life_time, which means that the settlement will be carried out every few days. It is usually seven days. If you don’t want to be too nervous, it feels OK to change it for ten days, but it’s not interesting to change it 999

I haven't read the characters carefully yet, but it should be enough to drink oil. If it is useful, please call the newcomer to create

Come on, the character value is here, first we need to find the date you want to change.json

(C:\\Users\\your account name\\AppData\\LocalLow\\Double Cross\\Sultans Game\\SAVE\\a long list of numbers\\date.json) This is the automatic archive and the loading point for you to enter the game. Note that it is sultans, sultan’s is a demo that can be deleted.

where we can see round_X. json, here is your turn, my suggestion is round_(X-1)_end in the previous round of your current round. json to modify

🥰

Open the notepad and you can see a bunch of numbers. It doesn’t matter, save the flow, click the upper left corner to search, just follow the number you want to change. The following are the corresponding numbers for the character

Gold Coin: "id":2000029,"count". Change the number after "count": to the number of gold coins you need, and it is not recommended to change it too large.

Open the date.json and search for "sudan_redraw_times": the following 1 is changed to 0. Can increase the chance of a re-draw

Good name "7100001"

Notorious "7100002"

Power "7100003"

The name of the hero "7100004"

Spiritual Vision "7100005"

The following numbers are your current numbers, just change (nonsense) to what you want to change

Protagonist: "id":2000001 (The specific character is on the top card. In json, if someone wants it, I will sort it out)

Find the "tag":{} behind the character, and change the content in {} to: You just want to modify the value, but you can copy the following few of me

Wisdom: "wisdom":20

Social: "social":20

Fight: "battle":20

Charm: "charm":20

Physician: "physique":20

Hidden: "conceal":20

Note that after modifying it, click on the lower right corner to return to the previous day (because we modified the save that ended the previous day).

Related Articles