I Made a Thing

By Shamus Posted Tuesday Jul 17, 2018

Filed under: Programming 41 comments

People have been saying things like, “Hey Shamus, what happened to those programming posts you were doing. Weren’t you in the middle of a project? Weren’t you wrapping up a project? What’s going on?”

Here’s the thing:

A friend of mine has been working on a Minecraft-style cube world where the front end is built on C++ and the backend runs on user-editable LUA scripts. Early in the project I was talking about some of the techniques I’d used to generate blockworld caves. Then I figured it was sort of lame to just describe the structures I was talking about, and it would make so much more sense to show him. And hey, why not kill two birds with one stone? I’ll make a blockworld to demo the caves, and I could turn the process into blog posts.

Ooooh. Spooky! Sorta.
Ooooh. Spooky! Sorta.

But then I just kept adding to it. I finally got over the initial hurdle of working with Unity and reached the point where I could write code without needing to stop after three minutes of coding to do thirty minutes of forum-diving to answer simple questions. It was fun, so I kept going.

“I’ll turn this into blog posts when I’m done,” I lied to myself.
Continue reading ⟩⟩ “I Made a Thing”

 


 

Diecast #218: British Panel Shows, Prey Ending

By Shamus Posted Monday Jul 16, 2018

Filed under: Diecast 74 comments

Heads up: In the final segment of the show we spoil the end of Prey 2017. Also: Next week I plan to have SoldierHawk on the show again. If you have any questions for her, the email is in the header image.



Hosts: Paul, Shamus. Episode edited by Issac.

Show notes: Continue reading ⟩⟩ “Diecast #218: British Panel Shows, Prey Ending”

 


 

Grand Theft Auto III

By Shamus Posted Friday Jul 13, 2018

Filed under: Retrospectives 84 comments

This game is a technological miracle. It’s a miracle not just for what it can do, but also for the fact that the team was able to build it at all.

I don’t think any franchise has ever gone through a more drastic change in such a short timeAt least, not a POSITIVE change.. In 1999 Grand Theft Auto 2 was a technological throwback, a stale mid-90s game with dated visuals and clunky gameplay. And then just two years later we get GTA III, a cutting-edge game with motion-capped cutscenes, solid voice acting, an immense 3D world with a stunning draw distance, tons of content, rock-solid car physics, a huge soundtrack of fictional radio channels, hours of cutscenes, varied gameplay, a working day/night cycle, serviceable shooting mechanics, and all the impressive pedestrian, law enforcement, and traffic simulation the previous games were known for, only now operating in a 3D space.

Even more amazing than the monumental leap in technology and production values is the fact that the developers absolutely nailed it.

Continue reading ⟩⟩ “Grand Theft Auto III”

 


 

Welcome to Steamworks

By Shamus Posted Tuesday Jul 10, 2018

Filed under: Projects 37 comments

Over a year ago, my game was approved for Steam Greenlight. At the time I said:

The good news is that Pseudoku has been approved on Steam Greenlight. I could technically begin selling the game right now. (Well, after filling out a bunch of paperwork, but you know what I mean.)

When I mentioned a “bunch of paperwork”, I had no idea what I was in for. I’ve spent the last nine months or so trying to clear that hurdle. The loop went something like this:

  1. Fill out a bunch of forms to document that I am who I say I am.
  2. Wait a couple of weeks.
  3. Get a generic rejection message saying I didn’t provide the right information, or the information was incorrect.
  4. Puzzle over the forms, trying to guess where it went wrong.
  5. Go to the bank, or download some PDF forms, or snail-mail the state to get some information changed.
  6. Wait for these changes to go through.
  7. GOTO 1

Most of the blame probably belongs to the state I live in, which is still stuck in the mid-20th century when it comes to starting a business. Their website is perpetually broken, so you have to correspond with them via the postal service. All of their forms are designed with the assumption that if I’m a small business then I’m going to be operating a commercial storefront and selling doughnuts to people on Main Street or whatever. There’s literally no way to correctly fill out these forms because I’m running a business out of my house but selling goods globally, and the system can’t comprehend that kind of micro-global setup. Add in some confusing forms, obtuse error messages from Steam, a couple of bank errors, some confusing legalese, and a couple of mistakes on my part, and it took us nine months to accomplish what a lot of developers accomplish in a weekend.

It’s been ages since I looked at the Pseudoku codebase and I can’t even remember where the project left off. A friend of mine converted the rendering backend from OpenGL to Direct X, which will hopefully solve the strange problems I was having. I’ll probably do a public test soon and see what needs to be done.

Of course, if I ever do another game like this I’ll just use Unity. Now that I’ve crawled up the worst part of the Unity learning curve, getting stuff done is pretty straightforward.

 


 

Diecast #217: July 4th, Google Drive, Raytracing

By Shamus Posted Monday Jul 9, 2018

Filed under: Diecast 42 comments

I hope to have SoldierHawk on Real Soon Now. Send in any questions you have for her / us. The email address is in the header image.



Hosts: Paul, Shamus. Episode edited by Issac.

Show notes: Continue reading ⟩⟩ “Diecast #217: July 4th, Google Drive, Raytracing”

 


 

Shamecast: Mass Effect Andromeda

By Shamus Posted Sunday Jul 8, 2018

Filed under: Notices 70 comments

I really did intend for this to be a more positive stream. I deliberately aimed for doing a quest I liked, but then some open-world busywork got in the way and I spent most of the two hours just picking at things.


Link (YouTube)

Mass Effect Andromeda is a hot mess of a game, even after all the post-release patches. But underneath the technological jank and cringy dialog are some really good ideas. I’ll be doing a full retrospective on this series at some point in the future, but for now if you want to talk Andromeda with me the best thing to do is just stop by and say “Hi!” in the chat during a stream. I plan to do another stream this coming Wednesday. I’ll have more details later in the week.

 


 

Grand Theft Original

By Shamus Posted Friday Jul 6, 2018

Filed under: Retrospectives 71 comments

GTA might be one of the most successful, big-budget, high-tech franchises in history, but it actually began as a rather sad, cheap, and not-yet-impressive top-down 2D game.

While the screenshots might make you think the game was perhaps isometricIsometric means you’re looking down from above, but the angle is skewed so you can see the sides of things. like Diablo (one of its contemporaries) or even orthogonalLooking directly down an axis with no perspective. like Hotline Miami, the game is actually “3D” in the sense that the buildings are made of polygons and you get some parallax between the stuff on the rooftops and the more distant action on the ground. It does a good job of giving a sense of scale and speed, but it does so at the expense of visibility. You’ll often end up unable to see what you’re doing because a walkway, bridge, or rooftop ends up between your character and the camera.

Continue reading ⟩⟩ “Grand Theft Original”