Search found 1417 matches

by Pepsi Ranger
Wed Dec 03, 2014 12:38 am
Forum: Game Discussion
Topic: Heart of the OHR Contest 2014
Replies: 284
Views: 64184

Not letting you log on to SS? That happened to me, so I cleared my cookies and that seemed to fix it. Seeing as how this is a brand new computer, it shouldn't have any cookies :p. Yet somehow that was the problem. Weird. Anyway, thanks for the suggestion. It works now. Oh, just remembered the whole...
by Pepsi Ranger
Tue Dec 02, 2014 2:06 am
Forum: Game Discussion
Topic: Heart of the OHR Contest 2014
Replies: 284
Views: 64184

Okay guys, here is the current list of eligible entries. These games and authors are eligible for the Heartbug bounty entry prize: Troll Over by Spoonweaver Description: Original game that needs no record of progress Download: http://www.slimesalad.com/forum/viewgame.php?t=6196 Batman & Robin by...
by Pepsi Ranger
Sun Nov 30, 2014 1:37 am
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

Under Windows XP (which I was using up until yesterday when my computer officially died), it showed up under the Documents and Settings folder.
by Pepsi Ranger
Sun Nov 30, 2014 1:29 am
Forum: Game Discussion
Topic: Heart of the OHR Contest 2014
Replies: 284
Views: 64184

Pepsi, do all games get played through to the very end in this contest? I ask because I'd like to warn people that there's about 20-25 hours of content in my release, but I would also greatly benefit from the reviews/notes moving towards my final release of next year in the spring. That's up to eac...
by Pepsi Ranger
Thu Nov 27, 2014 5:00 pm
Forum: Game Discussion
Topic: Heart of the OHR Contest 2014
Replies: 284
Views: 64184

Hey guys, just reminding you that the eligibility deadline for an entry prize expires in three days. To be eligible for the contest itself, you have just over two weeks left.

Good luck.
by Pepsi Ranger
Thu Nov 27, 2014 4:57 pm
Forum: Game Discussion
Topic: Graffiti Goose
Replies: 16
Views: 5425

Now I wish I had a touch phone. Looks like a lot of fun.
by Pepsi Ranger
Tue Nov 25, 2014 6:09 am
Forum: Game Discussion
Topic: Entrepreneur Central
Replies: 138
Views: 44663

Thanks to RMSephy creating and uploading a new utility for exporting maps, I thought I'd post the map for Downtown Hybrid City for kicks. Downtown Hybrid City: http://i60.photobucket.com/albums/h35/zippywings/coffee1rpg-3_zps24468898.png In other news, I'm still working on implementing 130 new items...
by Pepsi Ranger
Tue Nov 25, 2014 6:01 am
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

I'm having a bit more trouble with the "unlump" issue. Basically, the program looks for unlump.exe in the directory of your RPG file, not the same directory as mapper.exe. For now, you can get around this by copying unlump.exe into your RPG directory. I actually have been copying my RPG f...
by Pepsi Ranger
Mon Nov 24, 2014 11:47 pm
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

Eh, I just encountered another error, this time with two of my older games. I'm attaching a screenshot. Also, in case you missed the stuff I edited into the post above: 1. Can you write an option to select multiple maps similar to how Microsoft Word lets you select multiple pages without having to p...
by Pepsi Ranger
Mon Nov 24, 2014 10:11 pm
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

I just got back, and I've added TMC's changes (both on the repo and in the zip file). I also added a few more debug messages in case this doesn't fix the problem. Definitely much better than before. I can actually get the thing to compile my RPGDIR folder. Dropping the RPG right in MAPPER still doe...
by Pepsi Ranger
Sat Nov 22, 2014 8:17 am
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

I've updated the file a little bit (and made it so that it doesn't close right away). Can you try running it again and tell me what you see? More or less the same thing. The window stays open, so thanks or fixing that, but the error is even more mocking. The screenshot says it all. And I downloaded...
by Pepsi Ranger
Fri Nov 21, 2014 2:38 am
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

Here's a screenshot of what I actually see. Note that this was taken with a split-second screen capture. The window disappears almost as quickly as it appears. It does so whether I run the executable with an RPG file or unlumped folder dropped in, or with nothing at all. If I don't drop anything in,...
by Pepsi Ranger
Thu Nov 20, 2014 11:40 pm
Forum: Game Discussion
Topic: OHR tilemap exporting tool
Replies: 33
Views: 7979

For some reason it won't work for me. The window disappears almost as quickly as it appears, but a screen capture reveals that it can't find the file I'm dropping into mapper.
by Pepsi Ranger
Tue Nov 18, 2014 1:56 am
Forum: Game Discussion
Topic: New user introduction / Advice for noob planning an RPG?
Replies: 10
Views: 2065

Ultimately, I suggest you just mess around with the OHR and try stuff out before you start making anything final. Try making a really simple game first so you become comfortable with the engine, otherwise you'll end up missing things you could have done earlier and want to go back and fix an entire...
by Pepsi Ranger
Mon Nov 17, 2014 3:04 am
Forum: Game Discussion
Topic: Can game music BPM be time synced with game ticks?
Replies: 6
Views: 1268

That's up to you. The scripts match ticks to real-time milliseconds, so you can use them however you want. The difference between waits and waitsecs is that waitsecs will keep consistent with real time, whereas waits will change depending on computer speed. So, waitsecs will work with BAMs, MIDIs, O...