Space Engineers

Space Engineers

Frontier Economy (Adds money and Trade)
63개 중 31~40개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2016년 11월 4일 @ 오전 4시 38분

Progress 3.38A (reactive pricing)
Adds an initial implementation of Reactive price adjustments.
--Too much stock now reduces buy price, too little stock increase sell price. (only on NPC markets)
Minor ModAPI workarounds added to improve support on DEV version
--Minor workaround for whitelist changes relating to deconstructors
Minor changes to take advange of new path changes.
--Admins can now access their economy save data from the map directory on crappy game server hosting companies
LCDS
--Alters the paging behaviour on LCDs, you can now use P1 / P2 etc to designate page 1 page 2 etc
Mission system
--The demo mission system is properly disabled at the moment - stil a work in progress sorry
Default Pricing
-- Fixes an issue with metal grid where buy and sell price was incorrectly swapped

업데이트: 2016년 9월 18일 @ 오전 5시 36분

Quick fix on prices

업데이트: 2016년 9월 7일 @ 오전 12시 17분

Hotfix.
quickgps Z axis issue. My bad. Should be fine now.

업데이트: 2016년 9월 6일 @ 오전 2시 12분

Hotfix.
No new features.
Patches issue which can occur when changing limitedsupply setting to true or false.
Issue meant that negative stock could occur - and subsequently prevent reliable trading of any item with negative stock. Refer https://github.com/jpcsupplies/Economy_mod/issues/144

업데이트: 2016년 8월 28일 @ 오전 1시 02분

Progress update.

* Adds some arbitrary support for public dev build. (YMMV) relates to piston and rotors.
* Adds a new sound (for future features)
* Changes defaults of player owned trade zone being ENABLED.
* Increases NPC trade zone default funds (playtesting shows it runs out too fast otherwise)
* Adds a crude /gps command for quick adding or removing gps's
* (Disabled) adds some tech demo missions - disabled until complete - at the moment it might be exploited in its current state.
* Firedrake_13's ENH - Adds a # code to lcd keywords to allow the lcd to display only items past a particular line This allows you to have more items than a single LCD can display, by telling the second (or third) LCD to only display after the #'s item. Example - The following will display on hand stock and prices of component items line 30 and onwards:
[economy]
component stock #30


업데이트: 2016년 7월 10일 @ 오후 7시 41분

3.36A progress release (SE public stable branch)

Finalises some hud features
Tweaks mission system mechanics (not ready yet)
Misc changes to on join message
Sundry fixes

업데이트: 2016년 5월 18일 @ 오후 12시 33분

3.03A Progress Update
Note: This version has reduced support for the legacy build of space engineeds (DX9) - from this point on we will not be testing if the mod works on older versions as progressive MOD API changes will eventually mean it will not work on both.

In addition to moving to the latest .net frame work to match the game version, this Adds abbreviated versions of various commands to support admins who want to make quick changes to npczones or players who forgot or didnt realize they need a reason when paying another player.
For Players:
/pay reason. Is now optional - If you forget one it just fills a generic reason for you.

Moving player zones is already tied to beacons on ships, and creating zones uses targeted beacons so these do not require shortened versions.

For Admins:
Quick add NPC market zone
If you are in a hurry and want to add a new trade zone you can use the addhere option in /npczone. This defaults to a zone size equivalent to the default 0,0,0 zone. ie. 2500 radius sphere (5km diameter) at the current location of the admin in the world. Names are restricted to a maximum of 4 words. The last word in name cannot be a number this is because you can also specify an optional zone size to override the 2500 default (by putting a number in as the last parameter!)

eg. Create a zone where you are standing called "NPC Asteroid Base" with a zone size of "3000":
/npczone addhere NPC Asteroid Base 3000
Create a zone where you are standing called "Rock24Q" using default zone size
/npczone addhere Rock24Q

Quick move NPC market zone
Moving existing NPC zones (eg moving the default 0,0,0 market) was painful, this allows you to move it to your current location instead of specifying the gps point and all the other settings.
This has the current limitation that zone size will be set to 2500 sphere once moved however!
eg. Move the NPC zone "Rock24Q" to where you are standing/floating:
/npczone movehere Rock24Q
Move the NPC zone "Freds Rock" to where you are standing/floating:
/npczone movehere Freds Rock

업데이트: 2016년 5월 18일 @ 오후 12시 29분

The Trained monkey forgot to update his git before publishing.. that will teach me to code before my morning banana..

업데이트: 2016년 5월 18일 @ 오후 12시 23분

3.02A Pushes the .net update

업데이트: 2016년 4월 10일 @ 오전 1시 53분

3.02A Dev Progress update
Implements /tz relink command
Implements /collect shortcut command
Initial implementation of stock limits and /tz load command
Updates some in game help repliies
Depreciates 32bit support
Tweaks "content" name spaces
Gases blacklist by default (not fully modapi supported yet)

Refer Github for detailed information.