Search found 4098 matches
- Fri Jun 30, 2017 7:05 am
- Forum: Game Discussion
- Topic: Do you remember that Genesis game
- Replies: 3
- Views: 1359
Oh! Nice find! Not long ago (I think) I actually came across some similar (less substantial) posts by one of the authors showing some old Genesis screenshots on tumblr. But I can't find it back (most un-searchable game name ever; don't make that mistake!) And maybe I confused it with Crescent Dream....
- Fri Jun 30, 2017 4:31 am
- Forum: General Discussion
- Topic: It's been awhile...
- Replies: 16
- Views: 3972
- Thu Jun 29, 2017 11:32 am
- Forum: Game Discussion
- Topic: Kaiju Big Battel: Fighto Fantasy - Now available
- Replies: 359
- Views: 65966
- Thu Jun 29, 2017 11:30 am
- Forum: Q&A Discussion
- Topic: Help with a script
- Replies: 6
- Views: 1191
On actually trying that formatting tool I see that it handled switch-case pretty badly. I've improved it a bit, but the code I wrote for this formatting tool is so bad that it's irredeemable; it will never be great. I also see that you have some occurrences of the following in sipeda_mid_spawner: cr...
- Thu Jun 29, 2017 10:10 am
- Forum: Game Discussion
- Topic: Contest Ideas
- Replies: 44
- Views: 8449
So, for the 'Circle Collab Contest', the number of parts that the games are cut into is equal to the number of participants? Hmm, maybe not. People will drop out, and need to be replaced. Speaking of which, don't we usually have a Random Collab Contest around this time of year (or earlier, actually)...
- Thu Jun 29, 2017 10:02 am
- Forum: General Discussion
- Topic: It's been awhile...
- Replies: 16
- Views: 3972
Oh, you also had the same ambition? Interesting, that makes, what, five of us? It's been proposed a number of times (and actually achieved once, by MeatBallSub, but sadly the original TheHamsterWheel no longer exists). I've started a website, but I haven't done anything in a few months (decided to w...
- Wed Jun 28, 2017 8:02 am
- Forum: General Discussion
- Topic: It's been awhile...
- Replies: 16
- Views: 3972
Oh, you edited with some links. Thanks! I'm working on compiling together all contest results, reviews, etc, and try to present the combined data. Did OHRSpot host any reviews or articles of its own, or was it just a news site? I'm curious why you were collecting Top 15/30 lists. As for password ret...
- Wed Jun 28, 2017 6:49 am
- Forum: General Discussion
- Topic: It's been awhile...
- Replies: 16
- Views: 3972
- Wed Jun 28, 2017 6:45 am
- Forum: Front Page
- Topic: Spend your Slimebucks: Slime Salad feature request thread
- Replies: 131
- Views: 57665
Oh! I have a related request. A way to see which games I've rated, and preferably what those ratings were. Currently I don't know which games I should rate (I'm sure there are several games I've rated several times and others I assume I have, but haven't), and can't possibly keep ratings made years ...
- Wed Jun 28, 2017 4:18 am
- Forum: General Discussion
- Topic: It's been awhile...
- Replies: 16
- Views: 3972
Hi! Non-OHRRPGCE games are interesting too. You ran OHRSpot, which sadly is down, and almost non-existent in archive.org's archives. You wouldn't happen to have a backup of the site? I'm interested in this in particular. Any reason you have a new username? Let me guess, it's because the password rec...
- Wed Jun 28, 2017 4:00 am
- Forum: Q&A Discussion
- Topic: Help with a script
- Replies: 6
- Views: 1191
Helpful for finding extra/missing parentheses: http://tmc.castleparadox.com/ohr/script-format.php
- Tue Jun 27, 2017 4:50 am
- Forum: Q&A Discussion
- Topic: continue walkabout animated until not moving
- Replies: 10
- Views: 1810
Maybe this script is the one you want:
https://rpg.hamsterrepublic.com/ohrrpgc ... ding_still
Swapping heroes in and out using a textbox is problematic if you have more than one hero in the party, as you'll probably end up changing the order of the party members.
https://rpg.hamsterrepublic.com/ohrrpgc ... ding_still
Swapping heroes in and out using a textbox is problematic if you have more than one hero in the party, as you'll probably end up changing the order of the party members.
- Tue Jun 27, 2017 4:14 am
- Forum: Q&A Discussion
- Topic: RunGame Mac Display
- Replies: 10
- Views: 1592
- Mon Jun 26, 2017 1:55 am
- Forum: Front Page
- Topic: Spend your Slimebucks: Slime Salad feature request thread
- Replies: 131
- Views: 57665
I would like alternate themes, or the ability to create themes, use custom themes or submit themes. My eyes hurt ;_; From your screenshot, it looks like you might be using the 'Ye Olde Slime Salad' theme rather than the default. That one has considerably worse contrast from the default. Also, the c...
- Mon Jun 26, 2017 1:43 am
- Forum: Q&A Discussion
- Topic: string var in text box to show random numbers
- Replies: 5
- Views: 916
Oh, yes, I see why that's happening. It should have occurred to me. Whenever you press a key to close the textbox it immediately opens a new one. Just add the following to the start of the onkeypress script:
Code: Select all
if (current textbox > -1) then (exit script)