SCUM
JoTee Jan 9, 2024 @ 11:02am
"delta" meaning in EconomyOverride.json
What number should I put as delta when editing trader prices
For example i set the value of the bear head to be 6000-but trader is buying it only for 2600
I changed the delta from -1.0 to 1.0 and copied that file to my EconomyOveeride.json but for some reason prices haven't change
What should I do to make the trader to sell for the price I edited?
What am I doing wrong?
I am sorry for many new open discussions I am trying to set up my server to be completetly customised :-) I appreciate your help very much
< >
Showing 1-9 of 9 comments
grassion Jan 9, 2024 @ 12:03pm 
{"tradeable-code" : "Bear_Head", "base-purchase-price" : "6000", "base-sell-price" : "-1", "delta-price" : "-1.0", "can-be-purchased" : "true", "required-famepoints" : "-1"}
JoTee Jan 9, 2024 @ 1:28pm 
that doesn't work
It was on -1 but it didn't shoved the price at Trader that I've edited for sale and that is 6000
I even set the delta to 1.0 and trader still didn't showed that sale price is 6000
Last edited by JoTee; Jan 9, 2024 @ 1:30pm
JoTee Jan 9, 2024 @ 1:39pm 
Originally posted by FeDx_:
https://trader.scum-global.com/
I have that brother :-) I am doing something wrong apparently lol
JoTee Jan 9, 2024 @ 1:48pm 
Originally posted by grassion:
{"tradeable-code" : "Bear_Head", "base-purchase-price" : "6000", "base-sell-price" : "-1", "delta-price" : "-1.0", "can-be-purchased" : "true", "required-famepoints" : "-1"}
ok it worked but only 5650 for sale when I put delta 1.0
how do I make it exact value?
grassion Jan 10, 2024 @ 12:09am 
price = base_price * delta_price

I just checked this:

"B_4_Trader":
[
{"tradeable-code" : "Bear_Head", "base-purchase-price" : "6111", "base-sell-price" : "-1", "delta-price" : "1.0", "can-be-purchased" : "true", "required-famepoints" : "-1"}
]

The merchant had a price of exactly 6111
Perhaps you made a mistake somewhere.
Beda  [developer] Jan 10, 2024 @ 12:29am 
For the price to be fixed at desired value, delta needs to be set at 1.0 value. -1 sets the delta value at default.
JoTee Jan 10, 2024 @ 3:49am 
Originally posted by grassion:
price = base_price * delta_price

I just checked this:

"B_4_Trader":
[
{"tradeable-code" : "Bear_Head", "base-purchase-price" : "6111", "base-sell-price" : "-1", "delta-price" : "1.0", "can-be-purchased" : "true", "required-famepoints" : "-1"}
]

The merchant had a price of exactly 6111
Perhaps you made a mistake somewhere.
I am trying to make the sell price to be exact value as 6000 so is that mean that I need to put -1 in base sell price not 6000? sorry for being confused :-)
mine is like this

"tradeable-code": "Bear_Head",
"base-purchase-price": "7000",
"base-sell-price": "6000",
"delta-price": "1.0",
"can-be-purchased": "true",
"required-famepoints": "-1"
Last edited by JoTee; Jan 10, 2024 @ 3:51am
JoTee Jan 10, 2024 @ 3:49am 
Originally posted by Beda:
For the price to be fixed at desired value, delta needs to be set at 1.0 value. -1 sets the delta value at default.
I am doing something wrong brate :-(
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Jan 9, 2024 @ 11:02am
Posts: 9