Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

878456 Posts in 32924 Topics- by 24334 Members - Latest Member: zexyu

May 21, 2013, 11:40:45 PM
TIGSource ForumsDeveloperFeedbackDevLogsThe Understory (previously "Spectre Shock")
Pages: 1 ... 3 4 [5] 6 7 8
Print
Author Topic: The Understory (previously "Spectre Shock")  (Read 14564 times)
Player Ʒ
Level 10
*****


Arcade Enthusiast


View Profile WWW
« Reply #60 on: July 31, 2011, 11:09:11 AM »

And this update keeps erasing the Spectre Shock from the drive.

Yikes. Never seen that one before. I'm not doing any verification or error checking after the new version gets downloaded, so I have occasionally run into problems where the executable will contain error text ("404 Not Found", etc.) if I messed up the URL or something, but to complete erase it? No idea what's happening there.  Concerned
It's just no longer a valid Win32 application, according to the thing.
Logged

> Empty
Pirate Hearts
Level 5
*****


PostCount++;


View Profile WWW Email
« Reply #61 on: July 31, 2011, 11:19:14 AM »

And this update keeps erasing the Spectre Shock from the drive.

Yikes. Never seen that one before. I'm not doing any verification or error checking after the new version gets downloaded, so I have occasionally run into problems where the executable will contain error text ("404 Not Found", etc.) if I messed up the URL or something, but to complete erase it? No idea what's happening there.  Concerned
It's just no longer a valid Win32 application, according to the thing.

Ah, that sounds like it is the same problem I've seen, then. I'll bet if you were to open it up in a hex editor, it would contain the text of an error message instead of binary data.

I guess I should add a checksum and an option to retry on failure...
Logged

Pirate Hearts
Level 5
*****


PostCount++;


View Profile WWW Email
« Reply #62 on: July 31, 2011, 08:28:50 PM »

It won't help in your case, Player 3, since the executable has already been nuked, but I've added a simple checksum verification to the patcher so in the future, it won't overwrite any files unless all the requested files are downloaded completely and verified intact.

I'll probably also be putting together a fresh installer in the next week or so once I pick a new name, since my patcher doesn't support renaming executables or updating shortcuts.
« Last Edit: August 01, 2011, 08:31:56 AM by Pirate Hearts » Logged

Pirate Hearts
Level 5
*****


PostCount++;


View Profile WWW Email
« Reply #63 on: August 03, 2011, 10:11:31 PM »

New name get! Had to go with my gut on this one. The Understory just felt right.

Renaming the executable is unfortunate because my patcher doesn't have a way to update shortcuts, so I've just had to add a message stating that the old Spectre.exe is deprecated in favor of Understory.exe. Should be a one-time thing, though, so...not too bad, I guess.

Built a new installer, though existing builds will still continue to work as long as the new executable is used.
http://www.j-kyle.com/understory/Understory_Install_2011-08-04_01-06.exe

Refactored a lot of physics and collision stuff. Not much to show for it at this point except that doors now have flat collision just like walls, instead of being cylinders like other objects.

Been doing some tools and engine work. Patches should be more automated and less error-prone now. So that's cool.
Logged

Pirate Hearts
Level 5
*****


PostCount++;


View Profile WWW Email
« Reply #64 on: August 06, 2011, 08:14:14 PM »

Lots more tools work over the last two days. I've reduced my patching process down to a single command line tool. All I have to do is type in the patch notes. Everything else is automated. Whatever the local version on my hard drive looks like is what everyone else sees.
Logged

Gabriel Verdon
Level 10
*****



View Profile WWW
« Reply #65 on: August 07, 2011, 04:22:55 AM »

The name reminds me of a mix between Cave Story and The Underside.
Logged

SolarLune
Level 10
*****


:1


View Profile WWW Email
« Reply #66 on: August 07, 2011, 06:19:19 AM »

I was reminded of The Underside, as well, which apparently, will never come out.

Going back on topic, I played The Understory, Pirate, and I liked it quite a bit! It was very well made, and it had quite a bit of style to it, particularly the bending on the screen, and the general simple color feel.
Logged


Hangedman
Level 10
*****


Two milkmen go comedy


View Profile WWW
« Reply #67 on: August 07, 2011, 08:03:10 AM »

Neat. Very. I love how put together it already feels.
Also, automatic updating like a boss.

Can't wait to see more
Logged

AUST
Yamato - ITIAMOSIWE - Vision
If this is the life why does it feel so good to die today
MaloEspada
Guest
« Reply #68 on: August 07, 2011, 08:38:52 AM »

The name reminds me of a mix between Cave Story and The Underside.

exactly my thoughts
Logged
oyog
Level 5
*****



View Profile WWW Email
« Reply #69 on: August 08, 2011, 08:27:53 AM »

I'm enjoying playing un-muted. Wink
Logged
soundofjw
Level 2
**


soundofjw
View Profile WWW Email
« Reply #70 on: August 11, 2011, 09:45:08 AM »

I'm enjoying playing un-muted. Wink

Fuck yeah!  Cool
Logged

Pirate Hearts
Level 5
*****


PostCount++;


View Profile WWW Email
« Reply #71 on: August 14, 2011, 06:57:41 PM »



Started stubbing out a couple new enemy types. They all have the same AI at the moment (run directly at the player if they have line of sight, otherwise pathfind until bored), but eventually they'll have unique rules.
Logged

moi
Level 10
*****


shitposting is the new black


View Profile WWW
« Reply #72 on: August 14, 2011, 07:14:46 PM »

that looks great
Logged

lelebęcülo
Pirate Hearts
Level 5
*****


PostCount++;


View Profile WWW Email
« Reply #73 on: August 15, 2011, 08:31:54 PM »

Not sure I'm going to stick with this, since it feels a little weird for an first-person view to not be centered on the screen, but at least for now, I've added a big mostly-blank bar for the HUD, and I've moved the map up there.



I was starting to feel like the map was valuable enough that I never want to hide it, but having it as a fullscreen overlay all the time was distracting. So I went with this for now.

Also it was an excuse to add support for viewports to my engine.

This is kind of what I had in mind:





I suppose it might also be reasonable to leave the first-person view full-screen and turn the HUD elements into transparent overlays.

Reserving a portion of the screen exclusively for the HUD sort of has a retro first-person RPG feel, though, which I like. Maybe not quite as drastic as this, but I think it sort of evokes the same:





I guess it might also be reasonable to put the HUD at the bottom of the screen:





Though I tend to feel like the upper right hand corner is the appropriate place for a minimap...
Logged

Inanimate
Global Moderator
Level 10
******


☆HERO OF JUSTICE!☆


View Profile
« Reply #74 on: August 15, 2011, 10:00:27 PM »

Though I tend to feel like the upper right hand corner is the appropriate place for a minimap...

Lower left works extremely well too. Balances with your sword, too; makes both sides of the screen 'occupied'.
Logged
Pages: 1 ... 3 4 [5] 6 7 8
Print
Jump to:  

Theme orange-lt created by panic