Topic:   Avisaria   (Read 25799 times)


0 Members and 2 Guests are viewing this topic.

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Avisaria
« Reply #60 on: December 07, 2008, 04:01:21 PM »
I can, I'll go on Windows after I shower, and print out my essay.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Avisaria
« Reply #61 on: December 07, 2008, 04:05:04 PM »
It's a little bit harder than that. We need a portforwarded router.

Satyricon's router isn't working right, mine I can't even access, and Ghost was the only one to successfully forward a port.


-Gandolf
(I can send the you the server/client so you can test just locally on your lan network)

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: Avisaria
« Reply #62 on: December 07, 2008, 04:16:10 PM »
Quote
It's a little bit harder than that. We need a portforwarded router.

Satyricon's router isn't working right, mine I can't even access, and Ghost was the only one to successfully forward a port.


-Gandolf
(I can send the you the server/client so you can test just locally on your lan network)

I actually have exams coming up this week, so I'll need to be studying unfortunately. My last exam is Friday, and I'll be home Sunday. That'll be the earliest I'll be able to do it, so if you can find another tester it might be quicker.

Ghost

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Avisaria
« Reply #63 on: December 07, 2008, 04:35:00 PM »
Ok, thanks. We will try it on sunday or a bit after sunday. :)

In the meantime, I think I will just go ahead and start on the next stage.


-Gandolf

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Avisaria
« Reply #64 on: December 07, 2008, 04:43:42 PM »
I can help.

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Avisaria
« Reply #65 on: December 07, 2008, 04:45:02 PM »
Can you portforward your router to your pc?


-Gandolf

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Avisaria
« Reply #66 on: December 07, 2008, 04:57:52 PM »
Think so,

What port do you need?

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Avisaria
« Reply #67 on: December 07, 2008, 05:05:00 PM »
7234.

Thanks Mistron. :)
-Gandolf
(Once you portforward it, go to http://www.ipchicken.com and post your ip address, I will then post the server/client and we will see how many people can get on at once.)

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Avisaria
« Reply #68 on: December 07, 2008, 11:24:36 PM »
Sorry for taking so long...

I will do this tomorrow.

Mist (After school :()
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Avisaria
« Reply #69 on: December 08, 2008, 03:14:03 PM »
I have bad news:

(1) I'm having more issues with Avisaria, I will do a full wipe/re-make. Again.

(2) I will be gone for 1-2 weeks. I'm shutting down both computers and forcing myself to study for the semester exams. So...  see you guys in 1-2 weeks, unless I sneak onto a school computer.


-Gandolf

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: Avisaria
« Reply #70 on: December 08, 2008, 03:33:28 PM »
Wouldn't it be more productive to fix you're current code than just rewrite it?

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Avisaria
« Reply #71 on: December 08, 2008, 03:40:30 PM »
Tried, very hard. And I want to make sure I know what every little bit of code does, and why it stuck it there. Sometimes I just wonder... "What is the point of this large chunk of code?". I than erase it...  *BOOM* ...crud.


-Gandolf
P.S Now shutting down my computer. See you in a week or two.
« Last Edit: December 08, 2008, 03:40:51 PM by Gandolf »

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Avisaria
« Reply #72 on: December 08, 2008, 03:44:18 PM »
Cya gan. Good luck! I wish with just the flick of a switch on my comp I could force myself to turn it off... but It helps me with so many assignments, iTunes helps me focus to study.. my computer isn't a deterrent for school, it helps!

But that's just me. Cya man!

alias


  • Guest
Re: Avisaria
« Reply #73 on: December 08, 2008, 07:44:17 PM »
I just finished exams (albeit yr11 mock trial exams) its a great feeling. So look forward to it!

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: Avisaria
« Reply #74 on: December 08, 2008, 09:32:56 PM »
Quote
(1) I'm having more issues with Avisaria, I will do a full wipe/re-make. Again.
You should try spending some more time debugging; wiping/re-making tends to include bugs that you've already solved before. And then you spend more time-- solving them again.

Perhaps keep your project under subversion control, so when you release a new revision, and it doesn't work, you can just revert to the previous version. Also, make use of your debugger! Set breakpoints, step through the program, print out variables to see where the problems are occurring.

Personally, I'm remaking my MMORPG engine, but not because it's not working. The underlying structure of my program was flawed-- the client was doing event-handling and updating coordinates, which is very easily hackable. I'm rewriting the server to handle all coordinate updating, and the client will merely display the coordinates it receives from the server on the screen.

Ghost
« Last Edit: December 08, 2008, 09:33:44 PM by admin »