Space Engineers

Space Engineers

Frontier Economy (Adds money and Trade)
835 条留言
Captain X (PhoenixX)  [作者] 9 月 30 日 下午 4:42 
config files are stored on a per map instance, so even in multi instances each server has its own file, unfortunately that is a limitation from the ModAPI. I had experimented in the past with storing files in a different location (there was a pirate radio item as a test which in theory would have allowed a sound file to be overwritten daily as a sort of radio station) it sort of worked, but the loophole was closed. Best that could be done was how the phoenixx game state mod worked where i made an external program that monitored a file in a folder then uploaded it to a website for the map system. Potentially it would allow multi-sync of prices.. but in practice, since prices are set on a per station basis, the best this would do is allow the bank balance to follow a player between servers, which is related to another project (gateway lobby) and I may need to attempt much further down the line.
pierce3383 9 月 29 日 下午 1:54 
Add the ability to set where the Config file is. Would allow many Instances in Multiplayer to have a connected economy (Assuming they are connected by something like Wormholes).
Captain X (PhoenixX)  [作者] 9 月 9 日 上午 12:46 
Easiest way to reset your markets is delete EconomyConfig.xml from your save, then delete/(re)add a new market..
Captain X (PhoenixX)  [作者] 9 月 8 日 下午 11:06 
Yes it works with latest Apex update, yes I added support to the default NPC market for food items. you may need to remove and re-add your NPC trade zones. refer the manual for how.
No the hud and trade zone sound effects still dont work.
It may actually be a good idea to reset your trade zones, since some servers might not have planets you can harvest seeds on; and i have stocked the market with a ton of cheap kelp crisps and a few random food items which should keep players tummys full so they dont starve to death
Captain X (PhoenixX)  [作者] 2024 年 7 月 24 日 下午 9:40 
Maintaining the mod has become difficult as all the visual studio development machines i had, have since stopped working, and microsoft took over github, messing up my ability to even log in and update code.
Captain X (PhoenixX)  [作者] 2024 年 7 月 24 日 下午 9:40 
Was working on my own servers when I checked last, but that said, there is a major update coming soon, there is a chance of issues. The main one being that by default new materials will not be offered in the NPC market, unless the admin whitelists them for sale and sets a buy/sell price. Also economy lists the old universal ammo for the rifles, not the rifle specific ammo. The ammo still works, but it not available to make in the assemblers anymore, so when it runs out, a player or admin will need to setup a shop stocking the new ammo. Most of the mod was coded in pretty non-extreme ways, that makes it fairly reliable across versions, to my knowledge last I tested it, the only part not working was the 'trade zone detected' sound it played if you had the hud running - which was more of a gimmick than actually important.
RougeSable 2024 年 7 月 22 日 上午 1:32 
is it still functional?
Captain X (PhoenixX)  [作者] 2023 年 4 月 23 日 下午 4:37 
ah desync thing, thats the game, thought they fixed it, you playing local or dedicated server?
Grawlix 2023 年 4 月 19 日 上午 5:19 
i learnt a work around i have to jus tsave and quit amd reload then i have an hour before it happens again
Captain X (PhoenixX)  [作者] 2023 年 4 月 18 日 下午 9:19 
Strange, never got a notification of comment. Each player operated store would need a beacon yes, unless you wanted an NPC managed one, but then they cant get the money.

As for the inventory issue, not sure there, unless it is the issue where you need to use " " quotes around the item name
Grawlix 2023 年 4 月 9 日 下午 6:41 
having issue keeps saying nothing in player inventory when buyiung and selling
Based_Stickman 2023 年 2 月 28 日 下午 12:42 
so if i wanted to set up a server wide trade station where each faction can have their own storefront at the station would each fac need a beacon on station?
Captain X (PhoenixX)  [作者] 2022 年 5 月 15 日 上午 5:13 
check out the cheats part of the faq in the manual the pay command for admins has no limit check
F4RR3L 2022 年 5 月 13 日 下午 1:24 
is there a way for filling up the npc trader balance? or even admin balance?
Captain X (PhoenixX)  [作者] 2022 年 4 月 28 日 下午 8:52 
it will set that location as a trade zone, but you will need to build a station yourself.

