I've been looking around in files and on elitepvpers and I cant seem to find anything about increasing dil capacity from 999m to 4b.
Anyone mind helping me?
Anyone mind helping me?
You should start by understanding how the exe determines if your dil is below or above the specified cap. Once you understand that, you can search for the procedure in the exe. The rest should be cakeQuote:
Okay good to know so don’t need to mess with any csv. Mind elaborating a little? If not it’s cool haha
gotcha, guess ima have to familiarize myself with the exe files firstQuote:
You should start by understanding how the exe determines if your dil is below or above the specified cap. Once you understand that, you can search for the procedure in the exe. The rest should be cake
unfortunately bud, no one is going to feed you their work, I understand your being polite in asking. however that's not how it works here in this community. I would highly suggest to refrain from "asking to get a share" this will only lead to a backlash to your request.Quote:
do you mind sharing the address for that in A9?
I will understand if the person saying this is the one that I asked for something. I'm not asking for someone to spoon-feed me and I'm not expecting for someone to spoon feed me, was just asking for an address for me to continue with the process. Rest assured, I'm not the type to ask for the whole thing without making an effort myself. You can also refer to the quoted message bellowQuote:
unfortunately bud, no one is going to feed you their work, I understand your being polite in asking. however that's not how it works here in this community. I would highly suggest to refrain from "asking to get a share" this will only lead to a backlash to your request.
I appreciate you "quoting" the meaning of spoon-feed. if by any chance my message in someway offend you, I am truly apologetic about it was not my intention to make you feel that way.. the reason being I raise this into your attention, is your asking to share the "address" which this involves a couple of locations in both client and serverside exe.. now lets get back to the quote you provided. so your saying that if by chance these addresses is shared to you does not fall under that category? anyhow I rest my case.. :handsdown:Quote:
I will understand if the person saying this is the one that I asked for something. I'm not asking for someone to spoon-feed me and I'm not expecting for someone to spoon feed me, was just asking for an address for me to continue with the process. Rest assured, I'm not the type to ask for the whole thing without making an effort myself. You can also refer to the quoted message bellow
"Spoon-feed : to give someone so much help or information that that person does not need to try himself or herself"
First and foremost make sure executables are unpacked.Quote:
do you mind sharing the address for that in A9?
Thank you so much for the clear instructions Darijus! I do appreciate your help and the time you took to explain everything. This means a lot to me, and I'm grateful for your help. Have an awesome day ahead!Quote:
First and foremost make sure executables are unpacked.
In debugger you'll have to attach server side as well as the client, start by searching the hex of maximum capacity of your dills which probably in this case is = 3B9ACA00 (hexadecimal) and it equals to 1000000000 (1 billion (decimal))
Once you've done it, there'll be many variations of different addresses that stores that value.
To make changes make sure server and client addresses matches the structure (as client displays as server says) and then proceed to do modification of the value to which you aim for.
Little hint: Analysing the structures will help you out of what it's doing, there are packets for trading, receiving, dropping and storing the dills which may benefit knowledge even more of how it actually works.
Hope this will help your needs and I wish you a good luck.