'S' update as of 4/12/11 Forum Home > Construct Classic > Construct Classic Discussion |
Post Reply
|
Page <1 11121314> |
| Author | |
Post Options
Quote Reply
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 |
|
![]() |
|
Post Options
Quote Reply
Posted: 07 Jul 2011 at 1:05am |
|
|
thank you sol
glad you like it remember to ask if you run into weird nonsense |
|
![]() |
|
Post Options
Quote Reply
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 |
|
![]() |
|
Post Options
Quote Reply
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 |
|
![]() |
|
Post Options
Quote Reply
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.
|
|
![]() |
|
Post Options
Quote Reply
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.
|
|
![]() |
|
Post Options
Quote Reply
Posted: 14 Jul 2011 at 5:48pm |
|
|
It doesn't work for me either it's a shame since the consept is so appealing
|
|
![]() |
|
Post Options
Quote Reply
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...
|
|
![]() |
|
Post Options
Quote Reply
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. |
|
![]() |
|
Post Options
Quote Reply
Posted: 15 Dec 2011 at 7:33pm |
|
'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 |
|
![]() |
|
Post Reply
|
Page <1 11121314> |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |