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 - Hectate

Pages: 1 2 3 ... 254
1
The Transitions Extension 2.0 has been released. It consists only of the Threshold transition, updated to work with the current version of Stencyl. All the same information from the first post applies. New link:

https://drive.google.com/drive/folders/1wuyPuNwG-C80MUByqArbc0M69B4bCaBL?usp=sharing

2
Ping!

Akemi inquired about this on Discord today and I took a look at it. I was able to get the code functional with the new Stencyl Engine tween engine. I'm uncertain if I can get all the transitions working again but the "Threshold" version is definitely good to go. I will update with a new version soon with at least that transition, if not more.

3
Chit-Chat / Re: Summer Games Done Quick 2017
« on: July 05, 2017, 06:12:25 am »
I always enjoy SGDQ and never have enough time to watch as much as I would if I could. I second this recommendation!

4
Chit-Chat / Re: IM STILL ALIVE AND THRIVING
« on: May 30, 2017, 01:26:55 pm »
We're just going to end this thread now so nothing goes further. Safest possible course of action.

5
I've never done anything on a Mac in my life, but it looks like you didn't follow all the instructions to produce your own certificate. The certificate you circled is the one from Stencyl LLC for the Stencyl software itself installed on your Mac.

6
Mechanics Mini Jam / Re: Unicyclympics?
« on: May 15, 2017, 09:19:13 am »
It's QWOP levels of hilarity!

7
Mechanics Mini Jam / Re: Mechanics mini Jam starting May the 8th
« on: April 27, 2017, 05:20:51 am »
Dropping a reply so I can remember to check it out :)

8
Chit-Chat / Re: Corrupted Flash Drives? Anybody?
« on: April 04, 2017, 03:46:07 pm »
So there's a few factors here. First is the quality of the flash drives. Poor quality or knock off (or worse, fraudulently branded) drives will definitely have a tendency to fail more often than higher quality ones. The fraudulent ones are particularly bad because they will be sold as some high number of GB, and the firmware reports that number to the OS, but the actual contained size is smaller - when you save past the actual limit, it just overwrites something else, and thus, you have a corrupted drive.
Even if the drives are decent quality, they will always have an expected usable life based on the number of reads-writes to them. Running software directly from them is certainly possible but it will shorten the lifespan of the drive more than expected. If you read about Raspberry Pi users' troubles with corrupted SD cards you will see what I mean. This kind of storage medium is not a fully ideal approach for this type of use.

Other than that, I would have to say that it's impossible to tell for sure if Stencyl caused the corruption - hopefully some other people can chime in here with similar or different experiences.

9
Ask a Question / Re: Concave Collision Shapes
« on: March 31, 2017, 01:42:23 pm »
I definitely had trouble with concave terrain once upon a time, but that was (literally) years ago (Dreaming Big). It's safest to just use multiple convex shapes to generate your own concave shape as a result. That's what I did and it solved my collision issues.

10
Chit-Chat / Re: Stencyl on Steam ?!
« on: March 27, 2017, 07:43:52 pm »
Quote
it would also be able to open the floodgates for quantity over quality,
I am amused because this is exactly what devs said on Kongregate when Stencyl was starting to be used.

That said, Stencyl on Steam is a question of the market; are the people on Steam the ones that would be interested in it? I don't know how well the "developer" market is on Steam, availability of that software is not the same as making money selling it. :)

11
Ask a Question / Re: How to make LAVA
« on: February 08, 2017, 04:58:15 pm »
Or the Tile API. If you check tiles near (or underneath?) the character and find that they match the tile ID of any lava tiles.

12
Ask a Question / Re: How powerful is the Stencyl calculator?
« on: January 20, 2017, 05:55:19 am »
Depending on what you're trying to accomplish and how you're currently doing it, there could be a better way. If you read up about sorting algorithms, for example, you'll see computer science experts talking about "best case" and "worst case" scenarios. Depending on what you already know about the data you feed to a sorting algorithm, then, you could pick one that would be the most performant for your use.

Obviously that's just an example and there are plenty more possible. As always, it depends on the "problem".

13
Ask a Question / Re: availability of forum
« on: January 20, 2017, 05:50:18 am »
I know the server is not hosted on a fridge :) but unless it's down for everyone there must just be connectivity issues on the route between you and it. Maybe a whale sat on the transatlantic cable... hah

14
Chit-Chat / Re: Text-based vs Blocky programming?
« on: January 18, 2017, 12:29:09 pm »
I've seen/heard these questions a lot, and I use both. Blocks are great for quick prototyping, as long as they let you do what you want. I'm not afraid to dig into code for things (like transitions!) that require a more custom solution (new classes, complex algorithms, etc).

Interestingly, the "blocks" paradigm is not the only visual programming language out there. "Node" based languages (Unreal engine, for example) are growing in popularity. They definitely make it "easier" to trace the flow of the code around functions. Some people don't even think of them as programming, but that's what it is; human-created instructions for computers.

15
Well if you want to wait until next Black Friday to download them, be my guest :)

Pages: 1 2 3 ... 254