ShakeyAir's OHR Journal

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
shakeyair
Slime Knight
Posts: 215
Joined: Fri Jun 12, 2009 6:15 am

ShakeyAir's OHR Journal

Post by shakeyair »

Getting my survival horror on...

Image

Features: (I'll update this list as I work things out)

:D Hero Movement
  • :D Pixel walking
    :D Uneven walls (allows for organically shaped boundaries)
:D Object Interaction
:D Creepy Camera System
:) Textbox Engine:
  • :D Custom font
    :D Variable-speed text (it 'types in' at a speed which is changeable mid-textbox... think Earthbound)
    :( Advance text box (only closing textbox works currently)
    :gonk: Menus?
:( Visual Effects:
  • :D Subtle palette 'flickering'
    :( SH2 fuzzy filter (this may be scrapped due to being a pain in the slime)
    :gonk: Lighting (will pray to the Great Devs we get alpha transparency before this game is done!)
:gonk: Sound Design (With current OHRRPGCE sound features, this will be a hack job)
  • :( Locational Sound
    :( Individual Sound Effect Volume
:gonk: Cinematics
:gonk: BAD GUYS!
:gonk: story...

KEY:
:D = DONE.
:) = MOSTLY DONE
:( = NOT DONE, but have a plan of attack
:gonk: = what is this I don't even...

I will not say much about the story (and do not have much of it written yet) but it revolves around the main characters estranged family, who he is seeing for the first time in years because his mother is about to die of cancer.

Graphics are filler until i work out a palette, none of the available ones lend themselves to survival horror much. hero sprite probably won't change much besides the palette, though.
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Sweet! Object interaction and uneven walls? Going to be impressive!
Sound Design (With current OHRRPGCE sound features, this will be a hack job)
Don't do this. I'm promising these features for Beelzebufo.
User avatar
shakeyair
Slime Knight
Posts: 215
Joined: Fri Jun 12, 2009 6:15 am

Post by shakeyair »

TMC wrote:Don't do this. I'm promising these features for Beelzebufo.
1. Thank Slime.
2. Love that name.

EDIT: I am wondering why you are excited about object interaction? It is not much more robust than the OHR's default. Basically, you step in an area (which has a location defined by an NPC though the area can be any size) and an 'X' (usekey) shows above the characters head. If you hit X, a script runs.

Do scripts trigger by timers take precedence over running scripts?
Last edited by shakeyair on Thu Aug 02, 2012 1:45 pm, edited 1 time in total.
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

shakeyair wrote:Do scripts trigger by timers take precedence over running scripts?
Short answer, yes.

I don't remember the details about which takes priority if a timer script triggers at the same time as another script triggers, but for practical purposes you can assume that your timer script will interrupt whatever else is running.

(And I have written plenty of scripts that made that assumption and worked great)
Last edited by Bob the Hamster on Thu Aug 02, 2012 2:40 pm, edited 1 time in total.
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Script triggered by timers or anything else do take precedence over running scripts, but the order in which things that get triggered on the same tick is undocumented (I ought to write that own) and a potential cause of problems. It's generally dangerous to have any triggered script contain waits, or worse an infinite loop, because it could block stuff that's triggered at the same time (and of course anything that's running).

I'm looking forward to the whole thing, not objection interaction in particular.
Last edited by TMC on Fri Aug 03, 2012 11:26 pm, edited 2 times in total.
Post Reply