25/12/2014 – Humbug.

I think I’ll probably say “Humbug” as every Xmas title. I don’t even hate Xmas, I just love saying “Humbug”.

Down to business, my first semester of my final year is complete. I only had two modules (Minus my project), Commercial Games Development and Games Programming with Advanced Graphics.

Both had two pieces of coursework to complete, one individual and one group task per module. For Games Programming we had to create a game engine in OpenTK, make a maze game, then port it to PlayStation Mobile. Due to some circumstances beyond my control, I ended up falling behind in terms of actual practical work for that, so I ended up doing the written documentation for how all of the engine systems were built, how they interacted, programming design, AI, and so on.

Come to think of it, a few months back you may recall me mentioning AI pathfinding. Well, interesting thing about that; I designed the AI and told a particular person to build it in the way I instructed. Instead, it was built in the most inefficient way imaginable. Essentially, it should of worked by detecting what waypoint it started at, knowing what potential positions it could go to from that waypoint, and then randomly picking one and moving to it. How the person actually coded it was by generating a list of waypoints that were all exactly 25cm apart (We scaled it to 1.0f = 1cm in world space), then use a random number generator to pick a waypoint at random from that list, do a boolean check to see if it could move there, then move it. Two issues; potentially it could never move if the number generator never picks a position it could move to, and it isn’t a scalable system. If we got a different map we would have an even harder time mapping the waypoints.

The map itself was a problem, we used a model instead of building it with walls. This forced us to change how the collision detection worked, using rays and point-to-poly calculations instead of collision with a wall object.

Somehow, we still managed to finish the thing and get good marks. I got 70%. Not bad considering I only did documentation.

As for the Advanced Graphics side (Something the deadline was less than a week ago for), we used GLSL and RenderMonkey to create out own version of something called “Teapot Wars” (You can look that up yourself). I had a lot of fun messing around with shaders. Last year I was too scared to touch them, now I feel confident that I could make something rather interesting. Anyway, I learned a lot about manipulating Vertex and Fragment shaders, and created some horrific stuff. It was useful though, especially considering my project will be using them heavily.

Commercial Games was real hit and miss. Individual coursework went mostly fine, I missed out of a few marks because I was careless with a checking over and didn’t fill a section in completely. Still got a good mark though. As for the group stuff… Let me put it this way…

You would be hard pressed to find fault with any of our documentation, minutes, meeting notes, timesheets, etc. All the documentation is there (Thanks to yours truly being extremely anal about it). However, we heavily underestimated how much time we had to work on this project. Our game was basic… Really basic. More like a 24 hour game jam product than something that should have taken a minimum of 400 hours over a period of 5 weeks with 5 people working on it. We had a lot more time than we thought, and spent it very poorly. Most of us were very under-worked (Except myself and one other teammate). When it came time to demo it, the presentation became the two most uncomfortable minutes of my life. And the questions we were asked were mostly “Is that it?”.

That being said, I clearly pointed out that this was a prototype game, and our evaluation of the project describes various gameplay elements and improvements we would like to add. Especially the idea of using Unity instead of XNA, both for better ease of use and superior collision detection & physics.

Thankfully, that coursework is mostly documentation based.

As for my project, it’s coming along. I finally have time to work on it. The underlying structure is there, it mostly requires me to “Fill in the blanks”. I’ll talk about it more when I have something to show.

I’ll upload videos of “Teapot Wars” and other coursework stuff in due time.

Now I know what you’re thinking; “What did you get for Xmas?”

A jumper, some chocolate, a Top Gear 2015 Calendar, and a £100 Amazon gift card. The last of which I spent on more stuff.

In terms of other things going on, I have a lot of programming books to read through, starting with “Design Patterns”, followed by “Game Programming Patterns”. And I’m playing video games again. Currently going through Yakuza 4.

See you when I see you.

-Adam

13/12/2014 – A Suggestion For VR Developers

Although this is probably brought on from the amount of Sword Art Online I’ve watched recently (It’s not a good show regardless), there is an aspect of VR Gaming which worries me.

It’s no secret that imbeciles have somehow managed to die while playing video games for an absurd amount of hours, and I can’t help but feel VR isn’t going to help. Now the obvious solution to this problem is to force the user out of the game and take a break. I know it’s not a well liked solution to this problem, but a forced reality check every 8 hours or so is probably the only way to get people to stop.

I’m not saying we limit their daily playtime or anything. I know the Chinese government implemented time restrictions on certain games, but this is slightly different. You should be able to go back and keep playing. It’s more like one of those things of “Hey stop, get some food, drink something, and use the bathroom; then come back”.

To be honest, most people probably wouldn’t notice. I’m pretty sure only the dedicatedly stupid can play a game for more than 8 hours without even a bathroom break or food. But it is certainly something to think about.

