2012-03-23 20:30:31 +00:00
< html >
< head >
< title > TAS Editor< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2016-07-02 17:02:24 +00:00
< meta name = "generator" content = "HelpNDoc Personal Edition 3.8.0.560" >
2012-03-23 20:30:31 +00:00
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/reset.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/base.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/hnd.css" / >
<!-- [if lte IE 8]>
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/ielte8.css" / >
<![endif]-->
2012-07-01 14:11:24 +00:00
< style type = "text/css" >
#topic_header
{
background-color: #EFEFEF;
}
< / style >
2012-03-23 20:30:31 +00:00
< script type = "text/javascript" src = "js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js/hnd.js" > < / script >
2012-08-08 15:00:14 +00:00
< script type = "text/javascript" >
2012-11-27 17:03:56 +00:00
$(document).ready(function()
2012-07-01 14:11:24 +00:00
{
2012-11-27 17:03:56 +00:00
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
else if (top & & top.FrameTOC & & top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("TASEditor");
}
});
2012-03-23 20:30:31 +00:00
< / script >
< / head >
< body >
< div id = "topic_header" >
< div id = "topic_header_content" >
< h1 > TAS Editor< / h1 >
< div id = "topic_breadcrumb" >
< a href = "Tools2.html" > Tools< / a > › › < / div >
< / div >
< div id = "topic_header_nav" >
< a href = "Tools2.html" > < img src = "img/arrow_up.png" alt = "Parent" / > < / a >
< a href = "MemoryWatch.html" > < img src = "img/arrow_left.png" alt = "Previous" / > < / a >
< a href = "Covertfcm.html" > < img src = "img/arrow_right.png" alt = "Next" / > < / a >
< / div >
< div class = "clear" > < / div >
< / div >
< div id = "topic_content" >
2012-11-27 17:03:56 +00:00
< p > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts17" > TAS Editor< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-11-27 17:03:56 +00:00
< p > TAS Editor is an overhaul in the logic of creating TAS movies (see < a class = "rvts18" href = "ToolAssistedSpeedruns.html" > Tool Assisted Speedruns< / a > ). It is a powerful new design that takes movie making from a "recording" concept to a "creating an input file" way of thinking.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-11-27 17:03:56 +00:00
< p > In the 2.2.0 release the TAS Editor was completely redesigned and rewritten, incorporating new experimental ideas.< / p >
2013-03-01 12:49:18 +00:00
< p > Now it also has its own Manual, see < span class = "rvts32" > taseditor.chm< / span > or < a class = "rvts18" href = "http://www.fceux.com/web/help/taseditor/" target = "_blank" > fceux.com/web/help/taseditor/< / a > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-07-01 14:11:24 +00:00
< p > The tool is only available in Windows version of FCEUX.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
< p > < br / > < / p >
2012-11-27 17:03:56 +00:00
< p > < / p >
2012-08-08 15:00:14 +00:00
< p class = "rvps2" > < span class = "rvts13" > Created with the Personal Edition of HelpNDoc: < / span > < a class = "rvts14" href = "http://www.helpndoc.com/feature-tour/create-ebooks-for-amazon-kindle" > Write eBooks for the Kindle< / a > < / p >
2012-03-23 20:30:31 +00:00
< / div >
< div id = "topic_footer" >
< div id = "topic_footer_content" >
2016-07-03 12:01:17 +00:00
2016< / div >
2012-03-23 20:30:31 +00:00
< / div >
< / body >
< / html >