Gamestudio Links
Zorro Links
Newest Posts
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
0 registered members (), 1,094 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 4 1 2 3 4
Re: Act! (In-engine cutscene player and editor) [Re: HeelX] #330207
06/26/10 10:14
06/26/10 10:14
Joined: Jul 2008
Posts: 223
Pittsburgh
The_Clyde Offline OP
Member
The_Clyde  Offline OP
Member

Joined: Jul 2008
Posts: 223
Pittsburgh
Really? It shouldn't freeze- it should just close... but I have been noticing some weird behaviors from file_dialog anyway.

Taking a snapshot of the current view is already possible... (I suppose I could have explained the button guide better)

You can easily take a "snapshot" of the current view as a camera keyframe with the existing functions- The 'move camera to view' button grabs the camera object and places it at the current location and orientation of your view. The 'lock camera to view' button does the same thing but toggles on and off.

The "select camera object" makes the camera the currently selected object. Once the camera is selected and locked to the view you can make camera keyframes as easily as with any other object except that you're moving the camera with the view controls.


Currently a camera object is not actually needed for playback, only for editing camera movements... and the camera object doesn't have to be anything in particular- it just has to have the WED name set to "CAMERA".

I should be able to work out "native camera support" by next week or so though...

---

Also a demo level with multiple prerecorded sequences might be a good idea- though since I'm going to be messing with the file format to add in things like camera.arc and particle effects and triggering functions... I'm gonna wait until *after* I mess with the file format to create a bunch of demo scenes laugh

Around the same time as doing that I'll probably make the documentation as well.

Re: Act! (In-engine cutscene player and editor) [Re: HeelX] #330806
06/29/10 22:57
06/29/10 22:57
Joined: Sep 2003
Posts: 733
Whitefish, Montana
JazzDude Offline
User
JazzDude  Offline
User

Joined: Sep 2003
Posts: 733
Whitefish, Montana
Very useful and much-needed cutscene player. I hope you do adapt this to A6 in the future for those of us that prefer c-script. It would be especially useful for adventure games.

Re: Act! (In-engine cutscene player and editor) [Re: JazzDude] #330808
06/29/10 23:11
06/29/10 23:11
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
your adventure games are great Rod, and cutscene player would really be a great addition.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Act! (In-engine cutscene player and editor) [Re: Blink] #331414
07/04/10 02:02
07/04/10 02:02
Joined: Jul 2008
Posts: 223
Pittsburgh
The_Clyde Offline OP
Member
The_Clyde  Offline OP
Member

Joined: Jul 2008
Posts: 223
Pittsburgh
Current todo list:
Camera stuff
-Spawn camera object in editor
-Editing for camera.arc
-WASD controls for view movement
Tooltips
XYZ editing arrows on selected object
Lines to illustrate movement paths
Keyframes that activate functions
Show sound length in timeline (turning out to be really tricky)
A6 player script

Feel free to make suggestions! =D

Last edited by The_Clyde; 07/05/10 23:27.
Re: Act! (In-engine cutscene player and editor) [Re: The_Clyde] #331420
07/04/10 04:31
07/04/10 04:31
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
i am excited, an A6 version is on the way?????!?!?!?! wow, my A6 will finally get another cool tool!


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Act! (In-engine cutscene player and editor) [Re: Blink] #331421
07/04/10 04:37
07/04/10 04:37
Joined: Jul 2008
Posts: 223
Pittsburgh
The_Clyde Offline OP
Member
The_Clyde  Offline OP
Member

Joined: Jul 2008
Posts: 223
Pittsburgh
It also seems like A6 users will get the extra boon of a particular feature being somewhat more powerful...

Since the execute function uses the C-Script interpreter, C-Script users will be able to activate their own script functions.

The lite-C version of execute, on the other hand, only allows access to engine variables and functions.

Re: Act! (In-engine cutscene player and editor) [Re: The_Clyde] #331444
07/04/10 09:11
07/04/10 09:11
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
Maybe you want to look into this function? http://www.conitec.net/beta/engine_getscript.htm


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: Act! (In-engine cutscene player and editor) [Re: WretchedSid] #334734
07/24/10 22:28
07/24/10 22:28
Joined: Jul 2008
Posts: 223
Pittsburgh
The_Clyde Offline OP
Member
The_Clyde  Offline OP
Member

Joined: Jul 2008
Posts: 223
Pittsburgh
Good news everyone!

The CAMERA object has now been integrated into the editor, so that you don't have to add it manually in WED anymore.

I've also added WASD (and Q and E) controls for moving the camera.

Sounds are now represented on the timeline at their actual length, but for now this is done by actually playing the sound and timing it... so if you use a sound that is very long (not a great idea anyway) you'll have to wait for it to end.

You can also move keyframes along the timeline by clicking and dragging with the left mouse button, and delete them by right-clicking.

I'm also working on XYZ editing arrows similar to those found in MED, Blender, and most other popular modeling programs. These will allow you to drag on the arrows and restrict movement/rotation to the selected axis.

Furthermore, I managed to dig up my copy of A6! (I had switched to A7 in that era before I had my own computer tongue ) Once I finish the features that require changes to the file format and the player I can get to work on the A6 player.

Re: Act! (In-engine cutscene player and editor) [Re: The_Clyde] #336002
08/01/10 01:27
08/01/10 01:27
Joined: Jul 2008
Posts: 223
Pittsburgh
The_Clyde Offline OP
Member
The_Clyde  Offline OP
Member

Joined: Jul 2008
Posts: 223
Pittsburgh
Download link is updated
http://ifile.it/o27z91k/Act.zip

Pretty much just where I am right now as of the last progress post.

Enjoy!

Re: Act! (In-engine cutscene player and editor) [Re: The_Clyde] #336005
08/01/10 02:07
08/01/10 02:07
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
awesome!!!! I cant wait to play with this. What a great tool!


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Page 3 of 4 1 2 3 4

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