try the /pricelist command or /hud on
KingSizedCahonas 2022 年 4 月 27 日 下午 7:15 
I might be missing something here but this doesn't seem to work. When I put in the command to make a new NPC station the in game chat says its been made but nothing happens.
Captain X (PhoenixX)  [作者] 2021 年 11 月 18 日 下午 8:21 
never tried it with nexus mods loader, but its a standard script
bobmichael301 2021 年 11 月 13 日 下午 3:52 
Works for Nexus?
StrikeWyrm 2021 年 11 月 5 日 下午 12:51 
hmmm ok
Captain X (PhoenixX)  [作者] 2021 年 11 月 4 日 下午 5:14 
Keen's system has a lot of overlap so other than converting between frontier credits and keen credits (ie you can convert back and forth at frontier economy stations zones by buy/sell "space credits") there is no strict way to run only on keen money. But if you have a bunch of keen money you can convert it at frontier trade zones, and vice versa. You just have to remember to do it before travelling between a keen station or a frontier trade zone.
Captain X (PhoenixX)  [作者] 2021 年 11 月 4 日 下午 5:13 
you can add as many frontier NPC trade zones as you want refer the manual link in description above

we cant spawn keen stations no, frontier economy uses "trade zones" where you typically build a station yourself for immersion, although trade will work if you dont if you are in the zone. Keen stations however use a procedural seed and spawn in a physical space station from their encounter blueprints, and remove it when nobody is nearby the seed location.
Captain X (PhoenixX)  [作者] 2021 年 11 月 4 日 下午 5:13 
Buying/selling ships in frontier economy works as physical ships players have built, then parked somewhere and put up for sale. Its more of a "used space ship salesperson" system that automates ownership change when you buy it.

Keen economy works more like a "mail order new ships" system that spawns a brand new ship from an encounter folder blueprint into the trade zone that was selling it.
StrikeWyrm 2021 年 11 月 1 日 下午 3:35 
so i have a few questions:

is there a way to have this run on only Keen Space credits
is it possible to have multiple admin stations
can keen stations be converted to frontier stations on spawn to allow for a similar "thriving trade" feel
how is buying ships handled, is there somewhere we have to add the blueprints

thanks in advance
Captain X (PhoenixX)  [作者] 2021 年 9 月 9 日 上午 3:21 
Maybe in localisation, but i don't think so. Some countries use , comma as . decimal so we generally avoided altering number formatting
Wilhelm 2021 年 9 月 8 日 上午 2:11 
There a way to tell the lcds to change the format of the numbers? ie; 100000000-> 100,000,000
Captain X (PhoenixX)  [作者] 2021 年 9 月 8 日 上午 1:57 
based originally on how much would spawn in the world by ratio, and on top of that the price scaling will adjust the value up or down based on how much is for sale at that trade zone.

Although the spawn ratios later changed, the price scaling quickly compensates as players buy/sell stuff in the market.
If you have 100000 gold, and 100 silicon, chances are the silicon will go up in price above gold until there is more available to purchase
Wilhelm 2021 年 9 月 6 日 下午 1:26 
Hey so....Why do the default prices make silicon one of the most valuable ores? White gold and silver are worth pennys? :) - ik we can change all the prices , thought it was funny lol
Wilhelm 2021 年 9 月 4 日 上午 11:02 
Love the ability to trade ships in the trade zone, for sure.

I can kinda use your system to achieve this by having an alternate admin account log in and spawn a ship - put the sale tag on it - but that means the grid is physically on server taking up Server cpu...

Sucks keen doesnt let us use the prefabs
Captain X (PhoenixX)  [作者] 2021 年 9 月 4 日 上午 3:39 
with frontier economy you can put already built ships up for sales where ever you like? /sellship

Just wont work with prefabs, and you can park your for sale ships in keen zones if you like *shrug*
Wilhelm 2021 年 9 月 2 日 上午 1:34 
I had planned to use a ship store where players could buy ships for space bucks at ur market but it looks like keen killed the ship store mods.....I really wish there was a way to have that...

you wouldnt happen to know how to do that? I have taken a look at all the keen files for economy - but it looks like the only way I could make a ship store mod would be to disable all the trade station spawns, leaving only the builder npcs - and then add my life of prefabs to it.