And this goes without saying, although SAO seems like a cool concept, don’t actually implement a system where the headset kills your players.

I’ll make another post once this semester is over with. So probably a week or two from now.

-Adam

08/11/2014 – Some Advice

The past version of yourself is probably a bigger dick than your current self, thanks in part to giving you a lot more work to do now instead of doing it earlier.

Anyway, I’m catching up at least. Figuring out AI pathing is actually more fun than I thought it would be, but trying to get it working with the rest of the game engine is going to be difficult.

Lastly, you should buy Freedom Wars. It’s fun, and has some cool concepts.

-Adam

13/10/2014 – Virus Riddled Music Visualizer

So I’m sick. I’ve been sick since August and coming back to Hull I got even sicker. The problem is that it’s no more than a common cold, although I had flu this weekend. On top of this, despite only having a week’s worth of classes, I’m slightly behind on work.

Now let me tell you an interesting story. I have never programmed a music visualizer, or done any real sound engineering. So doing a music visualizer as my 3rd year is probably the smartest thing I could probably do. But that’s not the point. When starting off my research I decided to look for FFT libraries in C# that would help me build this thing, and I found a few, and figured “I’ll keep these saved until later once I get closer the the year starting” (This was around July). Upon coming back and doing more research, I find out that the libraries are old and will not do the task.

From there I looked at more common audio libraries like FMOD. New problem; not in C#.

