a place for all your custom card needs you can post scripts pics and request for card to be made also please donate to the funding for a new server made for custom card duels
 
HomePortalLatest imagesSearchRegisterLog in

Share
 

 When is the Next Update?

View previous topic View next topic Go down 
AuthorMessage
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 2:27 am

Might as well reuse this topic over and over for getting an idea when the next update is. Very Happy 


Meantime about when is the next update coming? confused confused confused confused confused confused
Back to top Go down
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 6:57 am

im just waiting on word back from a company with a vpn server client thing for me to implement into mackpro once i have word back i will release update
Back to top Go down
https://mackpro.forumotion.com
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 3:38 pm

lol ouch, nothing worse than waiting on someone else. XD  I do believe C# and a few other programming languages have their own way of making local servers without having to pay for one. Smile The problem is finding up to date code and tutorials since it seems people avoid self-made servers like the plague. confused
Back to top Go down
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 3:47 pm

yes they do and i havent found any good tuts on it if i do its the first thing i will implement
Back to top Go down
https://mackpro.forumotion.com
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 3:50 pm

Yep still having the same issue with my own card game and that's finding a good tutorial for it and I've been plastering the programming boards as I find them to search too. Sad
Back to top Go down
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 3:52 pm

if i find one i will pm you with it and if you could do the same it would be great
Back to top Go down
https://mackpro.forumotion.com
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 3:55 pm

Yep I will.  Also you might be able to get some small amount of help out of SFML their C++ lib has some Networking Features but I don't think they implemented them in their C# version because C# has its own Networking Codes and it is supposedly easy to do. confused http://www.sfml-dev.org/
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeFri Oct 31, 2014 4:05 pm

Just wondering what info do you need exactly to be sent back and forth between the server and client? 

I know we need:
IP
Port
General Duelist Info



Since most things are strings it should be easy enough to take and old Chatbox tutorial code and just rig it to send the IP, Port, and General Info of a given player to the server and broadcast it to the clients.  Also the dueling part of things is already taken care of by the YGOPro end of things so all we really need is a way to connect freely and show a list of who's online on the server.  I'd say most of the code is already there just needs a few changes.

Meantime I'll see what I can dig up. Smile
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeSat Nov 01, 2014 2:19 am

Just wondering do you need it to have one thread for each person or just need it to hold a list of people online waiting for duels?  This might help since all the server really needs is to make a list of us ready to duel that are online but I'm not sure if it needs to be multithreaded or not. confused
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeSat Nov 01, 2014 2:36 am

Found a few things but still nothing past 2007 yet. Sad 

Meantime:
Here's the search I'm using if anyone has a better one let me and Outlaw know. Smile 
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=C%23+application+easy+server+client+coding+tutorial

http://www.codeproject.com/Articles/1415/Introduction-to-TCP-client-server-in-C
http://www.dreamincode.net/forums/topic/33396-basic-clientserver-chat-application-in-c%23/
http://tech.pro/tutorial/704/csharp-tutorial-simple-threaded-tcp-server
http://codeabout.wordpress.com/2011/03/06/building-a-simple-server-client-application-using-c/
http://csharp.net-informations.com/communications/csharp-socket-programming.htm
http://www.geekpedia.com/tutorial239_Csharp-Chat-Part-1---Building-the-Chat-Client.html

But so far all I can find a dang chat client/server tutorials.  Suspect Going to snoop around and see if anyone has messed with the idea of custom building a YGOPro server like we're all scheming. Smile
Back to top Go down
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeSat Nov 01, 2014 8:44 am

i will takea look at those tuts im pretty skilled in c# maybe i can figure out how to do it
Back to top Go down
https://mackpro.forumotion.com
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeSat Nov 01, 2014 4:31 pm

Just wondering what is the main part of MackPro/YGOPro coded in?  I know we got Lua but what else?
Back to top Go down
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeSun Nov 02, 2014 1:12 am

mackpro is lua c++ as c# ygopro is c++ and lua
Back to top Go down
https://mackpro.forumotion.com
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeSat Nov 22, 2014 12:29 am

hmm C++ in use huh, than SFML's Networking Lib might help. Smile 

http://www.sfml-dev.org/ Would take a little tinkering but it might work.  C++ isn't known for being too friendly with Networking but SFML has a networking Lib that solves that issue of it being a pain to setup.

Also it might make it easier to setup a mini-local server that the client end application can start up at any time for people to organize persistent and temporary servers.  Would mean no need to worry about someone robbing your wallet each month too but also would mean we'd need a way for the client to check for active servers as well. Smile
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeMon Dec 15, 2014 9:33 pm

Been snooping around and I think we might be able to raid some code from all these chat boxes floating around for a mini-hamachi replacement and simply display the IP and/or Port needed to duel them in addition to their name and what else is. Smile
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitimeMon Dec 15, 2014 10:16 pm

Back to top Go down
Sponsored content





When is the Next Update? Empty
PostSubject: Re: When is the Next Update?   When is the Next Update? Icon_minitime

Back to top Go down
 

When is the Next Update?

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Can't update
» There been an update lately?
» Error on update
» Update problems
» Update Issue

Permissions in this forum:You cannot reply to topics in this forum
Mackpro :: MackPro :: MackPro Discussion-