fodev.net

FOnline Development => General Discussion => Topic started by: melcma on September 13, 2011, 01:41:55 am

Title: Can someone direct me to download FOnline SDK?
Post by: melcma on September 13, 2011, 01:41:55 am
Hi, i tried a lot to find downloadable FO sdk, but for now it's unable. I checked this forum, fonline.ru, nma.com and many others. So there is my request for help:
Can someone direct me to download FOnline SDK?

http://svn2.xp-dev.com/svn/fonline_sdk/ is dead
Title: Re: FOnline SDK
Post by: Luther Blissett on September 13, 2011, 02:00:57 am
There's an older stable version here :
http://www.fonline.ru/files/FOnline_v2_200111.zip (http://www.fonline.ru/files/FOnline_v2_200111.zip)

This is the one I've been using for the 3D stuff. It's probably been updated a lot since then, but you could use this for the time being, then update it later once everything is working again.
Title: Re: FOnline SDK
Post by: jan0s1k on September 13, 2011, 07:41:32 pm
It's not dead for me, but you can try as well:
http://svn.xp-dev.com/svn/fonline_sdk/
Title: Re: FOnline SDK
Post by: Berko on September 13, 2011, 10:52:54 pm
For me http://svn2.xp-dev.com/svn/fonline_sdk or http://svn.xp-dev.com/svn/fonline_sdk.... works using tortoisesvn.

If you want to see it with your browser you can get some problem (error 805303f4), it look that's a security of xml where the reference of xsl and sub domain you are can be different, it's what I understand about it :p.
Just remove the sub domain (svn or svn2) and try this :
http://xp-dev.com/svn/fonline_sdk/ (http://xp-dev.com/svn/fonline_sdk/)
(this link works also with tortoisesvn for me)
Title: Re: FOnline SDK
Post by: melcma on September 13, 2011, 11:23:19 pm
Thanks all, it works.

If someone have a problem with Tortoise, try Smartsvn
Title: Re: FOnline SDK
Post by: Grommok on September 14, 2011, 04:30:19 pm
For me http://svn2.xp-dev.com/svn/fonline_sdk or http://svn.xp-dev.com/svn/fonline_sdk.... works using tortoisesvn.

If you want to see it with your browser you can get some problem (error 805303f4), it look that's a security of xml where the reference of xsl and sub domain you are can be different, it's what I understand about it :p.
Just remove the sub domain (svn or svn2) and try this :
http://xp-dev.com/svn/fonline_sdk/ (http://xp-dev.com/svn/fonline_sdk/)
(this link works also with tortoisesvn for me)
This works! Thanks mon!
Title: Re: FOnline SDK
Post by: Ox-Skull on April 15, 2012, 02:30:41 am
Do u have to download each thing serperatly, or is there a Download to download the whole thing?

It seems weird to me. :P
Title: Re: FOnline SDK
Post by: JovankaB on April 15, 2012, 07:28:57 am
Do u have to download each thing serperatly, or is there a Download to download the whole thing?

It seems weird to me. :P

SDK is available in so called Subversion (SVN) repository. It's used to keep track of all changes in the SDK easily.
To get files from repository you need SVN client - for example TortoiseSVN.

Next time, if you want to check if there is some change in SDK, just right click the folder with SDK and choose "SVN Update".
TortoiseSVN will automatically synchronize files on your PC with the repository.