Gamestudio Links
Zorro Links
Newest Posts
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
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (NnamueN, 1 invisible), 1,489 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19054 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
EZ CutScreen Pro- SCREENS AND VIDEO #94869
10/18/06 02:59
10/18/06 02:59
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline OP
Expert
lostclimate  Offline OP
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
I didnt know whether to post this here or in the tools section, so i just posted it here, as some of you know i have been planning and working on a cut screen maker.... well i know have a few first screens... and of course keep in mind this is a WIP so dont expect any graphic polishing to be done yet in fact this is just a basic framework so far

IMPLEMENTED (so far):
-objects can be freely moved
-objects can be freely rotated
-movable view
-node based track system for the entity to run on
-the ability to add nodes
-The ability to watch objects run there tracks
-300 node places per object
-Speed Changes per nod.


PLANNED:
-Saving and loading of scene files
-Easy integration with projects
-Support for animation.
-Auto-Pointing*
-Auto-Gravity*


*=more explaination below

AUTO-POINTING:
Allows selected objects rotation to automatically adjust to point towards another object. Pan, Tilt, and Roll can be disabled so for instance you dont want a players human model to be rotated on a 45 degree tilt.

AUTO-GRAVITY:
Automatically sets object on the first platform under it, reducing time wasted, manually aligning him on the ground.


Screens:






DOWNLOADABLE VERSION:
http://www.lostclimategames.com/images/Movie_0001.wmv


YOUTUBE VERSION:
http://youtube.com/watch?v=7d3s7Fry-AQ

Last edited by lostclimate; 10/18/06 18:03.
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: lostclimate] #94870
10/18/06 07:32
10/18/06 07:32
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline
Expert
Helghast  Offline
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
wow, this tool looks really cool and usefull

might i ask though, how do we implement this into our game, and how smooth can paths be (and how long??).

also, are you able te setup speed for the camera to something else then was shown in the movie, or even better can speed be maintained differentle after every node?

it's a great beginning for sure!
keep it up.

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: Helghast] #94871
10/18/06 07:52
10/18/06 07:52
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Looks great and handy. I have a few questions:

  1. How difficult will it be to implement the cut-scene into a project?
  2. Is it possible to smooth the corners of the camera path?
  3. Can you change the camera speed from node to node or even create acceleration to the camera movement?


Last edited by Frank_G; 10/18/06 07:53.

Models, Textures and Games from Dexsoft
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: Machinery_Frank] #94872
10/18/06 10:09
10/18/06 10:09
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Splines can be used to claculate a smooth path, given some cornerpoints,
you might try to implement them,
I have seen it done this way in another game-campath edtor (Paraworld)

http://en.wikipedia.org/wiki/Spline_%28mathematics%29


Would be great, if you could make some nodes (writing the node-id in skill 1 for example)
in Wed, and a "camera" entity
and assign some simple Paths, like
Go to node 1,2,3,4,5
with the speed 5,3, and focus on the targetnode 10.
By giving parameters to the camerentities skills.

Or something like that.

And whenever some action accurs, the cameraentity takes over the
camera, and follows the path, while focussing on the targetpoint,
or the next (or the one after that) waypointnode.

Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: Damocles] #94873
10/18/06 13:25
10/18/06 13:25
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline OP
Expert
lostclimate  Offline OP
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
@Dennis_fantasy and Frank_G, So far the paths can be 300 nodes long, these nodes can be spaced out as far or as close as you want (even in the same place if you want lets say an object to stay stationary to talk and whatnot) The camera speed can be changed, i added that last night after i made the movies, and as far as implementing it in your game this is how it'd go, you copy your level to to the cutscreen folder, then you edit the wdl file to change to the name of your level, this makes it so your level is visible when editing, assign the usable_object option to all objects that you'd like to edit with run it, make your nodes, then save, it will save its own scene files, which you'd copy back to your project folder, and all you have to do is then call a funtion and it will run it for you.

@damocles, i didnt implement it with weds pathsystem, as i find thiers, very unhandy. As far as splines go, im not sure if ill be implementing them in the first version (i might tho), but i am thinking of at a later time coming out with a second version with a lot more advanced features. Please remember that i am only thinking of this second one, so don't "expect" it or the splines, but one or both might happen.

EDIT: something i forgot to add was that you can edit more than just the camera position, i forgot to add in the video, but you can move around any object who's action was set to usable_object, also forgot in the feature list that animiations will be supported.

Last edited by lostclimate; 10/18/06 13:29.
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: lostclimate] #94874
10/18/06 17:04
10/18/06 17:04
Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
frazzle Offline
Expert
frazzle  Offline
Expert

Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
This looks soooooooo promesing lostclimate !!
I think it would be a great help for all 3DGS users to be able to creat cutscenes
If you, like you said, could implant all those features, it would be one hell of a tool
Can't wait to see the end result of this

Cheers

Frazzle


Antec® Case
Intel® X58 Chipset
Intel® i7 975 Quad Core
8 GB RAM DDR3
SSD OCZ®-VERTEX2 3.5 x4 ; HD 600 GB
NVIDIA® GeForce GTX 295 Memory 1795GB
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: frazzle] #94875
10/18/06 19:24
10/18/06 19:24
Joined: Aug 2000
Posts: 7,490
O
Orange Brat Offline

Senior Expert
Orange Brat  Offline

Senior Expert
O

Joined: Aug 2000
Posts: 7,490
Looking good. Keep in mind that splines are going to become part of the path system when they make it out of expermental stage. From beta:

Quote:


path_spline calculates a spline curve and can be used for smoothly moving actors, vehicles, or cameras along a path.

path_length calculates the total length of a path, and updates the individual edge lengths.






My User Contributions master list - my initial post links are down but scroll down page to find list to active links
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: Orange Brat] #94876
10/19/06 22:30
10/19/06 22:30
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
it looks helpful, but i can't say anything big, until animations are included, and we can see a video of the cutscene after it was saved, so i will have to wait before i rate, or comment on it...


- aka Manslayer101
Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: mpdeveloper_B] #94877
10/20/06 07:23
10/20/06 07:23
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline OP
Expert
lostclimate  Offline OP
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
got most of the animations done, most of the final gui (which i quite like), and im partially set up so you can navigate back and forth between nodes, i also have it set up so that auto-gravity and auto-pointing is set up, and am working out all the little development bugs, that i left from when i started the project. All and all i am about 70% of the way to the Beta test phase, which wont last long, and from there it will be released I am going to be taking applications for 2 beta testers, that will get half off of the full price, which i've decided on approximately $15, the requirements for beta testing are-
-Plans to buy the software
-Knows enough about C-script to help with some of the bugs
-Has enough time to sit down and play with it for a while

If your interested, contact me at:
lostclimategames (at) yahoo (dot) com

Re: EZ CutScreen Pro- SCREENS AND VIDEO [Re: lostclimate] #94878
11/26/07 16:51
11/26/07 16:51
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline OP
Expert
lostclimate  Offline OP
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
I just stumbled across this old movie from this and noticed that before this project was Iced, I never showed a screen of the updated gui, it makes me sad since I was really proud of it, I think if I ever get free time again, I might remake this, and hopefully finish it. Too bad I lost the old version.

Page 1 of 2 1 2

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