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
|
Dallas
Joined: 5th Apr 2009
Posts: 125
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
|
Addison

Joined: 24th Mar 2009
Posts: 1380
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
|
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
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2759
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
|
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
|
Nirion

Joined: 28th Jul 2009
Posts: 33
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
|
Re: New Emulator
EO uses the TCP protocol, not UDP... ---
Wish upon a star!
14 years, 4 weeks ago
|
Addison

Joined: 24th Mar 2009
Posts: 1380
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
|
Deathx

Joined: 27th Nov 2008
Posts: 521
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
|
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
|
Deathx

Joined: 27th Nov 2008
Posts: 521
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
|
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
|
Deathx

Joined: 27th Nov 2008
Posts: 521
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
|
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
| | | | | | | | | | | | | | | |