Jump to content

Add-on communication to website outside the game?


Palamedes

Recommended Posts

So I have an add-on in mind that I'd like to create, but before I bother I want to know if it would be possible for an add-on to push/pull data from a website? Either via open socket connection, standard ajax calls..whatever..

I want to create a market.. sorta "eve-online" like.. creating a lot of the fun economic stuff from Eve without the PVP open world stuff.

Crafting.. Buying/Selling.. Mining..etc..

The site would simply house minute by minute prices, jobs, etc..

It sorta depends on being able to communicate out of the game client. I dont know how / if the plugins are sandboxed to such a degree to prevent this..

Thoughts?

Link to comment
Share on other sites

Oh awesome.. thank you.

So my second question then is, does such an add-on exist already?

I want to create or participate in an add-on that adds "more" to the game with regards to mining and collection of materials.. sort of to give more purpose to the game.. Missions and markets..etc.

We need 100 tons of Jaspet (heh) which can only be gotten out of the polar region of Duna.. go. etc..

I think the Kethane mod is brilliant.. Just need to expand on it in some ways to get extra stuff to mine..

Link to comment
Share on other sites

Can't say whether such a plugin exist, but how exactly do you want to realize it? A public market for everyone? That's kinda difficult, since a digital market does only make sense if someone the market trusts has actually control about the digital goods. CPP has, since they host the EVE servers. But KSP is a pure client game and you cannot trust the client to not cheat. So you either have to create lots of private markets that work via invite / authorization or you can only provide and somehow simulate prices without the possibility for clients to change data.

Kethane might be a problem since it has a pretty restricted license.

Link to comment
Share on other sites

I think the Kethane mod is brilliant.. Just need to expand on it in some ways to get extra stuff to mine..

It's easy to add new resources. Just edit the resource file that comes with kethane or make your own. None of it is hard coded in.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...