Search found 7086 matches

by Bob the Hamster
Tue Jun 04, 2013 8:38 pm
Forum: Game Discussion
Topic: Lost .HSS file
Replies: 4
Views: 836

Yes, the original .hss can be recovered from an rpg file. You will need the unlump.exe tool. If you don't have it already, you can get it from here: http://hamsterrepublic.com/ohrrpgce/nightly/ohrrpgce-util.zip First unlump gamename.rpg file. This will create gamename.rpgdir Next unlump gamename.rpg...
by Bob the Hamster
Mon Jun 03, 2013 2:59 pm
Forum: Game Discussion
Topic: help me with php
Replies: 10
Views: 1763

It looks like you are missing the final } at the end of the "if" block right before the "elseif" Here is how I like to write my conditional blocks: if(condition){ //stuff }elseif(condition){ //other stuff }else&a...
by Bob the Hamster
Mon Jun 03, 2013 2:53 pm
Forum: Game Discussion
Topic: Legacy roadmap
Replies: 261
Views: 45127

I have a suggestion for the problem of getting lost. Have an old woman in some room near the entrance/exit of the castle who knows all about the castle If you talk to her she will tell you where the important things are located. She also has a small dog, (or a cat, or a pet rat) When you are in the ...
by Bob the Hamster
Sun Jun 02, 2013 7:52 pm
Forum: Game Discussion
Topic: help me with php
Replies: 10
Views: 1763

I think that your error message on line 19 is because you can't have a comment in the middle of a statement
by Bob the Hamster
Fri May 31, 2013 2:33 pm
Forum: Game Discussion
Topic: Bob the Hamster Dirt Dig Playtesting Thread
Replies: 36
Views: 10462

I also tested this game and I liked it a lot. I made it through all the levels, and some were quite challenging, but all in all everything was beatable. The graphics are extraordinary. I didn't like that the monsters regenerate after you killed them. I am glad you enjoyed the game! Thank you for te...
by Bob the Hamster
Mon May 27, 2013 4:51 am
Forum: Game Discussion
Topic: Bob the Hamster Dirt Dig on Steam greenlight
Replies: 14
Views: 5267

Yeah, when I think of Steam, I usually think of FPS games, so I can understand that crowd disliking puzzle games. The game play really feels a lot different than Dig Dug, in spite of the visual similarities. Unfortunately I have no idea how to bring that out in the video. I will be working hard to m...
by Bob the Hamster
Sat May 25, 2013 8:24 pm
Forum: Game Discussion
Topic: Bob the Hamster Dirt Dig on Steam greenlight
Replies: 14
Views: 5267

Thank you both, Meow and Spoonweaver!

I feel better now after more comments have rolled in. I guess maybe the people who obsessively rate games in the first hour after they are posted tend to be more negative than the rest of the greenlight crowd on average :)
by Bob the Hamster
Sat May 25, 2013 7:59 pm
Forum: Game Discussion
Topic: Bob the Hamster Dirt Dig Playtesting Thread
Replies: 36
Views: 10462

Ah, thank you! I wonder how PyInstaller missed libvorbisfile?

The manifest thing is interesting. Windows rules for dll loading is mysterous to me.

I'll try fixing it up next time I have access to the windows box.
by Bob the Hamster
Fri May 24, 2013 8:00 pm
Forum: Game Discussion
Topic: Bob the Hamster Dirt Dig Playtesting Thread
Replies: 36
Views: 10462

<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/BKKiRZrJ25o?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value=&q...
by Bob the Hamster
Fri May 24, 2013 7:16 pm
Forum: Game Discussion
Topic: help me with php
Replies: 10
Views: 1763

Line 12 is not where you want to set the variable. Line 12 is creating an HTML form input field. That field will show up in the web browser, and you will be able to type a number into it. When yoiu submit the form, the variable will be in $_POST["pancakecount"] Line 20 is the line that act...
by Bob the Hamster
Fri May 24, 2013 7:07 pm
Forum: Game Discussion
Topic: Bob the Hamster Dirt Dig on Steam greenlight
Replies: 14
Views: 5267

Bob the Hamster Dirt Dig on Steam greenlight

I posted Bob the Hamster Dirt Dig on Steam greenlight. A bit disappointed that I immediately get 4 rather negative comments. :(

Anyway, I would appreciate it if anyone who likes it would click.

http://steamcommunity.com/sharedfiles/f ... =144319539
by Bob the Hamster
Fri May 24, 2013 3:06 pm
Forum: Game Discussion
Topic: help me with php
Replies: 10
Views: 1763

if &#40;!isset &#40;$pancakecount&#41;&#41; /*|| &#40;$pancakecount<3&#41;*/ &#123; echo&#40;"<form>".PHP_EOL&#41;; echo &#40;"<input>".PHP_EOL&#41;; echo &#40;"<input>".PHP_EOL&#41;; echo&#40;"<button>eat a ...
by Bob the Hamster
Wed May 22, 2013 2:35 pm
Forum: General Discussion
Topic: BMR's Wiki Updating Log
Replies: 16
Views: 5658

/me decides to hunt down James and pester him about drawing Bob. I did these hastily, and I don't think they are right, but this is to let you know i haven't completely forgotten. <img src="http://james.hamsterrepublic.com/gallery/main.php?g2_view=core.DownloadItem&g2_itemId=37156&g2_s...
by Bob the Hamster
Wed May 22, 2013 1:45 am
Forum: Game Discussion
Topic: Aliens
Replies: 19
Views: 4905

Yes, menu items can trigger text boxes with no scripting.
by Bob the Hamster
Tue May 21, 2013 2:23 pm
Forum: Game Discussion
Topic: My level up wont work??
Replies: 12
Views: 3324

We really need to re-name those. The descriptions in the F1 help explain them pretty well, but we need to come up with short names that are less confusing. Maybe something like: Soft Level Cap Hard Level Cap I know that is not very descriptive, but it is also not misleading. Anybody else have any su...