create video of your game (no hardware required)
Moderators: Shine, Insert_witty_name
create video of your game (no hardware required)
hello
as i guess some of you may show the progress of your code, but do not want to publish betas (or just not cleaned up code)
here is a nice way to show animated stuff
note: i tried commercial software (trials) to capture onscreen, such as camtasia studio, but my PC seems too slow (as i only own a 2,8gHz AMD with 1GB of ram) to process a video and play back the game with luaplayer4windows
check the Guide to capture a video from your LUA-Game on my webpage
greets
Lumo
PS: please post your reviews/comments/problems/critics here
PPS: close this thread if you think its too off-topic
as i guess some of you may show the progress of your code, but do not want to publish betas (or just not cleaned up code)
here is a nice way to show animated stuff
note: i tried commercial software (trials) to capture onscreen, such as camtasia studio, but my PC seems too slow (as i only own a 2,8gHz AMD with 1GB of ram) to process a video and play back the game with luaplayer4windows
check the Guide to capture a video from your LUA-Game on my webpage
greets
Lumo
PS: please post your reviews/comments/problems/critics here
PPS: close this thread if you think its too off-topic
i think there's supposed to be a link somewhere in this thread.
Chaosmachine Studios: High Quality Homebrew.
-
- Posts: 116
- Joined: Mon Jul 18, 2005 2:20 am
You mean like the little house with WWW next to it under what LuMo wrote?
Warning: main(./module/style/style.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
Fatal error: main(): Failed opening required './module/style/style.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
Warning: main(./module/style/style.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
Fatal error: main(): Failed opening required './module/style/style.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
that was the first thing i tried, but as you can see, it doesn't work.MikeHaggar wrote:You mean like the little house with WWW next to it under what LuMo wrote?
Warning: main(./module/style/style.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
Fatal error: main(): Failed opening required './module/style/style.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
Chaosmachine Studios: High Quality Homebrew.
click here or use the www button below ;)
-
- Posts: 53
- Joined: Wed Aug 31, 2005 1:43 am
do not know whats going wrong...
works fine for me
http://lumo.at.tt/?action=xvid
http://lumo.at.tt/xvid.php
direct links to my webspace would be
http://lumo2000.lu.funpic.de/xvid.php
http://lumo2000.lu.funpic.de/?action=xvid
those links should work both (same as the link on the page...)
works fine for me
http://lumo.at.tt/?action=xvid
http://lumo.at.tt/xvid.php
direct links to my webspace would be
http://lumo2000.lu.funpic.de/xvid.php
http://lumo2000.lu.funpic.de/?action=xvid
those links should work both (same as the link on the page...)
-
- Posts: 53
- Joined: Wed Aug 31, 2005 1:43 am
The link to the page http://lumo.at.tt/?action=xvid works fine. Sorry for not being very clear. It's the links on the page that are not working for me. Such as the link that says: download the code in as batch file for windows.
I want my money back!?
-
- Posts: 53
- Joined: Wed Aug 31, 2005 1:43 am
-
- Posts: 53
- Joined: Wed Aug 31, 2005 1:43 am
What does this mean:
Example pls, of what I am suppose to do here. Thx
Code: Select all
--DECLARE SUB.png--DECLARE SUB)
I want my money back!?
-
- Posts: 22
- Joined: Mon Aug 22, 2005 4:06 am
?? sub? thats basic, i did not post basic code anywhere...2Xtremes2004 wrote:What does this mean:Example pls, of what I am suppose to do here. ThxCode: Select all
--DECLARE SUB.png--DECLARE SUB)
greets
-
- Posts: 53
- Joined: Wed Aug 31, 2005 1:43 am
bugga...
that should be in the file... will update it
no idea how that trash came in there...
Code: Select all
time=0
while not Controls.read():start() do
--manipulate the screen here
--save the images out
if time<10 then
screen:save('./vid/vid_00'..time..'.png')
elseif time<100 then
screen:save('./vid/vid_0'..time..'.png')
else
screen:save('./vid/vid_'..time..'.png')
end
time=time+1
end
no idea how that trash came in there...
-
- Posts: 53
- Joined: Wed Aug 31, 2005 1:43 am