Search found 7086 matches

by Bob the Hamster
Sun May 11, 2014 11:25 pm
Forum: Game Discussion
Topic: YO, NEW GAMES BY ME ON CASTLE PARADOX,
Replies: 12
Views: 2376

crowtongue wrote:I'm not trying to be a jerk, but why did you post these? What kind of reaction are you hoping that I will have when I play Testuedo?
I think he posted them in response to my request here http://castleparadox.com/ohr/viewtopic.php?t=7468
by Bob the Hamster
Fri May 09, 2014 8:00 pm
Forum: Game Discussion
Topic: Issue with String Clearing on Movement
Replies: 9
Views: 1075

Very peculiar.

Your on keypress script doesn't seem do do anything that would free already loaded slices, other than menuslice.

How many places in all your scripts do you use the "free slice" command.
by Bob the Hamster
Fri May 09, 2014 5:57 pm
Forum: Game Discussion
Topic: Issue with String Clearing on Movement
Replies: 9
Views: 1075

Hmm... that is strange. So the slice collection that contains the text is disappearing whenever you take a step. Try pressing F8 and browsing the Slice tree. Is the text slice completely gone? or is it still there, but moved somewhere off-screen? Does it vanish as soon as you press an arrow key to m...
by Bob the Hamster
Fri May 09, 2014 4:24 pm
Forum: Game Discussion
Topic: Issue with String Clearing on Movement
Replies: 9
Views: 1075

Sometimes the forum has problems with the > and < symbols in comparison operators. Sometimes using pastebin is easier. I am going to suggest a different approach. This is a perfect problem to solve with timers. Here I how I would do it: global variable&#40;57, info sl&#41; plotscript, show i...
by Bob the Hamster
Fri May 09, 2014 2:17 pm
Forum: Game Discussion
Topic: The 2013 In Review Contest [Reviews: 94]
Replies: 139
Views: 38394

I do believe it's the 2013 release, as I didn't download the 2009 when it came out. It's got a donation button on the thing, so... But yeah, there was a battleaxe and a monster (I think one of the green squiddys) overwrote it with 1 or 3 gold. Hmmm.... that is really strange! I just double-checked ...
by Bob the Hamster
Thu May 08, 2014 8:42 pm
Forum: Game Discussion
Topic: The 2013 In Review Contest [Reviews: 94]
Replies: 139
Views: 38394

@Meowskivich: that review was worth it just for the fan-art of the purple-monster alone :)

Although dropped gold could overwrite treasure in the old 2009 version, that should not be possible in the 2013 release. If you kill an enemy that is standing on a treasure, it should not drop any gold at all.
by Bob the Hamster
Thu May 08, 2014 2:33 pm
Forum: Game Discussion
Topic: Contest: Ultimate Challenge
Replies: 92
Views: 21548

Yes, pity he lost steam after his most recent OHR game file was corrupted. (I wonder whether James concluded anything from that. I see he was once working on a game called Skeletronic as well. I had forgotten about this. I looked back in my e-mail, and in 2012, Robot sent me a corrupted rpg file, I...
by Bob the Hamster
Thu May 08, 2014 2:16 pm
Forum: Game Discussion
Topic: Two Issues with Custom Menu
Replies: 15
Views: 2641

Oh, dang! I had totally forgotten about filteredalt!
by Bob the Hamster
Thu May 08, 2014 2:12 pm
Forum: Game Discussion
Topic: Who wants their game Let's Played?
Replies: 32
Views: 7586

Shadowiii wrote:
The Wobbler wrote:Hamburgerman RPG
... Except with his weird text locations I have no idea where I'd put my face on this playthrough.
For this game? Probably centred directly in the middle, large, with little to no margin around the edges
by Bob the Hamster
Wed May 07, 2014 9:33 pm
Forum: Game Discussion
Topic: Two Issues with Custom Menu
Replies: 15
Views: 2641

Strange....


How is this script triggered? Is it an on-keypress script?
by Bob the Hamster
Wed May 07, 2014 7:51 pm
Forum: Game Discussion
Topic: Two Issues with Custom Menu
Replies: 15
Views: 2641

Oh, wait. I missed the other part at the end: while &#40;key is pressed &#40;key&#58; Esc&#41;,or,key is pressed &#40;key&#58; Alt&#41;&#41; do &#40; wait &#40;1&#41; &#41; I am actually not sure what this part is for. I am guessing maybe it was an att...
by Bob the Hamster
Wed May 07, 2014 6:33 pm
Forum: Game Discussion
Topic: Two Issues with Custom Menu
Replies: 15
Views: 2641

Change this line: if &#40;key is pressed &#40;key&#58; esc&#41;, or, key is pressed &#40;key&#58; alt&#41;&#41; then &#40; TO be like this if &#40;keyval&#40;key&#58;esc&#41; > 1 || keyval&#40;key&#58;alt&#41; > 1&#41; then &#40...
by Bob the Hamster
Wed May 07, 2014 3:30 pm
Forum: Game Discussion
Topic: Small Problem With Making Hero Appear at (X,Y)
Replies: 12
Views: 1309

I went through each command and looked up each command in http://rpg.hamsterrepublic.com/ohrrpgce/Ways_to_refer_to_a_hero_in_a_script to see which of the three kinds of hero references each of these commands expects. You admit it! Even you can't remember every time! Haha! Guilty as charged! I remem...
by Bob the Hamster
Wed May 07, 2014 2:10 pm
Forum: Game Discussion
Topic: Who wants their game Let's Played?
Replies: 32
Views: 7586

I agree that Bloodlust would be a wonderful one to see! Although I am not sure I agree that it isn't long.... I remember spending a long time playing it.... Although I just loaded up my old saves, and the longest one was just over 3 hours, which i guess isn't bad. Maybe it felt longer because I was ...
by Bob the Hamster
Wed May 07, 2014 3:48 am
Forum: Game Discussion
Topic: Small Problem With Making Hero Appear at (X,Y)
Replies: 12
Views: 1309

Aha! I am glad to know you resolved the trouble! This was really puzzling me

By the way, I really love the way the grappling hook animation looks.