'S' update as of 4/12/11

Forum Home Forum Home > Construct Classic > Construct Classic Discussion
 Post Reply Post Reply Page  <1 11121314>
Author

Moderator
8,108 Rep
Post Options Post Options   Quote SoldjahBoy Quote  Post ReplyReply Direct Link To This Post Posted: 05 Jul 2011 at 8:39am
So I finally got around to building up the courage to install this thing and try it out.

It's freaking amazing.

I wanted a seed generator, and in less than 3 hours I had it installed and a working seed generator that builds my star-map for a project I am working on.

I finally got a good collaboration partner, and we have been working non-stop... and "S" has just made our lives so much easier and better.

Lucid... I love you man :D

~Sol

Tired of sh*tty file hosts that are sh*tty? GET DROPBOX!
Back to Top
11,215 Rep
Post Options Post Options   Quote lucid Quote  Post ReplyReply Direct Link To This Post Posted: 07 Jul 2011 at 1:05am
thank you sol
glad you like it
remember to ask if you run into weird nonsense
Back to Top
439 Rep
Post Options Post Options   Quote solid Quote  Post ReplyReply Direct Link To This Post Posted: 12 Jul 2011 at 12:54am
Hi,

Thanks for the plugin Lucid, I would just like to point an issue I am having here.

Following your first tutorial, that says to create a super array with the string "default!!!" as default value, I got an application crash. It seems that I am not able to set the text box content to the S array String. If you need further info, I will send it right away.

Thanks in advance,

~solid
Back to Top
11,215 Rep
Post Options Post Options   Quote lucid Quote  Post ReplyReply Direct Link To This Post Posted: 12 Jul 2011 at 1:05am
hmmm. I know this is messy, but for now, you have to download the versions you see on each page as you go through the tuts
I never updated them all to work with the latest version
let me know if this was your problem
Back to Top
439 Rep
Post Options Post Options   Quote solid Quote  Post ReplyReply Direct Link To This Post Posted: 13 Jul 2011 at 2:37pm
I tried to use the version for download on the first tutorial post and still the same crash. I will try to skip this tutorial and see if I can proceed.
Back to Top
439 Rep
Post Options Post Options   Quote solid Quote  Post ReplyReply Direct Link To This Post Posted: 14 Jul 2011 at 4:38pm
what is the latest stable version of 'S'? I can't download the one you put the link on page 12 of the topic.
Back to Top
473 Rep
Post Options Post Options   Quote MuseFire Quote  Post ReplyReply Direct Link To This Post Posted: 14 Jul 2011 at 5:48pm
It doesn't work for me either it's a shame since the consept is so appealing
Back to Top
676 Rep
Post Options Post Options   Quote Yaottabyte Quote  Post ReplyReply Direct Link To This Post Posted: 26 Oct 2011 at 6:31am
Hi Lucid I read the whole thread, i'm interested on your pulgin it looks so wonderful, i'm working on a RTS project and to have S functionality will powerups my project 'cause solves many data management issues... well i'm so thanksful for the S... keep on working at S! this is great...
Back to Top
1,246 Rep
Post Options Post Options   Quote Juryiel Quote  Post ReplyReply Direct Link To This Post Posted: 14 Dec 2011 at 9:29am
I'm having a problem with loops:

->Make Super Array {""}: "ASDF"
->Make String Array {"ASDF"}: "stringasdf" with default 0
+"asdfloop" For Each String at {"ASDF"}

This causes a crash.
Back to Top
5,343 Rep
Post Options Post Options   Quote tulamide Quote  Post ReplyReply Direct Link To This Post Posted: 15 Dec 2011 at 7:33pm
Originally posted by Juryiel Juryiel wrote:

I'm having a problem with loops:

->Make Super Array {""}: "ASDF"
->Make String Array {"ASDF"}: "stringasdf" with default 0
+"asdfloop" For Each String at {"ASDF"}

This causes a crash.


's' is very stable. That means, for me it is only crashing, if I did something wrong or illogical.
Be careful of what you define and how:
- You need a super to store some string arrays.
- You need one string array to store some strings.
- You need to tell the loop the complete path to the string array of interest to loop through.

In the example above you added a string array with the name "stringasdf" to the super "ASDF", but you expect 's' to loop through "ASDF", which is no string array. The correct path would be

"asdfloop" For Each String at {"ASDF", "stringasdf"}

Of course, you should add some strings to "stringasdf" or else there is nothing to loop through ;)

Here is an example cap: using_s_string_loop.cap

Edited by tulamide - 15 Dec 2011 at 7:42pm
Back to Top
 Post Reply Post Reply Page  <1 11121314>

Forum Jump Forum Permissions View Drop Down