Search found 1417 matches
- Wed Dec 03, 2014 12:38 am
- Forum: Game Discussion
- Topic: Heart of the OHR Contest 2014
- Replies: 284
- Views: 64183
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...
- Tue Dec 02, 2014 2:06 am
- Forum: Game Discussion
- Topic: Heart of the OHR Contest 2014
- Replies: 284
- Views: 64183
- Sun Nov 30, 2014 1:37 am
- Forum: Game Discussion
- Topic: OHR tilemap exporting tool
- Replies: 33
- Views: 7979
- Sun Nov 30, 2014 1:29 am
- Forum: Game Discussion
- Topic: Heart of the OHR Contest 2014
- Replies: 284
- Views: 64183
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...
- Thu Nov 27, 2014 5:00 pm
- Forum: Game Discussion
- Topic: Heart of the OHR Contest 2014
- Replies: 284
- Views: 64183
- Thu Nov 27, 2014 4:57 pm
- Forum: Game Discussion
- Topic: Graffiti Goose
- Replies: 16
- Views: 5425
- Tue Nov 25, 2014 6:09 am
- Forum: Game Discussion
- Topic: Entrepreneur Central
- Replies: 138
- Views: 44633
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...
- Tue Nov 25, 2014 6:01 am
- Forum: Game Discussion
- Topic: OHR tilemap exporting tool
- Replies: 33
- Views: 7979
- 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...
- 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...
- 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...
- 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,...
- Thu Nov 20, 2014 11:40 pm
- Forum: Game Discussion
- Topic: OHR tilemap exporting tool
- Replies: 33
- Views: 7979
- 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...
- 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...