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,238 guests, and 3 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 10 1 2 3 9 10
CRPack&CREDTool(packed resources for ALL editions) #114321
02/28/07 16:47
02/28/07 16:47
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
Visit http://Lion-Ts.com to see some demos, resource editor and more. You cannot buy it right now, I'll fix it in a few days.
If you didn't hear about this then look at this topic

Re: CRPack&CREDTool(packed resources for ALL editi [Re: Lion_Ts] #114322
02/28/07 17:19
02/28/07 17:19
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
What do you mean with,

Q: What do I win with CR Pack & CRED tool?

A: New way to use custom resources: easy replaceable artwork packages, "Trojan horse" gifts, etc.


smile
Re: CRPack&CREDTool(packed resources for ALL editi [Re: D3D] #114323
03/01/07 21:55
03/01/07 21:55
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
Dusty3D, I'm sorry for my poor knowledge of English. I think, I canot say something new for you, that text is for a 3DGS newcomers...
I'll prepare new demo projects further to show this.
replaceable artwork packages:
Example1: you're making some kind of "skinned" UI for your application with ability to change skin at runtime. Prepare sets of images for your panels and make packages for each skin("skin1.gsr", skin2.gsr, for example). To change look and feel at runtime you need:
Code:

//code may contain errors, threat it as pseudo-code
...
/*
** skin packages contain image files with same names but
** differently looking
*/
string CurrentSkin;
function change_skin(skin){
ui_pan.visible = off;
pan_remove(ui_pan);
CR_UnLoadAll(CurrentSkin, On);
CR_Close(CurrentSkin, On);
str_cpy(CurrentSkin, skin);
CR_Open(CurrentSkin, On);
CR_LoadAll(CurrentSkin, On);
ui_pan = pan_create("
pos_x = 0; pos_y = 0;layer = 1;
bmap = \"late.pcx\";
button = 135,120,\"helpon.pcx\",\"help.pcx\",\"helpovr.pcx\",help,NULL,NULL;
button = 135,165,\"starton.pcx\",\"start.pcx\",\"startovr.pcx\",start,NULL,NULL;
button = 135,205,\"quiton.pcx\",\"quit.pcx\",\"quitovr.pcx\",quit,NULL,NULL;");
ui_pan.visible = on;
}
...
change_skin("skin1.gsr"); //set skin1 for UI
...
change_skin("skin1.gsr"); //later change to skin2


Example2: you're making application with ability to plug downloadable addons (some kind of 3D editor, for example). Prepare sets of models (images and so on) and compress them in different packages "furniture.gsr", "walls.gsr", "frames.gsr", "doors.gsr", for example). At runtime check for available packages and open them all. To plug in new models set, your customer have to download it and place into application's folder.
Example3: you're making applications that can dynamically change "resolution" (I mean, quality of textures, models, etc.). Prepare models (images,...) with same names but with different quality and compress them into different packages ("res_1.gsr", "res_2.gsr", for example). At runtime check for available package file by name and open it before creating models (bmaps, loading levels and so on).

"Trojan horse" gifts:
Example1: you want to make a gift for a player after level completed (for example: nice wallpapers with your game's shots or something else). Place that "secret" files in a package and when condition will met - extract them and inform player about this great thing.
Example2: you want to hide small puzzle game and present it to a gamer after 5 hours of play (some kind of "WOW" factor). Place installer into a package and extract it after 5 hours of execution. Ask user something like: "You are my hero, after all this hard hours you win small gift: 'Super Puzzle Maniac'. Do you want to install? Y/N" and execute installer.

These are first that comes to my mind and yes, you may do it without CR Pack. But CR Pack can help you do it faster, I hope.

Re: CRPack&CREDTool(packed resources for ALL editi [Re: Lion_Ts] #114324
03/02/07 13:34
03/02/07 13:34
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
Oke, I understand now and I like the idea. Only the term trojan horse might be mistaken for virus although i'm sure that was not what you meant to say


smile
Re: Demo#8 released [Re: D3D] #114325
03/03/07 00:01
03/03/07 00:01
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
Dusty3D, specially for you I made small CDAudio player with skinnable UI. Feel free to visit at http://Lion-Ts.com and download Demo#8.


Last edited by Lion_Ts; 03/03/07 16:21.
MARCH, 8 [Re: Lion_Ts] #114326
03/08/07 00:07
03/08/07 00:07
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
I wish to congratulate all 3dgs gals with the holiday. In my country it is celebrated even more cheerfully than the Valentine's day.
Special offer:
Dear, mail me at [admin at lion-ts dot com] and I will send you a special ticket; further you may buy CR Pack with really BIG discount. This offer will valid till the march, 10 (24:00).
Sincerely yours, Lion_Ts
---------------------
[ CR Pack - protection of your content under 3DGS]

Digital Music Mod plugin available at Lion-Ts.com! [Re: Lion_Ts] #114327
03/15/07 19:22
03/15/07 19: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
I just opened new section at the http://Lion-Ts.com - Lion's Toys Club . It is the place for my free plugins, tools and other 3DGS related materials.
Membership is free for a life time for all owners of my CR Pack or any further product.
Right now available 2 additional downloads for Club members:

I made this plugin for all, who like me, knows what is the Scream(Pro, Impulse)Tracker

For details look at this topic .

Best regards, Lion_Ts.

New skins for CRED tool are available [Re: Lion_Ts] #114328
04/19/07 12:32
04/19/07 12:32
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
Dear users of CR Pack (CRED tool)!

I've uploaded additional skins for the CRED tool, each skin packed in ZIP archive:

After downloading, unpack ZIP archive under SKINS subfolder where you installed the CRED tool (C:\Program Files\LionTs\CRED\SKINS\, for example).
Archives are available as self-extracting packs too (In case if you have not WinZip or similar program).

Stable 3DGS Shell Extensions version [Re: Lion_Ts] #114329
04/28/07 17:48
04/28/07 17:48
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
Take it here.

What is new in this upgrade?
  • Fixed 400 models limitation (tested on folders with 1000 and 5000 models).
  • Fixed thumbnails caching function (now folder with 1000 models displays in a ~3-5 sec. for a second time on Intel P4 (1.6 MHz) while Caching is on).
  • Fixed uninstaller bug (deleting of CRED tool icon on the Windows Desktop while uninstalling).
  • All 3DGS MDL formats are recognizable now (MDL7, MDL6, MDL5, MDL4, MDL3, MDL2, IDP2, IDPO).
  • Improved rendering speed.
  • Added user control over the rendering priority (min, normal and max priorities for renderer threads are available).
  • Added automated priority management (optimized for scrolling down Explorer Window)

How to upgrade your old 3DGS Shell Extensions:
  • Close all explorer windows.
  • Run uninstaller of old 3DGS Shell Extensions; sometime you must reboot your system to complete this step.
  • Old uninstaller has a minor bug (deletes CRED tool link from your desktop; you can manually copy this link from your Windows Run menu to the Desktop).
  • Run newly downloaded 3DGS Shell Extensions installer.

Limitations:
  • Thumbnails aren’t refreshing while caching is on.

How to avoid this limitation:
  • You have to manually delete the THUMBS.DB hidden system file in a folder, where you want to rebuild image cache.


Re: Stable 3DGS Shell Extensions version [Re: Lion_Ts] #114330
04/28/07 21:40
04/28/07 21:40
Joined: Mar 2005
Posts: 969
ch
Loopix Offline
User
Loopix  Offline
User

Joined: Mar 2005
Posts: 969
ch
Just wanted to thank you for the great 3dgs software you 're developing. This is really handy stuff

Page 1 of 10 1 2 3 9 10

Moderated by  aztec, Blink, HeelX 

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