|
|
Downloading files from within game
#169846
11/28/07 00:22
11/28/07 00:22
|
Joined: Nov 2004
Posts: 862 Australia
DavidLancaster
OP
User
|
OP
User
Joined: Nov 2004
Posts: 862
Australia
|
I did some searching for this sort of thing and nothing came up...Would there be a dll or a technique which allows you to download files from a website while in game and save them to a certain directory? Thank you  David
|
|
|
Re: Downloading files from within game
[Re: DavidLancaster]
#169847
11/28/07 01:32
11/28/07 01:32
|
Joined: Apr 2005
Posts: 3,815 Finland
Inestical
Rabbit Developer
|
Rabbit Developer
Joined: Apr 2005
Posts: 3,815
Finland
|
you mean that the client'd be able to connect to a specific place (e.g. patch information file), download it, open and check it, and possibly then download the new patch?
It's possible, and if it's not already available, it's not hard to do such dll. I'm not sure, but such thing should be available to be done in Lite-C too.
"Yesterday was once today's tomorrow."
|
|
|
Re: Downloading files from within game
[Re: DavidLancaster]
#169851
11/28/07 09:33
11/28/07 09:33
|
Joined: Jun 2001
Posts: 1,004 Dossenbach
nfs42
Serious User
|
Serious User
Joined: Jun 2001
Posts: 1,004
Dossenbach
|
gshttp from peacekeeper <= A6.40 I think BigDll from Triplex has GSTNet non-blocking HTTPRequests >=A6.50
Andreas GSTools - Home of GSTScript 0.9.8: lua scripting for A6/7/8 GSTNet 0.7.9.20: network plugin for A6/7/8 GSTsqlite 1.3.7: sql database plugin for A6/7/8 3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
|
|
|
Re: Downloading files from within game
[Re: DavidLancaster]
#169853
12/01/07 08:13
12/01/07 08:13
|
Joined: Jun 2006
Posts: 2,640 Earth
Germanunkol
Expert
|
Expert
Joined: Jun 2006
Posts: 2,640
Earth
|
I use gshttp. works great for exactly that purpose. but it's a6, dunno if it works with a7. I download a file and use the information. there's an example made by someone (sry, I don't remember!) that downloads the file "pink elephant" and saves it onto your pc. then it loads the file and uses it in game... so you can download models and use them during run time...
Micha
~"I never let school interfere with my education"~ -Mark Twain
|
|
|
|