Gamestudio Links
Zorro Links
Newest Posts
Lapsa's very own thread
by Lapsa. 06/26/24 12:45
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 873 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mino, squik, AemStones, LucasJoshua, Baklazhan
19061 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 3
Page 3 of 8 1 2 3 4 5 6 7 8
Re: Your own RESOURCE file without A6PRO edition [Re: Lion_Ts] #55045
09/19/05 06:13
09/19/05 06:13
Joined: Oct 2003
Posts: 206
N
nkl Offline
Member
nkl  Offline
Member
N

Joined: Oct 2003
Posts: 206
Hi!

Your Contributions is very good.

I can create a sound, use snd_create function, at run-time.

But how do I remove a created sound at run-time.

thanks already.

Re: Your own RESOURCE file without A6PRO edition [Re: nkl] #55046
09/19/05 16:22
09/19/05 16:22
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
Quote:

Hi!

Your Contributions is very good.

I can create a sound, use snd_create function, at run-time.

But how do I remove a created sound at run-time.

thanks already.



In 3dgs help no command like "remove_buffer()", so I don't know.
And about snd_create: I can't load sound from zipped resource... If you can, post your code here.

Re: Your own RESOURCE file without A6PRO edition [Re: TripleX] #55047
09/19/05 16:26
09/19/05 16:26
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
Quote:

"And i'm using more complicated technique in my game project (I mean with execute(STRING))."
execute(string) is VERY slow.. pay attention.. I didn't say that i don't works, i'm only aware of the speed.
btw i don't want to be rude, but please use the edit function in order to keep your posts clear
Triple-X



Ok, TripleX, and thank you.
Do you have any examples or free code(c++) about programming dll with dx sdk for 3dgs ?

Re: Your own RESOURCE file without A6PRO edition [Re: Lion_Ts] #55048
09/19/05 16:27
09/19/05 16:27
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline
Expert
TripleX  Offline
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
Write me a Pm (becasue I forget such things easily ) and I'll send you the code if i'm at home

Re: Your own RESOURCE file without A6PRO edition [Re: TripleX] #55049
09/20/05 07:20
09/20/05 07:20
Joined: Jun 2005
Posts: 656
G
Grafton Offline
User
Grafton  Offline
User
G

Joined: Jun 2005
Posts: 656
I am only guessing, but if you created your zip file with no compression, i.e.(storage only),
that extraction times for wdl would be lower than with compression.


Not two, not one.
Re: Your own RESOURCE file without A6PRO edition [Re: Grafton] #55050
09/20/05 16:15
09/20/05 16:15
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
Quote:

I am only guessing, but if you created your zip file with no compression, i.e.(storage only),
that extraction times for wdl would be lower than with compression.



On a 60Mb zip I have ~4sec delay to extract. I think, this is not a serious delay.

Re: Your own RESOURCE file without A6PRO edition [Re: Lion_Ts] #55051
09/20/05 20:41
09/20/05 20:41
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
Guys!
I need your replies, but don't scream:"It's awesome!" or alike. I need (you need this too) answers like:
"It's good, but when I create 500Mb zip I have serious gameplay slowdown" or
"Ok, I have 128Mb RAM this sh@#t crash the engine" or
"I try load .fx file from zip - have error ...".
Be good and we create another good plugin

Re: Your own RESOURCE file without A6PRO edition [Re: Lion_Ts] #55052
11/03/05 03:26
11/03/05 03:26
Joined: Mar 2005
Posts: 725
USA
TeutonicDarkness Offline
User
TeutonicDarkness  Offline
User

Joined: Mar 2005
Posts: 725
USA
Quote:

Guys!
I need your replies, but don't scream:"It's awesome!" or alike. I need (you need this too) answers like:
"It's good, but when I create 500Mb zip I have serious gameplay slowdown" or
"Ok, I have 128Mb RAM this [Email]sh@#t[/Email] crash the engine" or
"I try load .fx file from zip - have error ...".
Be good and we create another good plugin





Hey,

Do you have any idea if this will work with Lower Game Studio Engines?
For Example A5?

And if so how?

I don't have a plug-in folder in A5....


Either Way its great as I own A6 Comm as well however
I will probally be using A5 for the duration of my
project and have no way to create a resource file.



Thanks,

Re: Your own RESOURCE file without A6PRO edition [Re: TeutonicDarkness] #55053
11/04/05 00:27
11/04/05 00:27
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
This plugin is for A6 only (i used A6 sdk), sorry for that, I haven't A5 and A5 sdk...
Someone else can rewrite and recompile posted C++ sources for A5.
And i'll try to improve this plugin for full zip support. Not at this week, sorry. Have big troubles with my main work

Re: Your own RESOURCE file without A6PRO edition [Re: Lion_Ts] #55054
11/04/05 06:46
11/04/05 06:46
Joined: Jul 2003
Posts: 893
Melbourne, Australia
Matt_Coles Offline

User
Matt_Coles  Offline

User

Joined: Jul 2003
Posts: 893
Melbourne, Australia
Very handy Lion_Ts, thanks for your contributions you have been making to the community lately, they are much appreciated.
I will try this one out as soon as I have some free time

Matt Coles

Page 3 of 8 1 2 3 4 5 6 7 8

Moderated by  adoado, checkbutton, mk_1, Perro 

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