Page 1 of 1

New mini rpg

Posted: Tue Jun 19, 2012 1:44 pm
by bongomeno
This is a half complete game, but is almost playable. I would just like to share my progress. Development is slow because of my work. The game is called "The Adventures of Gorlik". There is still a LOT that has not been added to the game, including quests. Combat is incomplete. The whole map is walkable. www.geekbasic.com/gorlik.bas

Also, I re-designed my website. There will be plenty of content is no time. Check it out!

Posted: Sun Jul 15, 2012 1:35 pm
by Lachie Dazdarian
The link to your side is dead.

Posted: Mon Jul 16, 2012 5:11 am
by bongomeno
I have been having trouble keeping my site up. I am using a gateway instead of a router and modem, so it it difficult to troubleshoot any network issues. I have tried employing all kinds of server software on multiple computers with Windows XP and Peppermint OS (Linux). The wierd thing is that I can get my software to serve locally, but my public dynamic IP address leads nowhere. I have tried every configuration possible on my gateway and with the server software, but have had no luck.

Several of my IT friends are telling me I should ditch the gateway and get my own router and modem. I still think that there should be some way to make it work because I got it to work before.

EDIT **
Nevermind, I got it to work.

Posted: Mon Jul 16, 2012 2:37 pm
by burger2227
Bet it was something simple you overlooked...

Posted: Tue Jul 17, 2012 2:46 am
by bongomeno
It turns out that I had to renew my IP address. I have a dynamic IP that is supposed to change frequently, but sometimes it doesn't. Yeah simple :D But as I said, it is harder to troubleshoot networking issues with a gateway.

I am still having an issue with my Linux server. I was using the "SimpleHTTPServer", which is included written in Python. It was working for about a week before I started getting a series of errors saying that port 80 is already in use. I cannot figure out what is using port 80!

The cool thing is that I am learning new things about networking by having to solve these problems.