Images

Now Saving: Not Bunny Month

Bunnies and Stuff-1 Bunnies and Stuff-2 Bunnies and Stuff-3 Bunnies and Stuff-4

 

At first I kinda wanted to do a Bunny Month thing where I drew a bunny for each day of the month until at least the 20th. But I’m still not feeling too great on the drawing front, and haven’t yet replaced the power cord for my EP121.

Got a lot of work done on Stable 45’s Burst Party minigame… but completely derped on working on TSHE or on making the art/story assets to fill the site. I might have to really simplify the scope of the game to get it done on time. Tomorrow, I need to remember to record footage of my daily routine for a smaller digital multimedia assignment.

Also, watching Escape from LA. It’s a fun movie, and is convenient for me to follow thanks to familiarity with Metal Gear Solid.

 

Upper-right pic above with the characers with multiviews? I kinda like that bodybuild for my humanoid characters and if I made 3D characters and stuff I’d like them to be styled like that.

Help?

IMG_20140330_161430588 IMG_20140330_161537349

Contrary to what it might seem from how much time I spend using computers, I am not great with the science that makes electric things not-kill-people.

Dropped my EP121 while it was plugged in. This bit of the power adapter bent at a weird angle and now that small open section right where the metal meets the white bit keeps sparking if I plug it in and doesn’t charge well at all. Is this something easy to fix, or do I need to buy a new one?

What this means for people who follow my stuff sorta-kinda:

1) Less art. At least very little of it will be done digitally. I didn’t bring my old Wacom Bamboo with me when I came back to residence halls. Probably won’t be too noticiable because I’ve been on an art downturn in general lately anyway.

2) More time in computer labs and libraries on weekdays. I’ll need access to a computer during my group meets and it’s not worth the trip back to my room just for that.

3) Less time on Skype and Steam at night: I won’t drag my desktop machine to bed to finish the conversation, sorry.

Help?

Now Saving: A Pleasant Day

Something something Ghosts Never Grow. Half baked ideas for a comic I'll never actually draw. It's Sandy from Fallout: Equestria - Better Days in some AU incarnation. And some really janky looking anthros.
Something something Ghosts Never Grow. Half baked ideas for a comic I’ll never actually draw. It’s Sandy from Fallout: Equestria – Better Days in some AU incarnation. And some really janky looking anthros.
Doodles when I coudln't sleep. Context is here: http://falloutequestriafluttershy.tumblr.com/post/80760191603/retl-falloutequestriafluttershy-humans-have#notes
Doodles when I coudln’t sleep. Context is here: http://falloutequestriafluttershy.tumblr.com/post/80760191603/retl-falloutequestriafluttershy-humans-have#notes

It was a fun day. Got a bunch of coding done and learned some new tricks. Also met with adviser and passed in a revised resume.  I’ll admit, I’m not pleased to learn I should customize it for each job applied for, but I’ll live.

Looked around at pics of Fluttershy and whatnot for about an hour and a half on Derpibooru. I think I kinda-sorta get the appeal of the character now, but I think I’m just biased after spending two hours drawing her being a silly filly. Still not my favorite pony, but one who contributes more to the group than I typically give them credit for.

Was fairly pleased with the day in general, even if I’m not sure why.

Now Saving: It Stopped Being Fun

I swear I remember these blogs being more fun in the past.

No, balloons don't actually deform that way. I didn't have reference images ready at the time.
No, balloons don’t actually deform that way. I didn’t have reference images ready at the time.

placeholder32x32 boundbox16x16 fp_downhard_lr

 

(Tumblr will only show the thumbnail. Fullsize is in the full post.)

Minor tweaks to the physics in Burst Party on Stable45. Half-way wrote one of the stories but haven’t added it to the site yet.

Added status indicators to units in Resonance. Found out that Unity3D supports MessagePassing and Message Broadcasting, so I can reduce the level of forced coupling between classes  if the code I need to communicate with is a gameObject component or a child-gameObject’s component. So instead of saying

public GameObject directReferenceToSomeGameObject; //You assign the object in particular via Unity3D's inspector. - Moore
VerySpecificScriptType theScript = directReferenceToSomeGameObject.getComponent<VerySpecificScriptType>();

theScript.MethodIWantedToUse(someValue);

I was able to use

BroadcastMessage("MethodIWantedToUse", someValue, SendMessageOptions.DontRequireReceiver); //Not requiring a receiver is optional, but it silences some errors if you know you don't need a response. When trying to test, it's probably not going to help to disable the errors, though.