Even then it would require a player to populate a random npc station - and i prefer it to be a fixed point by the admin on the server
Wilhelm 2021 年 9 月 2 日 上午 1:34 
Ours is a pvp themed server. I wanted to enable alternate gameplay loops - and trade is perfect for that. We have a central Safe Zone overlayed with a admin trade zone Trade Station for players to come to to trade. Eventually I am going to release my RivalAI mods - tailored to have loot to sell at ur mod marketplace.

So instead of being trapped in the Mine>produce>weld>explode ships loop you have the option to HuntNPC>Buymaterials>weld>explode ships


.
Captain X (PhoenixX)  [作者] 2021 年 9 月 2 日 上午 1:03 
Sure thing Wilhelm. The main thing people seem to use it for these days is selling their ships, or bulk buy/sell of materials. I run mine side by side with Keens economy, since in theory the exchange rates and price variations between Frontier and Keen economy trade zones makes for some interesting gameplay. The fact keen economy implements some of the mission types we actually wanted to add to frontier economy makes it all the sweeter.. (whats that the keen station on the moon is looking to pay a million for 800 computer boards... sweet the frontier station orbitting Mars had 5000 in stock, STONKs! )
Wilhelm 2021 年 9 月 1 日 下午 10:41 
Fyi Captain, been testing your mod on our server - looks to be running perfectly. When it goes public I can drop a line here if you are still updating the server list
Captain X (PhoenixX)  [作者] 2021 年 9 月 1 日 下午 5:49 
As I recall, xbox doesn't allow client side execution or storage. It would likely require a complete rewrite to run entirely server side, and even then I am unsure if it would allow us to even write text on the players screen.
GoddessGaming1520 2021 年 8 月 31 日 下午 7:18 
what are the problems that wont make it work on xbox?
Wilhelm 2021 年 8 月 25 日 下午 11:27 
Quotes worked perfect -

In order to add a custom item to the market make sure to do

/set blacklist item - to toggle it off blacklist
:)

Awesome mod - just now testing in on our server! much love Captain X
Captain X (PhoenixX)  [作者] 2021 年 8 月 13 日 下午 5:17 
use " " quotes and if they are custom/new ores - add a price and remove blacklist refer the manual linked in the description
Wilhelm 2021 年 8 月 10 日 下午 1:02 
Actually it appears only to be a problem with ore and ingots
Wilhelm 2021 年 8 月 10 日 下午 12:54 
For the buy commands, I am getting a lot of "item not found did you mean XX"
some items work fine, but others displayed on the lcd keep giving me that error - I tried case sensitive as well and doesnt seem to work - please help
Captain X (PhoenixX)  [作者] 2021 年 6 月 11 日 上午 6:54 
Still just gas bottles, the keen economy stations supports gas trade however.

re xbox: this mod mostly runs server side, but still relies on some client side interactions which would not make it work on xbox.
KuroShiro 2021 年 6 月 10 日 上午 12:39 
is selling gas implemented now or its still just gas bottles?
Deserter 2021 年 6 月 9 日 上午 3:56 
xbox?
Captain X (PhoenixX)  [作者] 2021 年 3 月 30 日 下午 11:58 
yes, refer to the admin section of the manual
SultonMRP 2021 年 3 月 30 日 上午 11:34 
is there a way to make the npc vender have unlimited balance
martingolding96 2021 年 3 月 27 日 上午 11:02 
Is there any point using this in singleplayer?
Captain X (PhoenixX)  [作者] 2021 年 3 月 26 日 上午 1:36 
actually yes, but its pretty experimental, https://github.com/jpcsupplies/Economy_mod/tree/master/EconomyAPI
Mystogan 2021 年 3 月 21 日 上午 11:43 
Is there an api for this mod? I was hoping to try and get a ship dealer mod to use the /buy /sell backbone of your mode.
Captain X (PhoenixX)  [作者] 2021 年 2 月 10 日 上午 12:30 
15:15:5:3 ? you mean larger inventory and faster grinder or something else? if so it should still work but the larger inventory and changes in ore rarity may have a slight effect on the accuracy of prices until enough buy / sells trigger the price scales to change the pricing.
|
@[br]sharkstrike your best bet would be asking on the torch discord, lots of guys working plugins there chances are one will help
Bodyboarder2528 2021 年 2 月 7 日 下午 5:02 
can this be used for 15:15:5:3?
Jaeger 2021 年 2 月 7 日 上午 10:18 
his mod is fine the way it is using beacons which are more convenient