EOSERV Forum > Lounge > New Emulator
Topic is locked.
Page: << 1 2 >>
New Emulator
Author Message
Post #72682 New Emulator

I think i might try the challenge of making an emulator in Visual Basics XD

Right now im making it read the config file and connect.

   [Relative Position problem fixed.]

Edit : Fixed above problem.

 

New problem for socket connection :

       

Dim udpClient As New Net.Sockets.UdpClient()

Try

  udpClient.Connect(Host, Port)

udpClient.EnableBroadcast =

True

If udpClient.EnableBroadcast Then

 ServerConnected ="Server has successfully connected to the host and port"

End If

Ok, so i can't get it to correctly check if the server is up, only if the broadcasting is enabled and it doesnt matter if its connected or not for broad casting. Anyone know a solution?

 

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 4 weeks ago
Post #72713 Re: New Emulator

I know what you are trying to do. I made one that actually connects to my emulator and doesn't show the "Could not find server" box until I closed it. I tried to close it after 5 mins and it showed that it really connected. Currently working on showing the login box after it connects.


14 years, 4 weeks ago
Post #72714 Re: New Emulator

This means war. I'm trying to finish my EOSERV# client in C# :P

---
http://www.addipop.com
14 years, 4 weeks ago
Post #72715 Re: New Emulator


Lol well addison, Your going down >:D

Main problem having now its trying to read a certain line from the config. The supid ConfigurationManager for the XML config file doesnt work -.- xD

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 4 weeks ago
Post #72717 Re: New Emulator

Pfft, my vote is with Addison. Let me know about a week before you guys get done and I will finish and release my Vodka 100proof build :P

14 years, 4 weeks ago
Post #72719 Re: New Emulator


Yeah addison prolly will be better XD

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 4 weeks ago
Post #72732 Re: New Emulator
Addison posted: (7th Apr 2011 03:36 am)

This means war. I'm trying to finish my EOSERV# client in C# :P


Seems were working on similar projects, I too have been working on a EO client written in C# :P

EDIT: I didn't start on the server part tho since awhile back I thought Sausage was going to release EOSERV# source he announced and never got around to starting my own when he stopped.
14 years, 4 weeks ago
Post #72744 Re: New Emulator

EO uses the TCP protocol, not UDP...

---
Wish upon a star!
14 years, 4 weeks ago
Post #72746 Re: New Emulator
Nirion posted: (7th Apr 2011 08:50 am)

Addison posted: (7th Apr 2011 03:36 am)

This means war. I'm trying to finish my EOSERV# client in C# :P


Seems were working on similar projects, I too have been working on a EO client written in C# :P

EDIT: I didn't start on the server part tho since awhile back I thought Sausage was going to release EOSERV# source he announced and never got around to starting my own when he stopped.
Graphical rendering sucks in C#. XNA is gay. Good luck.

---
http://www.addipop.com
14 years, 4 weeks ago
Post #72749 Re: New Emulator
Addison posted: (7th Apr 2011 12:05 pm)

Nirion posted: (7th Apr 2011 08:50 am)

Addison posted: (7th Apr 2011 03:36 am)

This means war. I'm trying to finish my EOSERV# client in C# :P


Seems were working on similar projects, I too have been working on a EO client written in C# :P

EDIT: I didn't start on the server part tho since awhile back I thought Sausage was going to release EOSERV# source he announced and never got around to starting my own when he stopped.
Graphical rendering sucks in C#. XNA is gay. Good luck.


I beg to differ ;). If you know how to use the shit it's excellent ;D.
---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
14 years, 4 weeks ago
Post #72756 Re: New Emulator

Ahhh, Thx plasma :P

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 4 weeks ago
Post #72757 Re: New Emulator
Wildsurvival posted: (7th Apr 2011 02:21 pm)

Ahhh, Thx plasma :P


If you intend on using TcpClient and TcpListener your going to run into a dead end. You'll end up with it constantly using 50% cpu usage. I'll go ahead and tell you now what your going to need to figure out is Asynchronous Sockets. Good luck as it took me a while to figure them out and i've been coding for about 4years now.
---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
14 years, 4 weeks ago
Post #72758 Re: New Emulator


Hmm, K

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 4 weeks ago
Post #72759 Re: New Emulator
Wildsurvival posted: (7th Apr 2011 02:34 pm)


Hmm, K


You have a very long project ahead of you. I could help you out with select things when i have the time. I'm almost always on msn so you can contact me there if you wish. Cheers ;)
---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
14 years, 4 weeks ago
Post #72766 Re: New Emulator


Cool, Thx for the tip about the async sockets.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
14 years, 4 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > Lounge > New Emulator