Hello, Guest

By registering with us, you'll be able to discuss, share and private message with other members of our community.
What's new

How to add a bonus at the start in the RedAge V3 mod?

Alexalsaud

Administrative
Staff member
Admin
Joined
Aug 5, 2024
Messages
337
ICoins
1,501
1. Open the NeptuneEvo.sln solution (redage_v3-main\dotnet\resources)
2. In the Solution Explorer, find the Models folder in the NeptuneEvoSDK
3 project

. Open the folder and look for the MoneySettings.сs file, and open it.
4. Change the required fields:

Example: We want to make 4kk$ 100 Currency donation and VIP status 3 lvl for 30 days

public int CreateCharMoney = 4000000;
public int CreateAccountRedBucks = 100;
public int CreateVipLvl = 3;
public int CreateVipDay = 30;

5. Assemble the solution and check!
 
Back
Top