Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sinafi

Pages: 1
1
Ask a Question / Re: Games like Agar.io, Slither.io or Diep.io
« on: September 29, 2016, 09:48:22 am »
Data API Reference

Extensions store data in the following locations:

Name   Location   Purpose
Prefs   {workspace}/prefs/{id}.eprefs   Dictionary of key-value pairs
Data   {workspace}/prefs/{id}.edata   Any data (as a single file)
Game Prefs   {workspace}/games/{game}/extension-data/{name}/.prefs   Game-specific preferences
Game Data   {workspace}/games/{game}/extension-data/{name}   Folder containing game-specific data
Game Extras   {workspace}/games/{game}/extras/{name}   Game-specific data needed by the engine at runtime
If you need to store data, use our data API to save out this data to disk. Do not attempt to write out to other locations using the plain Java API's. We may reject your extension if you do so.

2
Ask a Question / Re: Games like Agar.io, Slither.io or Diep.io
« on: September 29, 2016, 09:45:00 am »
You can see this page  http://static.stencyl.com/api/33/
because this page a little help you

3
Ask a Question / Re: Games like Agar.io, Slither.io or Diep.io
« on: September 29, 2016, 09:40:45 am »
Hi
you can create database for your game and finish your game with the cloud;D
you can visit many site with the game database for your game for example : http://www.shephertz.com/ or https://www.igdb.com/ http://thegamesdb.net/ this sites help you for game servers or database  :)
im very very sorry because my english not very well but just i want help you.
If you have questions to ask?  8) 8)

4
News / Re: 3.4.0 (Beta 3 / 4) - May 11, 2016 / July 7th, 2016
« on: September 29, 2016, 09:26:03 am »
Thanks stencyl !

Pages: 1