Which is nice. If for whatever reason a level designer tweaks the scene but doesn’t put in the status indicators or whatever other object that we expected to have VerySpecificScriptType, the code will still run without having to run for a coder to fix it. It also means if anyone wanted to have a different kind of gameObject handle MethodIWantedToUse(someValue), they just slap on another MonoBehavior that has the method name somewhere in there as a component for the announcing GameObject (for SendMessage) or as a component of a child (BroadcastMessage). Though I’m pretty sure there’s a performance hit for being less direct, and it can be a nightmare to troubleshoot if the message has a mistyped argument as the message will simply fail and not be responded to instead of claiming the method doesn’t exist / has wrong arguments.

And PnP was today. I showed up 2 hours late, arrived in a combat, and didn’t really have any productive role in combat, so occasional Get Bonus made some silly comments and stuff. It was alright. Spent a lot of that downtime playing SpiritStones on my Android smartphone in the background. Makes me want to try developing for Android a bit more.

Though apparently Get Bonus has a relative  named Get Laid hanging out somewhere in New Unicornia’s House of Ill Repute (Which I had been misreading/writing as “respite” for two or three weeks now until I just looked it up on urban dictionary seconds ago. ) Whether or not they’re at all related to Get Lost is still up in the air.

Rewatched some of the season 1 episodes of MLPFiM. I don’t like it as much as I used to. Don’t know why.

Now Saving: Bonus Content

I don’t know a practical way of implementing it, but what if all those Youtube Let’s Plays and whatnot of different video-games were bonus content that became available when a person buys a copy of the game featured inf the video?

Played around with Lua some more. Installed Lua 5.2 on Ubuntu. Wrote a short loop thingy that takes input until the user types ‘quit’.  Meant to work it in Computercraft but never logged into Minecraft to try it there. I might make a text adventure or something, but I also sorta wanted to make a text-based combat game. If I wanna do that, I first need to figure out a way to implement timing in Lua. Briefly looked at a 2D game programming library for Lua  https://love2d.org but did not install it.

Got no productive work done on TSHE, S45, or Resonance.  Played some Awesomenauts.  Still trying to adjust to the idea that PnP day is now on Tuesdays instead of Wednesdays.

Watched some Youtube. Played some Candy Crush. Candy Crush is frustrating.

Rendered this thing  in Digital Multimedia on Tuesday. I did not make these textures.

render

Now Saving: St. Patricks Day

bunnysayshi

Yesterday was that holiday with the green stuff. The cafeteria had SO MANY BALLOONS. THERE SO MANY. It was somewhere between awesome and scary and super distracting. Also, they were making reuben sandwiches and stuff and it was freaking tasty.

 

Oh and I worked on schoolstuff too at some point.

 

Now Saving: Black Liquorice

Spent most of the day wanting to curl up and go back to sleep, but got into the swing of things… by nightfall.

Filled out new spreadsheets for SSE. Tried to animate an SVG hexagon. Didn’t work out. Traced a Griffon screencap and added a balloon. Because reasons.

griffbloon_rough

Planning to take in my resume tomorrow for live crit.

Tried Black Liquorice for my first time. Was given to me by an acquaintance who usually works one of the shops I tend to buy snacks from every 2-4 days.  He got it from someone else. The feel was akin to that of mouthwash, but the taste reminded me of black jellybeans, rootbeer, and salt. It was interesting. The one I had was shaped vaguely like a curved fish. Was offered one that came in the shape of an *, but my teeth were kinda hurting from the first candy, so I declined. It was an interesting experience.

Now Saving: Bleh

I talked up a case for buying pizzas so we’d have something to eat for the weekend. Aaaand after going through with it, we ended up spending $30 or what was completely consumed within minutes. So I feel like I picked it all wrong. And apparently my mother’s sugar level had dropped down to around 54. Seems like she was mistaking the breakfast she had yesterday for breakfast she had today. Tried to talk [family member] out of throwing a fit because reasons. Which just made her throw a fit about me talking to her.  My right hand hurts. I think I’ve played too much Awesomenauts and may have carpel tunnel syndrome or something going on.

On the other hoof, I drew some stuff. http://sta.sh/2k9ffob9m3l

balloonphobias1

balloonphobias2

balloonphobia

Now Saving: No Meal Plans Here

getbonus_3dponymaker_by_retl-d795ay2

Learned about http://en.wikipedia.org/wiki/Maltesers for my first time.  Added author’s note to B fic from yesterday. Played a LOT of Awesomenauts. Played with 3D Ponymaker and Inkscape.

IRC was unusually quiet for the majority of the day today until late night. Making progress in a FoE Reread. Just now finishing the Shadow of the Ministries massivehuge chapter.

Ran out of TV dinners and hotdogs and whatnot in the fridge for the week’s stay. Need to go shopping for more food at some point. I miss having my meal-plan on-campus. Kinda wish I had bothered to learn to cook.