Jump to content
A 2021 backup has been restored. Forums are closed and work in progress. Join our Discord server for more updates! ×
SoaH City Message Board

TailsSena

Members
  • Posts

    1,309
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TailsSena

  1. I was not aware there existed a company on this earth that actually did legitimate and founded research on what people actively desire from them... Bravo to Netflix.

    Unfortunately, I can't see many companies ever doing this. Why? Because it would make too much sense, and as far as I'm concerned, anything to do with the world of business is mandated by some sort of universal law to be as fucked-up and confusing as possible... To the point that not even the rule-makers understand their own rules.

  2. You know...since my parents took and swiftly lost my Lumia 710, the 925 is looking really nice. (I don't need the newest one, it's really expensive anyway.)

    But yeah... The iPhone 5 line looks...technically bad, though I am of the unpopular opinion that the UI is very pretty. It's much...softer than the old iOS. I like that. I see so many people bitching about it saying things like "obviously whoever designed this has never touched a design class" or "as a design student, I can say this looks like shit."

    Well guys... As a consumer, I can say it looks very appealing... And I'm pretty sure they weren't trying to please their critics so much as the common buyer. That's not to say I'll get one, but still, it's pretty.

    What I can say against it is that HOLY SHIT that thing is overpriced! What the hell are they thinking?

    EDIT: 1LT says most of what else I wanted to say, if not all or more.

  3. hey there, this is a generic small help thread so it seems.

    Ever noticed how when you push something in worlds in looks kinda weird? Like, how sonic is far away from the wall before he pushes? I want that fixed, but I'm not sure what to do.

    I'm assuming something in around here needs to be changed?

    [qimg]http://i.imgur.com/6kL8kDg.png[/qimg]

    As far as I'm aware, it's because the event starts the moment the edge of the sensor touches the wall. The sensor being about 6 pixels wide means that you get the aforementioned result.

    Is there a way to fix it? Yes, make the sensor smaller.

    Do you want to do that? No, you'd compromise the collision accuracy.

    Workaround: Create a smaller (1x1) sensor for each side (left/right), and rework the push animation code to read the collisions of those sensors. Keep the actual pushing state on the larger ones though, so that the collision doesn't break. Animation can be separated from collision with no problems if handled correctly.

  4. Ugh. Seriously? Animating this shit by hand? Learn a little trigonometry, it'll take you far.

    You need two frames per character. One illuminated and one dark. Technically you could do this with palette tricks if you had shaders or something, but whatever. The default active character should have a value (angle) set to 0 while the other two are set to 120 and 240 respectively (each a third of the way to 360 degrees which is the full circle). As you change the active character, you'll want to first darken your active character sprite, then you start a mode where you gradually increase each character's angle by some amount per frame until you have increased everyone's angle value by 120, and then the one that reaches 360 should be dropped back to 0 and made the active character (alternatively if the player presses the other direction, decrease everyone by a total of 120 and increase whoever gets below 0 by 360) Illuminate the new active character once all movement is finished. You might also need to offset the angles a bit so that 0 is actually pointing to 270 so that zero is in front of the circle. No big deal.

    Here's the fun part. Every frame that a sprite's angle value changes, set the x position to X_SHIFT * cos of that sprite's angle, set y psoition to Y_SHIFT * sin of that sprite's angle. You'll want Y_SHIFT to be slightly less than X_SHIFT if you are looking to emulate the style in Sonic 3's character select for competition mode.

    Oh, one more thing. Whenever a sprite that is inactive moves to another position of inactivity (IE 120 moves to 240 or vice versa) move its drawing order to the back. That way you won't have a character being drawn in front of the active character.

    Thaaaanks. I knew it involved sin/cos and two shift values, but I forgot that setting Y-shift lower would actually solve the problem. I was about to go and apply an after-the-fact fix to it that would force them to the proper positions.

  5. I'm updating a character menu for SLWC, how can I make the character sprites rotate like in sonic 3's competition mode. Is there another way I can do it instead of the one on the main site?

    Umm... Okay it's almost midnight here, so can I get back to you sometime? I'll try to work something out tomorrow.

    Best thing I can think of at the moment is to tell it what angle it's supposed to be at and then create a method that rotates it to it's desired position, based on where you told it it needs to be... I'm probably not making much sense, I know...

    So the selected character should be at 180 degrees, while the left and right should be at... Oh boy... 60 and 300 respectively. The hardest part about this would be flattening the circle into an oblong ellipse... Again, I'll get back to you on that.

  6. If you want help with this kind of thing, Jass, we could work together on it. I'm honestly better at menus than gameplay engines. Along with AI, it's one of the few things I can do by myself in MMF2.

    EDIT: More detail, I suppose...

    I can do multi-tier menus in one frame and X/Y navigation through menus. I can't think of much else, menus aren't terribly complex.

  7. If I recall, Cream was a rework, or at least inspired by one of the old mascot candidates... It was a purple rabbit whose ears could stretch and grab onto things. The concept of stretchy limbs was instead shoved aside and later used in Ristar.

    Could've played a part in the development of the Werehog's moveset, too, but I doubt it.

  8. Well, it's not wrong of him to tell us, is it? I mean, it's something that's better said upfront than hidden, only to be utterly lambasted for it later. To that end, you can't blame him for defending himself, either. How often do you come across people who are civil enough to simply not care? Very seldom, I'll bet.

    All that said, I do like your art, Jiyako. I wouldn't exactly call it polished, but I can say you're a lot better with your tablet than I am.

  9. Oh, wow. Sorry I didn't find this thread earlier... But in case anyone else needs a partner AI, I salvaged the remnants of my old custom Worlds engine. It includes the AI and some unfinished code for the basic five characters. (Sonic and Amy are relatively complete)

    So here it is.

    EDIT: The AI does attempt to keep up with you, but it's not terribly smart and struggles on complex terrain. Feel free to modify it to suit your needs.

  10. I suppose you could be super lazy and glue Sonic to the left pane if he hits it and the player isn't pressing anything. (Then force him into his running animation.)

    Also, just from my experience with MMF, if Sonic is clipping through the sensor, make the sensor bigger. He's probably clipping through it because he's moving so fast that the distance he travels in one frame is wider than the sensor.

  11. Okay, so I've had this sitting in my downloads for a few days and I finally buckled down and played it... Bear in mind that I didn't get very far, but here are my thoughts...

    - First off, there was this... It's not an issue, but I thought I'd let you know. (Fairly large image.)

    YiXLtu7.png?1

    - Vermin is adorable. As cool as he tries to look, he's just too cute.

    - The controls are somehow both slippery and stiff. What I mean by that is that on land, your acceleration in pretty high, but you can't stop for shit unless you can jump and ground-dive instantaneously- an art I had to master. Meanwhile your jump has a similar problem, you cannot affect your momentum in any way while jumping unless you hit something or somehow trigger another action, all of which will send you careening off in a direction you didn't want to go.

    - Getting that token in town was a pain. It was doable, but ohmygodfuckyougame.

    - While the overall presentation was nice, I have to say it was inconsistent. Very seldom did the art styles of two assets match each other or flow together cohesively.

    - I would like to be able to configure the control mapping, but I'm fine adapting to this layout, since it's not too odd. (I'm using a laptop keyboard.)

    ...I think that's it. Overall, very nice, but like all things it could be a little better.

  12. Tails, Knuckles, Amy, Gamma, and Big were not accessible at the beginning of Sonic Adventure, and were literally unlocked as you played through the game, regardless of who you played as.

    Yes, I'd say they were unlockable characters.

    What you've got there sound like unlockable bonus characters that have zero relevance to the plot.

×
×
  • Create New...