Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411493 Posts in 69372 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 05:51:18 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsCogmind (sci-fi robot-themed roguelike) - BETA RELEASED
Pages: 1 ... 7 8 [9] 10 11 ... 71
Print
Author Topic: Cogmind (sci-fi robot-themed roguelike) - BETA RELEASED  (Read 236805 times)
JobLeonard
Level 10
*****



View Profile
« Reply #160 on: May 12, 2014, 10:13:19 AM »

Quote
Any game that tries to maintain at least a semblance of realistic audio experience must consider that objects hitting other objects make unique sounds. Metal on wood, stone on stone, wood on dirt…
That's some serious dedication.
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #161 on: May 12, 2014, 04:02:35 PM »

Oh wow. This looks tremendous.
Thanks!

Thanks for the notice--my Google Alert went off last night and I was like... um... "RPS, really?" So apparently they do devlog things nowadays, too Tears of Joy Was pretty excited about that, especially since the pieces haven't even been put together into a "game" yet. Indie Game Enthusiast is also going to mention Cogmind soon.

Quote
Any game that tries to maintain at least a semblance of realistic audio experience must consider that objects hitting other objects make unique sounds. Metal on wood, stone on stone, wood on dirt…
That's some serious dedication.
It's very boring work, yes. I think the dedication shows a lot more in X@COM, where there is a huge range of materials (being based in the real world). For Cogmind I was able to narrow it down significantly because there is a much more uniform environment: earth/stone/concrete/metal.
Logged

Kyzrati
Level 10
*****



View Profile WWW
« Reply #162 on: May 17, 2014, 06:20:08 PM »

Read about the techniques used to put together the individual sound samples in Cogmind (last post in the sfx series before moving on to something else--right now I'm actually designing robots):
http://www.gridsagegames.com/blog/2014/05/sound-design-cogmind/

A two-layer explosion:
Logged

Kyzrati
Level 10
*****



View Profile WWW
« Reply #163 on: May 25, 2014, 07:26:01 AM »

Only had a couple days before my latest/current trip, which was just enough time to implement the options and game menus.

Logged

JobLeonard
Level 10
*****



View Profile
« Reply #164 on: May 25, 2014, 11:15:02 AM »

Kyzrati, as someone who is about to graduate with a masters in Interaction Design, please... stop making interfaces that are so damn sexy using nothing but text. You're making the rest of us look bad.
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #165 on: May 25, 2014, 06:40:40 PM »

Heh, thanks, and now I know who to look to when I need professional advice Wink

While I haven't studied it in a formal capacity, I do have about 15 years experience/practice in graphic design and layout in digital and other media. It's a long-time hobby. I also enjoy photography with an emphasis on shapes and positive/negative space (recently retired my old camera which died after taking about 100,000 shots). I'm sure these interests in the visual arts have their cross-disciplinary benefits!
Logged

JobLeonard
Level 10
*****



View Profile
« Reply #166 on: May 26, 2014, 02:58:09 AM »

Oh yes indeed they do! I suck at graphics design - my strength is more in the systems level, putting the right elements together so that they "flow" or bring out interesting interaction possibilities.
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #167 on: June 01, 2014, 05:36:17 AM »

My thoughts on crowdfunding as I consider a campaign: http://www.gridsagegames.com/blog/2014/06/kickstarter/
Logged

AlphaPlus
Level 0
***



View Profile
« Reply #168 on: June 01, 2014, 09:37:52 AM »

This game looks really slick!
Logged

For all sad words of tongue and pen, the saddest are these, 'It might have been'.
JobLeonard
Level 10
*****



View Profile
« Reply #169 on: June 01, 2014, 11:51:47 AM »

Regarding that compression issue, have you tried that "nearest neighbour upscaling before uploading"-trick I talked about?
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #170 on: June 01, 2014, 01:20:31 PM »

This game looks really slick!
Thanks!

Regarding that compression issue, have you tried that "nearest neighbour upscaling before uploading"-trick I talked about?
Haven't tried it yet, no, but it's in my notes for when I get around to videos. I definitely did not forget that! Was thinking about it just yesterday while writing the post, in fact, but took a screenshot from the 2012 video just for demonstration purposes. If and when I do figure it out, I'll probably do a dedicated post on ASCII videos Wink
Logged

JobLeonard
Level 10
*****



View Profile
« Reply #171 on: June 01, 2014, 10:29:59 PM »

I think you can really push the encoder to have high quality crisp pictures and still have amazing compression. Probably something with reducing the amount of I-frames, since there is very little movement, and increasing the range of the P-frames to be larger than one character, since what movement there is usually involves a whole section of the screen moving one character left/right (when the main view scrolls)

http://en.wikipedia.org/wiki/Video_compression_picture_types

Of course, this is useless for the sake of Youtube, which recompresses the video to some one-size-fits-all setting.
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #172 on: June 02, 2014, 08:25:08 AM »

Of course, this is useless for the sake of Youtube, which recompresses the video to some one-size-fits-all setting.
Precisely, the annoying part is they compress it after you upload it, so you have to take that into account find workarounds, hence the potential for the advance upscaling. Better ASCII-specific compression is certainly possible, but YouTube isn't configured for that kind of video...
Logged

Kyzrati
Level 10
*****



View Profile WWW
« Reply #173 on: June 12, 2014, 02:36:00 PM »

Okay, back to development (finally home after a month away). Time for some map generation: http://www.gridsagegames.com/blog/2014/06/procedural-map-generation/

This is more an introductory post to the topic, with a few mentions of Cogmind in particular.
Logged

Kyzrati
Level 10
*****



View Profile WWW
« Reply #174 on: June 20, 2014, 12:00:45 AM »

Some WIP shots of the tunneling algorithm at work. The introductory post was written before more recent enhancements, but I'll get around to showing some better shots later on once the parameters have been tweaked a bit more.

Logged

YM
Level 0
**



View Profile WWW
« Reply #175 on: June 20, 2014, 05:23:38 AM »

That's a really nice level, I like the fact you've got 1 unit of buffer around the rooms, this example lacked the buffer, but because of that, ended up with some nice non-rectangular rooms. You've got great corridor shapes now, just need great room shapes to match.
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #176 on: June 20, 2014, 05:50:13 AM »

Thanks! That other example from the previous post was not mine, though, just someone else's work (there's a link to the source describing the method).

After more enhancements the corridors/halls are getting slightly more rectangular (though still retain lots of character), and the rooms should see some improvement eventually--there will be another post in several weeks about integrating other room types, mostly prefabs (thus they can be any shape--I drew this one the other day for testing). Other more general room shape improvements might depend on the map content, but I've been thinking of working more with rooms eventually.

For now I've moved on to integrating the new map generator into the game itself. About time to put together at least a skeleton of the world to have a more accurate environment in which to add more AI features, which is where I stopped working on robots earlier since I didn't want to test their behavior in the old prototype world.
Logged

YM
Level 0
**



View Profile WWW
« Reply #177 on: June 20, 2014, 08:32:53 AM »

That skull room = HECK YES
Logged
Kyzrati
Level 10
*****



View Profile WWW
« Reply #178 on: June 20, 2014, 02:50:47 PM »

Random stuff you do one afternoon is always the best, eh? Wink
Logged

Skizomeuh
Level 0
***


View Profile WWW
« Reply #179 on: June 23, 2014, 04:10:58 AM »

Hey you got covered on RPS. Congrats!
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 71
Print
Jump to:  

Theme orange-lt created by panic