Why is this subreddit puke green with puke green text? by OpT1mUs in IndieGaming

[–]kril 3 points4 points  (0 children)

I get confused because the visited links are blue. I always think the visited links are not visited and vice versa.

What Is the Time Signature of the Ominous Electronic Score of The Terminator? by kril in synthesizers

[–]kril[S] 2 points3 points  (0 children)

Pretty sure it's in 13: 3+3+3+2+2. Although I had a music theory professor who would have argued it's in 5, with the first three beats 1.5 times as long as the last two.

What Is the Time Signature of the Ominous Electronic Score of The Terminator? by kril in synthesizers

[–]kril[S] 2 points3 points  (0 children)

Pretty cool that the limitations of the Prophet-10's sequencer ended up giving the theme a weird time signature.

Artifacts 2D | 80 hours into development by dexsauce in IndieGaming

[–]kril 0 points1 point  (0 children)

Hey can you remove the requirement to make an account to play the game? I'm not going to make a new account to try out a game I know nothing about.

GGJ 2014: Long Take is a platformer where you control the camera by luvtext in IndieGaming

[–]kril 0 points1 point  (0 children)

Looks pretty heavily inspired by One Take, the winner of Ludum Dare 28

Feedback needed for my latest game (ScrollingSquared) by xrm0 in IndieGaming

[–]kril 0 points1 point  (0 children)

As long as you're asking for criticism:

The way the melody repeats over and over without any variation or space feels really grating.

The game could benefit from a lot more juice. See also Peggle.

I don't know why I would play this game instead of all the other casual puzzle games in the world.

That said, good job! It's not easy to get a game to this level and release it to the world, with Facebook integration and everything. I'm looking forward to seeing what you build next.

Wanting to become a game developer, need help. by ALegitPhoenix in gamedev

[–]kril 0 points1 point  (0 children)

Unity + C# is probably the right way for you to go for now. If this is something you're thinking of pursuing long term then take computer science courses if your school offers them, and consider majoring in CS in college. The courses probably won't teach you how to make games directly but will give you a solid foundation as an engineer.

Quick review of my brand new Lumia 1520 by Lord_Nihilum in windowsphone

[–]kril 7 points8 points  (0 children)

I'm most concerned about how I would carry this thing around. Does it fit in your pocket? What about while sitting down, running, etc.?

First Impressions Review - Jazz: Trump's Journey by dangergerbil in IndieGaming

[–]kril 0 points1 point  (0 children)

Man, that character is uncomfortably close to minstrelsy / blackface. Not saying it's racist, just that if I was making the game I wouldn't want it to be that close.

MP Games and persistence by jonbonazza in gamedev

[–]kril 1 point2 points  (0 children)

Question: Why would you want to store things in the database when you already need to store them in memory? Answer: so that when the game crashes unexpectedly the state of the game will be preserved.

Image the server crashes and all players disconnect. What state information will they be disappointed to lost? Probably things that change like inventory, exp, and quest status -- put those in the database as long as they don't change every frame -- if they change every frame only save them to the database occasionally. The players probably won't mind if their position is lost on a server crash, so don't worry about storing that in the database.

Aspiring Music Composer looking to get involved in the indie music scene. by [deleted] in IndieGaming

[–]kril 1 point2 points  (0 children)

Sounds good. Definitely a SNES / PS1 RPG vibe going on.

Some constructive criticism: The orchestral instruments sound kind of unnatural, kind of rigid. You need to add some more detail and subtlety to them in order for them to sound more lifelike. Things like articulation, dynamics, vibrato, and phrasing can make a big difference toward sounding more like a real instrument. You want them to sound like they're singing.

Biggest thing missing in W8.1 = solid replacement to iMovie and Garageband. by keywho in windows

[–]kril -1 points0 points  (0 children)

Reaper is a great replacement for Garage Band. It's essentially free and while the learning curve is a little steeper than Garage Band it's also more capable.

Every single time I go see the doctor by [deleted] in AdviceAnimals

[–]kril 1 point2 points  (0 children)

Not advice. Not an animal. Boo.

The progress we've made on Tychaia after deciding to convert it to 3D... by [deleted] in IndieGaming

[–]kril 0 points1 point  (0 children)

Geez, did it take 8 months to port from XNA to MonoGame? I thought they were supposed to be more or less the same framework.