Search found 13 matches

by doppelmonster
Sun Feb 16, 2020 10:32 am
Forum: General Discussion
Topic: Multiplayer game based on ES3
Replies: 4
Views: 3881

Re: Multiplayer game based on ES3

Hi,
congrats on getting your mp game done with Easy Save.
I am happy to hear that it worked out for you, as i will try to go the same route.

Right now i finished a complete save of my game which will be the base for the (also turnbased) MP setup.
by doppelmonster
Sat Feb 15, 2020 9:39 am
Forum: General Discussion
Topic: Playmaker action: Spreadsheet Get Cell?
Replies: 4
Views: 1775

Re: Playmaker action: Spreadsheet Get Cell?

Hi i just reimported the package from the asset store (Version: 3.1.4f1 • Aug 12, 2019). But i was already up to date. and dont got a getcell action. As a sidenote: i also dowloaded the actions from jean fabres ecosystem browser (mainly for arraymaker). But i dont think that this confused something,...
by doppelmonster
Thu Feb 13, 2020 9:16 pm
Forum: General Discussion
Topic: Playmaker action: Spreadsheet Get Cell?
Replies: 4
Views: 1775

Re: Playmaker action: Spreadsheet Get Cell?

I tried to write the action on my own but i am missing something. [ActionCategory("Easy Save 3")] [Tooltip("Gets a given cell of the ES3Spreadsheet.")] public class ES3SpreadsheetGetCell : ES3SpreadsheetAction { [Tooltip("The column of the cell we want to get the value of.&q...
by doppelmonster
Thu Feb 13, 2020 8:25 pm
Forum: General Discussion
Topic: Playmaker action: Spreadsheet Get Cell?
Replies: 4
Views: 1775

Playmaker action: Spreadsheet Get Cell?

Hello,
i am just diving into ES3 with Playmaker. I used ES2 with Playmaker some time ago extensively.

I am just trying out to create, save and load to Spreadsheet. But i am missing a "ES3 Spreadsheet Get Cell" action? How would I load a cell into a variable?
by doppelmonster
Mon Sep 21, 2015 4:23 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Convert Spreadsheet back to Easy Save file?
Replies: 6
Views: 11432

Re: Convert Spreadsheet back to Easy Save file?

Hi Joel.
I wasnt aware of the request subforum either. Maybe you should add an announcement in the general discussion section....


Voted :-)
by doppelmonster
Thu Sep 17, 2015 9:07 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Convert Spreadsheet back to Easy Save file?
Replies: 6
Views: 11432

Re: Convert Spreadsheet back to Easy Save file?

Any news on the public feature request? Havent seen it anywhere?

Maybe any news on adding an spreadsheet converter as well ? ;)
by doppelmonster
Fri Aug 14, 2015 8:04 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Convert Spreadsheet back to Easy Save file?
Replies: 6
Views: 11432

Re: Convert Spreadsheet back to Easy Save file?

Hi Joel,
thanks for the answer. Converters for Easy Save files would be so awesome!
for my purposes of EasySave it would be a HUGE enhancement, hopefully its not just me :-)

Looking forward to make my vote.

Cheers,
Matthias
by doppelmonster
Thu Aug 13, 2015 4:16 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Convert Spreadsheet back to Easy Save file?
Replies: 6
Views: 11432

Convert Spreadsheet back to Easy Save file?

I just have read the instructions for the new spreadsheet feature. It sounds nice but it seems to be a one-way street (save to spreadsheet) I would need to be able to alter my spreadsheet content in excel and convert it back into an easy save file. Is something like this on the horizon? Background: ...
by doppelmonster
Tue Apr 14, 2015 8:20 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Query SQL database
Replies: 9
Views: 7451

Re: Query SQL database

While i am at it. Here is an action listing the local files (e.g. persistent data path): // (c) Jean Fabre, 2011-2013 All rights reserved. // http://www.fabrejean.net // INSTRUCTIONS // Drop a PlayMakerArrayList script onto a GameObject, and define a unique name for reference if several PlayMakerArr...
by doppelmonster
Mon Apr 13, 2015 8:59 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Query SQL database
Replies: 9
Views: 7451

Re: Query SQL database

Thanks a lot Joel! that was the problem indeed! I had to fix some more things but now this action works as intended: // (c) Jean Fabre, 2011-2013 All rights reserved. // http://www.fabrejean.net // INSTRUCTIONS // Drop a PlayMakerArrayList script onto a GameObject, and define a unique name for refer...