Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Aku_Aku, 7th_zorro, Ayumi), 1,050 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 4
Page 4 of 6 1 2 3 4 5 6
Re: Free Dll [Re: TripleX] #38696
07/26/05 06:58
07/26/05 06:58
Joined: Jun 2004
Posts: 233
Kansas
Bopete Offline
Member
Bopete  Offline
Member

Joined: Jun 2004
Posts: 233
Kansas
I've been playing with this .dll, and so far it's awesome! I'm wondering if others that use this experience a pause between loops when looping music with this .dll (it occurs using media_loop as well). Maybe I'm not setting the .dll up right, or is this pause unavoidable?


The wind of change blows straight into the face of time. ~ The Scorpions
Re: Free Dll [Re: Bopete] #38697
07/26/05 22:40
07/26/05 22:40
Joined: Aug 2002
Posts: 2,692
California, USA
bupaje Offline
Expert
bupaje  Offline
Expert

Joined: Aug 2002
Posts: 2,692
California, USA
@TripleX - I hope you will forgive some ideas (since I haven't tried it yet) but you should know how I am by now.

I remember from Visual Basic some very useful objects that read in various values of the program that could be easily accessed. For example create an object that gets (excuse fake programming below)when project loads

AppInfo //3DGS Project Info Object
{
.ProjectName
.Version
.Path
.Size
.Date
.FreeMem
.NexusSize
.NumberObjects
.... Everything Else
}

then maybe people could use these values like in their script easily

i.e.

Def AvailableMemory = AppInfo.FreeMem
Def ProjectName = AppInfo.Projectname
Def ProjectVersion = AppInfo.Version

String$ = "You are using version " + ProjectVersion + " of " + ProjectName + " which requires 236 MB of Ram. You currently have " + AvailableMemory + " available."

i just threw some random properties but if there are enough properties about a project/system that could be collected into one easy to use object then maybe this idea will be useful.


Find me at: |Stormvisions| Twitter|
Re: Free Dll [Re: TripleX] #38698
09/10/05 21:42
09/10/05 21:42
Joined: Sep 2005
Posts: 514
USA
Gho5tFac3K1llah Offline
Developer
Gho5tFac3K1llah  Offline
Developer

Joined: Sep 2005
Posts: 514
USA
Could it be used to modify a file within a wrs file once a level file is downloaded from the internet from within the game?

Re: Free Dll [Re: Gho5tFac3K1llah] #38699
09/10/05 21:58
09/10/05 21:58
Joined: Mar 2001
Posts: 3,298
Beverly, Massachusetts
Rhuarc Offline
Expert
Rhuarc  Offline
Expert

Joined: Mar 2001
Posts: 3,298
Beverly, Massachusetts
Modifying WRS files isn't anything this DLL, or any other DLL can do. In order to do that, you would have to crack the WRS encryption format, extract the files, edit the one you want, and repack the entire thing. Not even worth the consideration for someone such as you .

-Rhuarc


I no longer post on these forums, keep in touch with me via:
Linkedin.com
My MSDN blog
Re: Free Dll [Re: Rhuarc] #38700
09/10/05 22:40
09/10/05 22:40
Joined: Sep 2005
Posts: 514
USA
Gho5tFac3K1llah Offline
Developer
Gho5tFac3K1llah  Offline
Developer

Joined: Sep 2005
Posts: 514
USA
Oh.

Re: Free Dll [Re: Gho5tFac3K1llah] #38701
09/12/05 04:26
09/12/05 04:26
Joined: Jun 2005
Posts: 656
G
Grafton Offline
User
Grafton  Offline
User
G

Joined: Jun 2005
Posts: 656
It would be nice to be able to hide the startup window. I dont mean minimize it
or customize it like you can with pro. But just make it so it either dosent
appear, or is hidden behind a black (full)screen until the engine starts.


Not two, not one.
Re: Free Dll [Re: Grafton] #38702
09/12/05 07:11
09/12/05 07:11
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
Josiah: this is Pro-version royal.. It's one cause people bu Pro but.. hmm.. you'r idea is cool, and i'd just like to change few colors there, If this would be avalailable, I'd use it


"Yesterday was once today's tomorrow."
Re: Free Dll [Re: Inestical] #38703
09/12/05 18:46
09/12/05 18:46
Joined: Jun 2005
Posts: 656
G
Grafton Offline
User
Grafton  Offline
User
G

Joined: Jun 2005
Posts: 656
Yes the startup window is an ugly thing, you might use a hex editor / debugger
to find a way do away with it, but that is against the license agreement
(reverse engineering). But I cant find in the license agreement where the
startup window is required to be shown in extra or commercial editions. And
since Conitec has stated they dont mind plugins emulating Pro features, this
would be a nice feature. Even if all it did was mask it with a black screen.
Heck I would buy a cheap dll that did only that!

I have even thought about creating a starter program from another app that
starts the game, and presents a full screen image that has the focus as long as
the startup window handle exists, then exits as the game window takes focus.


Not two, not one.
Re: Free Dll [Re: Grafton] #38704
09/14/05 00:18
09/14/05 00:18
Joined: Jul 2005
Posts: 262
Earth, The Netherlands
NL_3DGS_n00b Offline
Member
NL_3DGS_n00b  Offline
Member

Joined: Jul 2005
Posts: 262
Earth, The Netherlands
I realy hope there will be a startup-window editing DLL too!
Thats one reason i wanted to buy the pro version, but I have no money for it...
899 dollars is way to much.


The best games are the games you create yourself.
Re: Free Dll [Re: NL_3DGS_n00b] #38705
09/14/05 06:56
09/14/05 06:56
Joined: Feb 2005
Posts: 728
Germany, Berlin
Asse Offline
Developer
Asse  Offline
Developer

Joined: Feb 2005
Posts: 728
Germany, Berlin
This would be illegal.


A6.31.4 Commercial AMD Athlon XP 2400+ Radeon 9800Pro 512MB DDR-Ram Windows XP Professional SP2 3D GameStudio Magazin
Page 4 of 6 1 2 3 4 5 6

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