Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,209 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Has anybody made a streaming online game #128553
05/08/07 04:16
05/08/07 04:16
Joined: Oct 2003
Posts: 130
Wollongong Australia
J
Jethro Offline OP
Member
Jethro  Offline OP
Member
J

Joined: Oct 2003
Posts: 130
Wollongong Australia
The game doesn't necessarily have to be multiplayer, but I want it to stream its content from a server.
What is the best way to go about this?
When the game loads it tries to pre load all content, could this be replaced with dummy small files, and as the content is required it is streamed into the game directory, ie. stream level 2 stuff while level 1 is playing, or would it try to use the small dummy files that were initially cached?

Jethro.

Re: Has anybody made a streaming online game [Re: Jethro] #128554
05/08/07 11:33
05/08/07 11:33
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
I know of no native 3dgs command that could donwload files online
and copy them into the folder.
You would have to write a dll, that can download and copy files.
So before a levelchange, the dll command downloads the file, stores
it in the required directory, and then gives back a variable to
3dgs, that indices that it is ready (or how many % are done).

Then the skript does the levelload.

You need at least the acknex files, the dll, and all the skripts in
the starting client.

Talk to a C++ dll programmer with knowledge about internet-filetransfer for this.

Re: Has anybody made a streaming online game [Re: Damocles] #128555
05/08/07 18:05
05/08/07 18:05
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline
Expert
lostclimate  Offline
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
I think there already is one plugin that does that but i dont recall who made it or what its called

Re: Has anybody made a streaming online game [Re: lostclimate] #128556
05/08/07 18:10
05/08/07 18:10
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
Hmm?

Re: Has anybody made a streaming online game [Re: lostclimate] #128557
05/08/07 18:53
05/08/07 18:53
Joined: Mar 2003
Posts: 5,377
USofA
fastlane69 Offline
Senior Expert
fastlane69  Offline
Senior Expert

Joined: Mar 2003
Posts: 5,377
USofA
Quote:

I think there already is one plugin that does that but i dont recall who made it or what its called




There is the gshttp dll that gets content from http sites but no dll that does streaming directly.

Re: Has anybody made a streaming online game [Re: fastlane69] #128558
05/08/07 19:01
05/08/07 19:01
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
Hmm?

Re: Has anybody made a streaming online game [Re: TWO] #128559
05/09/07 16:17
05/09/07 16:17
Joined: Jan 2007
Posts: 1,619
Germany
Scorpion Offline
Serious User
Scorpion  Offline
Serious User

Joined: Jan 2007
Posts: 1,619
Germany
gshttp is exactly what u need...u can download the file and save it somewher and if it is downloaded 100% it will be created by a ent_Create

Re: Has anybody made a streaming online game [Re: Scorpion] #128560
05/09/07 17:57
05/09/07 17:57
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
Ever tried to ent_create a readme.txt ^^

Re: Has anybody made a streaming online game [Re: TWO] #128561
05/09/07 21:02
05/09/07 21:02
Joined: Nov 2000
Posts: 1,534
hamburg
Samb Offline
Serious User
Samb  Offline
Serious User

Joined: Nov 2000
Posts: 1,534
hamburg
trippleXs dll can download files from webservers
it also returns the downloaded percent of the file.

Re: Has anybody made a streaming online game [Re: TWO] #128562
05/18/07 01:46
05/18/07 01:46
Joined: Oct 2003
Posts: 130
Wollongong Australia
J
Jethro Offline OP
Member
Jethro  Offline OP
Member
J

Joined: Oct 2003
Posts: 130
Wollongong Australia
Thanks for your replies,

I've tried the gshttp and it does the trick obviously my code needs many mods to achieve the end result, but the tests I've done are promising. So long as you keep the first level compact, you can stream upgraded content and the next levels during first level gameplay.
Thanks to the person responsible for this plugin.

Jethro.

Page 1 of 2 1 2

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1