Search found 4098 matches
- Tue May 23, 2017 6:11 pm
- Forum: Game Discussion
- Topic: LinearQuest series master thread
- Replies: 10
- Views: 3437
- Tue May 23, 2017 5:01 pm
- Forum: Game Discussion
- Topic: LinearQuest series master thread
- Replies: 10
- Views: 3437
Wow, I always assumed that these games were just a drawn out joke. I didn't think that there was some master plan behind it, and you were building up reaaaaally slowly to something more substantial. How far will you make it, I wonder? Seems like very little added in each version. I haven't played LQ...
- Tue May 23, 2017 12:42 pm
- Forum: Game Discussion
- Topic: Bale dev log
- Replies: 74
- Views: 19103
It's a very good idea to have an 'end of demo' message. Looks great! In that third screenshot the cliffs (specifically the bright vertical parts) look strange; I don't know how to read them. However, the diagonal cliff edges definitely look a lot better than jagged square edges, especailly as in the...
- Tue May 23, 2017 3:48 am
- Forum: Game Discussion
- Topic: Sword of Jade - Truesight murders everything?
- Replies: 14
- Views: 3227
- Tue May 23, 2017 3:41 am
- Forum: Q&A Discussion
- Topic: So NPCs can't leave the map
- Replies: 18
- Views: 3809
- Mon May 22, 2017 4:24 pm
- Forum: Game Discussion
- Topic: Sword of Jade - Truesight murders everything?
- Replies: 14
- Views: 3227
OK, turns out that wasn't the problem; the damage settings were always like that. The problem is that the attack used to fail against visble (not-invisible) enemies. In fact, it turns out that ALL weak to, strong to, absorb and enemytype bits for ALL enemies got wiped due to an engine bug in the upg...
- Mon May 22, 2017 9:44 am
- Forum: Game Discussion
- Topic: Sword of Jade - Truesight murders everything?
- Replies: 14
- Views: 3227
No, attack data isn't stored in saves.
I had a look at the latest .rpg file (I had to use tabulate.py just to figure out which attack it was, as there are over 2200), and I think I see the problem...
How this happened, I have no idea.
I had a look at the latest .rpg file (I had to use tabulate.py just to figure out which attack it was, as there are over 2200), and I think I see the problem...
How this happened, I have no idea.
- Mon May 22, 2017 9:05 am
- Forum: Game Discussion
- Topic: OHRRPGCE feature requests/suggestions
- Replies: 698
- Views: 103544
Well, you definitely can't avoid writing some code to transform your data, even if we allowed reading RELOAD files... a csv to reload tool could be general purpose though. Another option one future might to transform to xml somehow and then use xml2reload. I also started writing a json2reload/reload...
- Mon May 22, 2017 3:23 am
- Forum: Q&A Discussion
- Topic: pstutor
- Replies: 4
- Views: 974
- Mon May 22, 2017 3:10 am
- Forum: Q&A Discussion
- Topic: Layers
- Replies: 9
- Views: 1739
Just ask us why a script doesn't work! You're probably just misunderstanding a couple small details, which might be hard for you to work out by yourself. I remember when I first tried to learn C programming, my programs just didn't work although they seemed correct to me. I didn't have anyone to ask...
- Mon May 22, 2017 3:05 am
- Forum: Game Discussion
- Topic: OHRRPGCE feature requests/suggestions
- Replies: 698
- Views: 103544
Ah yes, data entry. The usual reason to autogenerate scripts. Not a bad way to go about it. In future we might have text file reading/writing commands so an alternative might become to export the spreadsheet as a csv and parse it with a script... but then you're stuck parsing it. But I assume when y...
- Mon May 22, 2017 2:58 am
- Forum: Game Discussion
- Topic: Sword of Jade - Truesight murders everything?
- Replies: 14
- Views: 3227
That isn't the most recent version, see http://rpg.hamsterrepublic.com/ohrrpgce/Game:Sword_of_Jade SoJ suffered attack data corruption, it could have been the case that garbage data got inserted into new data fields when upgrading at some point. Does the version you're playing have a bunch of garbag...
- Sat May 20, 2017 12:59 pm
- Forum: Game Discussion
- Topic: OHRRPGCE feature requests/suggestions
- Replies: 698
- Views: 103544
- Sat May 20, 2017 4:49 am
- Forum: Game Discussion
- Topic: OHRRPGCE feature requests/suggestions
- Replies: 698
- Views: 103544
Would it be possible to include a search like the search in the textbox menu in the NPC menu for the display text setting? As it is now, I have to remember the textbox numbers or search them manually. We should just let you press Enter to go to the textbox editor, then you can use the text search f...
- Fri May 19, 2017 9:52 am
- Forum: Q&A Discussion
- Topic: Gamepad weirdness
- Replies: 9
- Views: 2348
I can see the cause of the titlescreen problem: it's indirectly due to a bug whereby the joystick menu and use keys lag by one tick. Did you ever notice that? Also, it's clear now why running from battle doesn't work. The joystick code is so broken, we should just delete it instead of trying to save...