And then, like a fucking fish in the face; during one of my lectures last week, the lecturer mentions that OpenTK (OpenGL wrapper for C# and the graphics library PlayStation Mobile uses) has a bunch of audio tools as an add on from OpenAL (The audio library stuff from old OpenGL – 1.1-ish). So here I am, stunned, that the thing I wanted to get was right there in front of me this whole fucking time, and I wasted several days of my life looking for shit I already had.

Fuck this shit sometimes.

Anyway, my first week was alright. Even if I am down with the sickness.

OOOO-WA-AH-AH-AH!

In completely unrelated news, this laptop I’ve had for about a year is apparently a toaster. Opening up multiple Chrome tabs seems to push the CPU towards the highend, and most 3D games released 8 years ago struggle to get an ideal framerate on this thing. Even low-end Unity games have issues. So I ordered an ITX PC. I should have it within a week or so, but there might be a problem with the order.

Anyway, see you later.

-Adam

ADMAN’s Den – 09/08/2014: Life with a 144Hz Monitor, WiiU & PS4 thoughts.

144Hz

A monitor like this has been something I’ve wanted for about a year or so. Since hearing John Carmack’s Keynote at QuakeCon when he talked about the benefits of a 120Hz monitor and how it significantly improved response rate. Finally, I managed to find one for less than £200 from a well-known brand. It’s a AOC G2460FQ.

First problem with it, it comes with a HDMI cable, however the cable is not cable of doing anything over 60Hz. Secondly, I had to purchase a new DVI cable to actually get it working properly. Once both of those issues were taken care of, I noticed an immediate difference in moment from the mouse alone. It’s incredibly smooth. I have two monitors, and the other is my old main 60Hz monitor from Acer. So I notice the difference quite clearly. Mouse moment is significantly choppier and stiff by comparison.

As for games.. I haven’t really been playing anything that takes full effect of it yet. I was tempted to try GRID Autosport, but I didn’t feel like playing it. I did play a lot of Deus Ex Human Revolution, and I can certainly say it seems smoother in parts.

Other than that, with adjusted options, this monitor is on-par visual wise with my old main, which was already an excellent monitor in regards to the contrast ratio and colour output. I still think my old one looks shaper, but the colours are less vivid.

All in all, I really like this monitor. Maybe I should boot up Quake.

WiiU

Let me be honest, outside of Uni and the other crap I’ve been doing, the reason I put off giving my impressions of this thing for so long is because I haven’t had much to play on it outside of Wii games. I mean I fucking love the fact that it is backwards compatible, but still.

Although I should start off with that. It is basically a Wii when it comes to backward compatibility. Wait no, it is a Wii. It’s not emulating it, it is one. Anyway, any Wii game works and all the controller stuff works fine (Except GameCube stuff, but I don’t have any of that). Only thing I wish it would do is have some filtering options, better scaling, and maybe some AA. Other than that, everything looks fine.

In terms of actual WiiU games, I’ve only got 4:

  • Windwaker HD
  • Monster Hunter 3 Ultimate
  • Wonderful 101
  • Mario Kart 8

Windwaker looks pretty good and runs perfectly. Wonderful 101 has it’s charms and barely ever drops below 60FPS. Mario Kart 8 looks really good, but that’s probably more to do with the art style choice of the tracks than actual graphical ability. It does the job. No, it’s a fucking power-house, but the games I have look and run perfectly fine.

One thing I ended up doing on it was using it to watch stuff on YouTube and Amazon Instant Video, along with other things in the browser. The web browser is pretty fucking impressive, and is easily the best web browser I’ve used on a console. As for Amazon Instant Video, it woks, but the UI can be kind of choppy at times.

Frankly, that’s my one major complaint about the system, the load times on the menus for fucking dreadful. I’m sometimes sitting there for a good 10-20 seconds waiting for thing to load, and this is after all the patches. I know there’s one released super-recently which might improve it more, but I haven’t installed it yet.

On a final note, MiiVerse is a cool idea. Too bad no-one gives a damn about it.

SoVeryLonely

Look at all these friends I don’t have.

Overall, it’s not a bad console to be honest. The things it does well are enough to justify it. Backwards compatibility are a good selling point seeing as you’ll probably want to check out the few JRPGs the Wii had. And the games it currently has work fine and are fun. It’s a good console. Also, the Pro Controller is pretty damn good and has an insane battery life.

PS4

Now that you’ve skipped ahead to the point you actually want to read, let me tell you about the PlayStation 4.

It’s shit.

Nah, just kidding. But there is more promised potential than it actually has features right now. Games wise, I’ve got MGSV Ground Zeroes and InFAMOUS Second Son on disc, and Resogun as a downloadable title. I have more download stuff, but it’s the only one I’ve played. Anyway, I’m satisfied with graphics improvement that the PS4 offers. It’s not amazing, but it is an improvement. What I’m most looking forward to is a heavier use of custom shaders to get some cool effects. However, the problem InFAMOUS and MGS have is draw distance. InFAMOUS has some really bad moments where the other end of a street can look untextured and blurry. I kind of expected it though.

Another thing I hope for is more photo modes like InFAMOUS, look at these:

inFAMOUS™ Second Son_20140708141659 inFAMOUS™ Second Son_20140708010456 inFAMOUS™ Second Son_20140707175340 inFAMOUS™ Second Son_20140704201841

I’m not sure how many people agree with me, but I think that shit looks cool. Which brings me on my next point, the Share button.

Now, people like me have use for this thing because I like taking pretty screenshots of games or recording interesting moments. And while the screenshot feature works as intended, I’ve been having issues with the video stuff. Basically, it isn’t saving any videos whenever I press the button for first time booting up the console, so whenever I need it to work, it doesn’t. I’m not sure if anyone else has this problem, but it annoys the shit out of me. Another thing, the quality when streaming from the console is awful, even with HD selected. Frankly, you should get a capture setup if you are actually serious about streaming. It’s not like those are terribly expensive anyway.

I mentioned before how much I like the PS4 controller from a comfort perspective, but actually using it with a PS4, still the best controller out there right now. I don’t like the materials on the sticks, but other than that. From a functionality stand point, CAN DEVELOPERS STOP USING THE TRACKPAD FOR BOTH START AND SELECT FUNCTIONALITY? Fucking Hell. Use the options button for the Pause Menu, and the trackpad button for what used to be known as the “Select screen”, or “Map screen”, or whatever the fuck games used it for. MGS has this problem. Whenever I try to get the pause menu, he pulls up the I-Droid shit. But pressing options is just pause, and no menu. Why would you do that? Holy shit.

Another thing, let me decide if I want sounds coming out my controller or not, don’t force them on by default. The only way to get around it in InFAMOUS is to stick headphones in. As for the lightbar, well I usually sit with my legs crossed, leaning back into the chair, so my legs block the light from the controller glaring the screen. Even still, the light from my window gives a more significant glare than the controller does.

Vita Remote Play works for the most part. I tried a little bit of InFAMOUS and it seemed to work fine, give or take 50ms or so of latency. You just have to be careful of the connection. I lost connection while using my Vita, and the game no longer registered regular controller input, the console then had a hard crash which required me to unplug it because it wouldn’t turn off via the switch.

Applications like the PSN Store and Amazon Instant Video are much smoother on the PS4 than they were on the PS3. Especially the former. Trying to use the store on PS3 is a nightmare. It’s slow and really unresponsive at times.

Miscellaneous things like friends lists, profile view, and trophy lists have been improved in various ways, mostly from a UI perspective.

Overall, there are a lot of things I still want, mostly MP3 support and custom backgrounds. But for what’s there now… It’s good, but I wouldn’t recommend buying one unless you really want to play something on it RIGHT NOW.

I would usually talk about anime stuff now, but it’s been so long since I did this type of blog that it would take a really long time. So instead here’s a link to my MAL account. It should give you an idea of what I’ve been watching lately. If there’s anything specific I feel like talking about, I might post about it.

Only anime related thing I feel like talking about in any sense is Monogatari. To which I say; I looking forward to Hana next week.

Later

-Adam