Search found 7086 matches

by Bob the Hamster
Fri Oct 24, 2014 3:37 pm
Forum: General Discussion
Topic: Game translations
Replies: 25
Views: 8033

@Translations: probably the first thing you should do is to download Tim Tim the Mighty Gnome and play it www.slimesalad.com/forum/viewtopic.php?p=15089 Then you will want to install the full ohrrpgce editor, from here: http://hamsterrepublic.com/ohrrpgce/nightly/ohrrpgce-wip-win-installer.exe Spoon...
by Bob the Hamster
Fri Oct 24, 2014 2:28 pm
Forum: General Discussion
Topic: Game translations
Replies: 25
Views: 8033

Great! Thanks for that. We'll probably start working on it in November. In the meantime it'd be great if you could provide us with the rest of the text. One important thing to understand about OHRRPGCE games is that most of the data is stored internally using binary formats. Text boxes are the bulk...
by Bob the Hamster
Fri Oct 24, 2014 2:18 pm
Forum: Game Discussion
Topic: Hype Up Your Game Thread
Replies: 1513
Views: 361607

@Nathan: That cameo makes me laugh :)

@kylekrack: That plot outline sounds interesting! I am looking forward to Stand
by Bob the Hamster
Thu Oct 23, 2014 9:10 pm
Forum: Game Discussion
Topic: The Not So Humble OHR Bundle!
Replies: 58
Views: 12400

What is the combined zipped filesize of the list you proposed in the first post?
by Bob the Hamster
Thu Oct 23, 2014 2:49 pm
Forum: Game Discussion
Topic: The Not So Humble OHR Bundle!
Replies: 58
Views: 12400

sdl-android has built-in support for downloading files. This method means somebody has to do the hosting. It also means that the game data doesn't get downloaded until the first time you run the game. That means that the app installs from google play, and the player thinks it is done, but when they ...
by Bob the Hamster
Wed Oct 22, 2014 6:20 pm
Forum: General Discussion
Topic: Game translations
Replies: 25
Views: 8033

Would you be so kind to prepare some relevant info on your game or your development process (softwares that you use, amount of in-game strings, chapters etc.) The software that I use is the <a href="http://rpg.hamsterrepublic.com/ohrrpgce/Main_Page">OHRRPGCE</a>. Many (but certainly not a...
by Bob the Hamster
Wed Oct 22, 2014 6:06 pm
Forum: Game Discussion
Topic: Dungeon making questions
Replies: 18
Views: 3484

Being able to walk under, and then over the same tile is tricky. You can script it, but it is definitely advanced. There are several different ways to go about it, and which one will work best for you will depend on your specific needs for this game. 1) Layer changes. You can use slice commands to c...
by Bob the Hamster
Wed Oct 22, 2014 3:07 pm
Forum: General Discussion
Topic: Game translations
Replies: 25
Views: 8033

So this got me thinking about what would be the best way to translate an ohrrpgce game. There is no built-in miltilanguage support, so you couldn't have an in-game menu to switch languages, but it should be relatively easy to make a copy of a game, and then translate the copy. Because of that, you w...
by Bob the Hamster
Tue Oct 21, 2014 8:14 pm
Forum: General Discussion
Topic: Happy birthday
Replies: 44
Views: 11119

Is Pusheen you or the burrito in this scenario?
by Bob the Hamster
Tue Oct 21, 2014 7:17 pm
Forum: General Discussion
Topic: Happy birthday
Replies: 44
Views: 11119

I want to see a video clip of you taking a bite of a C.Kane-funded burrito!
by Bob the Hamster
Fri Oct 17, 2014 2:37 pm
Forum: Game Discussion
Topic: Mr. Triangle's Adventure
Replies: 105
Views: 31069

I love it :)
by Bob the Hamster
Fri Oct 17, 2014 2:26 pm
Forum: Game Discussion
Topic: Programs similar to OHR?
Replies: 22
Views: 5945

However I think you definitely should be able to play OHR games on your phone by default; they were made to be played. It's odd that we don't have a obvious link to the OHR game player android app anywhere. The main reason I had not linked it yet is because it is still not automated with the nightl...
by Bob the Hamster
Thu Oct 16, 2014 9:28 pm
Forum: General Discussion
Topic: Ideas on how to implement alternate map tile and NPC sizes
Replies: 12
Views: 3159

I do keep a cpu monitoring widget running in my gnome-classic panel.

I did not notice any unusual cpu activity that corresponded to the bug, but I can pay extra attention to it next time it happens, just in case.
by Bob the Hamster
Thu Oct 16, 2014 9:26 pm
Forum: Game Discussion
Topic: Need help for items wich are usable on the map
Replies: 43
Views: 6292

If not, I'd be more than happy to go about generating a PlotDict Web App , that uses 2-pane technology . For example, on the left you would still have the usual Category list , but in a tree form . You can easily expand and collapse these categories to see all the commands in each. Then clicking on...
by Bob the Hamster
Thu Oct 16, 2014 8:51 pm
Forum: Game Discussion
Topic: Need help for items wich are usable on the map
Replies: 43
Views: 6292

the NOT operator cannot be abbreviated to ! and it requires parenthesis

Code: Select all

if &#40;not&#40;inventory&#40;Item&#58;arrow&#41;&#41;&#41; then&#40;exit script&#41;