Posts by Dave M
- 07.03.2011, 04:18
- Forum: Scripting
- Topic: Automatic celx scripts generator
- Replies: 31
- Views: 53468
Re: Automatic celx scripts generator
I'm not sure if that's the problem though....because I was using Notepad and not Microsoft Word or something like that
- 05.03.2011, 04:08
- Forum: Scripting
- Topic: Automatic celx scripts generator
- Replies: 31
- Views: 53468
Re: Automatic celx scripts generator
Nevermind, I got it to work! I'm not exactly sure what it was, but instead of just editing the "script.celx" and re-running it in Celestia, I copied and pasted the script into a new txt file, renamed it and put celx as the extension, then opened it up in Celestia and it ran perfectly! Kind...
- 05.03.2011, 03:59
- Forum: Scripting
- Topic: Automatic celx scripts generator
- Replies: 31
- Views: 53468
Re: Automatic celx scripts generator
Wow, what could be wrong for me? Could it be my Windows version?
I have Celestia installed in C:\Celestia, But I might still have an old version of celestia installed in C:\Program Files\Celestia. I wonder if that could cause any problems.
I have Celestia installed in C:\Celestia, But I might still have an old version of celestia installed in C:\Program Files\Celestia. I wonder if that could cause any problems.
- 05.03.2011, 02:08
- Forum: Scripting
- Topic: Automatic celx scripts generator
- Replies: 31
- Views: 53468
Re: Automatic celx scripts generator
Thanks for responding. Here is the script I made with the generator, and the script with my speed changes. It wouldn't allow me to attach txt or celx files so I have to just copy it here: require "scripts/autocelxfunctions" -- ? UTF-8 celestia:print(" ") wait(0.1) ---------------...
- 03.03.2011, 22:00
- Forum: Scripting
- Topic: Automatic celx scripts generator
- Replies: 31
- Views: 53468
Re: Automatic recording of celx scripts
I've downloaded this script generator and it works perfectly except for it crashes Celestia any time I try to modify the script file. I've been able to create a perfectly smooth path the way I want it, the only problem is the movement is much faster than I want it. The readme says to put speed = X b...
- 01.03.2011, 05:13
- Forum: Scripting
- Topic: Need Help with a Basic Camera Move
- Replies: 7
- Views: 7123
Re: Need Help with a Basic Camera Move
No that's not the problem. I did download the 1.6.1 version....it's still pretty glitchy and if I try to edit the script or change the name of the file or do anything to it the script crashes the program.
- 26.02.2011, 04:29
- Forum: Scripting
- Topic: Need Help with a Basic Camera Move
- Replies: 7
- Views: 7123
Re: Need Help with a Basic Camera Move
^ thank you. That scripting program has helped a lot. I've been able to create the smooth movement I want...the only problem is that program is very glitchy and it often crashes Celestia when I try to run the script that I made multiple times....and if I try to modify the 'recorded' script, it crash...
- 25.02.2011, 23:25
- Forum: Scripting
- Topic: Need Help with a Basic Camera Move
- Replies: 7
- Views: 7123
Re: Need Help with a Basic Camera Move
The water currents will be added into the shot later in an effects program....All I'm trying to do in Celestia is create a script that follows that general path without stopping. And right now all I know how to do is make it move to each of those points of longitude and latitude but it stops at each...
- 24.02.2011, 20:22
- Forum: Scripting
- Topic: Need Help with a Basic Camera Move
- Replies: 7
- Views: 7123
Need Help with a Basic Camera Move
I'm trying to make a shot for a documentary film that shows the way the water currents move in Hudson's Bay, all the way through to the Atlantic Ocean.....and I've been able to make a script that moves to the points (latitude/longitude) but I don't know how to make it move smoothly without stopping....