Posts by IhanaMies
-
-
-
-
IhanaMies added a new version:
QuoteUpdate for SPT 3.9.0
-
-
IhanaMies added a new version:
QuoteNo more small lag when selling first item.
Selling no longer crashes when inspection window is open (most likely fixed other sell related crashes. Not 100% confirmed)
Added an config option to not show prices
Added an config option to hide prices in raid
-
-
-
IhanaMies added a new file:
QuoteAutomatically cancels applied med kits when the body part is at full health and is not bleeding or broken.
hub.sp-tarkov.com/attachment/7701/ -
-
IhanaMies added a new version:
QuoteFix showing incorrent weapon price.
Happened because every mod calculated the total price of itself, so deeply nested mods were calculated two or more times. -
IhanaMies added a new version:
QuoteAttempt to fix memory leak.
Fix error when selling same item multiple times.
Remove redundant BepInEx logging. -
Already 2 times, when quickly selling a working (not “red”) weapon found in a raid, the game client completely freezes. Only restart helps. There are no errors in the logs
p.s. after restart - the weapon is sold
I am aware of the issue and hopefully can get it fixed soon.
When you first sell an item to a trader my code checks if the trader has this so called, 'assortment', available.
If not, create it, then sell the item.
Creating the 'assortment' takes time and the user might try to sell the item second time. Which causes bugging out.
Before the fix is released it is advisable to wait for a bit before attempting to sell an item the second time. -
Found a bug when doubling clicking on an item to quick sell shows the error "Unable to sell [id], cannot be found in player." and restarts the game UI; instead of selling the item.
Thanks for reporting this.
-
-
IhanaMies added a new version:
QuoteAdded option to enable one button quick sell
Added option for one button quick sell. Sell to trader if maximum flea offers reached.
Fixed flea quick sell bypassing item FIR status.
Fixed showing Jaeger price before unlocking him.
Fixed selling to Jaeger before unlocking him. -
IhanaMies added a new version:
FileLootValue 1.1.0Quick sell with left click to trader. Right click to flea.
Fixed selling to flea before access to it
Fixed ability to sell to flea even when maximum number of flea orders were reached
Added configurations for:
-Custom coloring
-Enable quick sell
-Enable quick sell to flea
-Only show total value
-Show flea price before access
-Ignore flea max offer countQuoteFixed selling to flea before access to it
Fixed ability to sell to flea even when maximum number of flea orders were reached
Added configurations for:
-Custom coloring
-Enable quick sell
-Enable quick sell to flea
-Only show total value
-Show flea price before access
-Ignore flea max offer count
-
IhanaMies added a new file:
QuoteIf you have issues selling to flea, update this to latest version (3.0.3) and SPT to version 3.9.3
I'm currently investigating how to improve Fika performance due to lag.
Please report any errors/problems this mod might cause.
Adds selectable quick sell functionality, one button (left click) or two button (left and right click)
One button variation: Left Alt + Left Shift + Left Click (traders/flea)
Two button variation: Left Alt + Left Shift + Left Click (traders) / Right Click (flea)
One button quick sell functionality sells either to a trader, or flea, which ever has better value.
Show the exact sell value of an item in tooltip when hovering mouse over.Coloured price is value per slot followed by total value, if the item is more than 1 slot.
Better price is highlighted (trader or flea).
Colour grading by value (rubles) per slot:
< 5000
< 7500
< 10000
< 15000
< 20000
> 20000
Color gradings are customizable.
Huge thanks for the mods Eyes of a Trader by Platinum and ItemSellPrice by IcyClawz for the idea and learning (stealing) the most important pieces of code.