Web Access for Player Shops on 06/17/2013 02:38 PM CDT
Links-arrows 1
Reply Reply
I'm sure this comes up every so often, but right now players use their own web portals for the Player Shops to view them Out-Of-Game and Out-Of-Character.

Strengths:

1. More people visit Simu's own web site:
a. people see offers for new games
b. people see new paid events
c. as simucoins expand, they can see these offers as well

2. It's the Economy Stupid.
Since its an out-of-game/out-of-character info portal, it would be nice to actually see item properties. This will help players sell items and the buyers make better informed choices. Getting an item both assessed and sung to sell is almost punitive. This information can still be hidden in game so that the immersion factor isn't ruined for anybody.

3. In modern RPG online games, people expect this sort of information to be provided offline. This is one of those things missing from the new player experience. I'm not suggesting that GS needs a WoW style armory, but at least helping the in-game economy with player shop dump/search would remove some of the "huh? what?"

-Grennon, author of Postal/Minimalist for WOW
Reply Reply
Re: Web Access for Player Shops on 06/17/2013 08:12 PM CDT
Links-arrows 2
Reply Reply
Simu does not want to accept any responsibility for the merchandise in any shop. Hosting it would do so.



-farmer
>He's right on all counts. ~Vanah
>Farmer is 100% correct. -REIDYN
Reply Reply
Re: Web Access for Player Shops on 06/17/2013 08:14 PM CDT
Links-arrows 3
Reply Reply
And to followup on my own post..

That's why playershop inventory has never been listed play.net to start with.

-farmer
>He's right on all counts. ~Vanah
>Farmer is 100% correct. -REIDYN
Reply Reply
Re: Web Access for Player Shops on 06/18/2013 07:28 AM CDT
Links-arrows 4
Reply Reply
Uhh, if you say so!

SGM Sleken
Reply Reply
Re: Web Access for Player Shops on 06/18/2013 08:41 AM CDT
Links-arrows 5
Reply Reply
If the powers that be ever wanted to do some sort of official playershop data access (other than through standard game mechanics) - what I think would be best would be a raw feed of the store data in a few different formats (JSON, XML, etc). Then let the players continue to have the actual shop sites with the searching and whatnot, and let them gather the data through the official API/feed instead of having to use lich scripts to inspect everything and then parse the log files.
Reply Reply
Re: Web Access for Player Shops on 06/18/2013 08:55 AM CDT
Links-arrows 6
Reply Reply
Yup. That would be awesome and probably fairly easy to produce.

-- Robert
Reply Reply
Re: Web Access for Player Shops on 06/18/2013 11:35 AM CDT
Links-arrows 7
Reply Reply
>Uhh, if you say so!
SGM Sleken


Wasn't me that said it really. Just relating what's been said here on the forums. If I could go back and search I'd find you the GM(s) I was loosely quoting. I can't though :(



-farmer
>He's right on all counts. ~Vanah
>Farmer is 100% correct. -REIDYN
Reply Reply
Re: Web Access for Player Shops on 06/18/2013 01:58 PM CDT
Links-arrows 8
Reply Reply
"If I could go back and search I'd find you the GM(s) I was loosely quoting. I can't though :(" -- Farmer

If I have a pretty good idea of which Category/Topic it's likely to be in, I'll open up that Category as a "View All" (as opposed my normal "Only Unread"), Ctrl+click each Topic to spawn a new page for each of them, and in the search specification do
FROM <about 500-ish before the current number>
TO <the current number, or leave blank defaults to "99999">
BY the author "GS4%" <where "%" is the "any number of characters" wildcard>

That shows me only the game-staff posts (if need be, I go back for the "SIMU%" authors, too) in the Topic, and that can help me narrow down where I need to be looking.
Reply Reply
Re: Web Access for Player Shops on 06/18/2013 02:10 PM CDT
Links-arrows 9
Reply Reply
That would be helpful if it was still visible on the forums... but it's long ago rolled off.


-farmer
>He's right on all counts. ~Vanah
>Farmer is 100% correct. -REIDYN
Reply Reply
Re: Web Access for Player Shops on 06/19/2013 06:48 AM CDT
Links-arrows 10
Reply Reply
> what I think would be best would be a raw feed of the store data in a few different formats (JSON, XML, etc).

> Yup. That would be awesome and probably fairly easy to produce.

Believe me, it's not easy. I've been banging my head against this problem for months now.


~V
Reply Reply
Re: Web Access for Player Shops on 06/21/2013 03:51 PM CDT
Links-arrows 11
Reply Reply
Is the problem harvesting the information through Gemstone or harvesting it from the backend data store?

A long long time ago, I thought I was told by ... forget the GMs name, but I thought he divulged that much data was stored in a relational DB.

So I am guessing. That the problem is... what we see in game is data processed by GS4. The metadata stored in the backend is raw and unpresentable.

So to make a playershops website you probably have to:
a. do it the way players do and run a harvest bot in game (easy but lame)
b. try to make a GS4 item parser outside of the game engine to translate the raw data from backend (i can only imagine this is a nightmare)

Am I ballpark rightish?

-Grennon, author of Postal/Minimalist for WOW
Reply Reply
Re: Web Access for Player Shops on 06/21/2013 04:44 PM CDT
Links-arrows 12
Reply Reply
Resources are the big stumbling block here folks. Not the how-to part, the resources. :)

SGM Sleken
Reply Reply
Re: Web Access for Player Shops on 06/24/2013 08:37 AM CDT
Links-arrows 13
Reply Reply
And by "resources", he means "staff time".
Reply Reply
Re: Web Access for Player Shops on 06/27/2013 07:23 AM CDT
Links-arrows 14
Reply Reply
> And by "resources", he means "staff time".

Actually, I've spent quite a lot of time on the problem of how best to export the data. I just haven't come up with a workable solution.

~V
Reply Reply
Re: Web Access for Player Shops on 06/30/2013 10:45 PM CDT
Links-arrows 15
Reply Reply
Bear in mind that I have no clue how you get the data from the database to whatever it is that you'd use to serve to us on the web, but FRAPI ( http://getfrapi.com ) is a pretty robust, free to use, well rounded API that will abstract away the data encoding (into XML, HTML, JSON, whatever) for you.

If you can get a PHP array of a shop's contents (in whatever arrangement, we'll sort it out), FRAPI will handle feeding that out in the requested format.
Reply Reply
Re: Web Access for Player Shops on 07/01/2013 06:53 PM CDT
Links-arrows 16
Reply Reply
>Actually, I've spent quite a lot of time on the problem of how best to export the data. I just haven't come up with a workable solution. ~V

Didn't Naos already have a way to export the shop data when he setup the shops @ KP site?
Reply Reply
Re: Web Access for Player Shops on 07/01/2013 07:23 PM CDT
Links-arrows 17
Reply Reply
I believe Naos had a character running around from shop to shop gathering the data.

-- Robert
Reply Reply
Re: Web Access for Player Shops on 07/02/2013 08:40 AM CDT
Links-arrows 18
Reply Reply
Of course, as the character of a GM he could have seen/parsed/posted a great deal more information than we have available.
Reply Reply