Toribash
I found all my stuff finally. Moved my ps save script over, installed standalone toribash because apparently I can't save into c/ with ps. Then everything all figured out and my tablet won't do pressure. I'll attempt again later...
damn i hope you can get your stuff working so we can get a good pass it along
I still take texture requests for usd
"oh! a small problem, easy to solve, and takes me 10 min,
I will try later, maybe next weekend."
(chillz, 13; 2018 )
-----
"oh! a small lack of time, cant do 10 min,
I will try later, maybe next decade."
(Group, Gata; 2015 )
Last edited by dengue; Apr 14, 2018 at 03:53 AM. Reason: <24 hour edit/bump
but do you actually know how cool this is? its basically like an auto in game previewer. Don't judge the code, its spaghetti and it works is all i know...

a code:
//Check if a document is open 
if ( documents.length > 0 )
{

var docRef = app.activeDocument;
var custompath = "/Games/Toribash-5.2/custom/#/"; //save path
var savepath;

var tgaSaveOptions = new TargaSaveOptions();
tgaSaveOptions.alphaChannels = true;
tgaSaveOptions.rleCompression = false;
var width = docRef.width.as("px")
var height = docRef.height.as("px")

var tbTexture = docRef.name.substring(0, docRef.name.indexOf('.'));


savepath = custompath + tbTexture + ".tga";
displayDialogs = DialogModes.NO;

docRef.saveAs(new File(savepath), tgaSaveOptions, false, Extension.NONE);

file = null;
tgaOptions = null;

}
else
{
alert( "You must have a document open to save!" );
}

-----
lets keep it scrappy until a good idea is on the table so we dont waste time

Last edited by 13chillz; Apr 14, 2018 at 08:06 AM. Reason: <24 hour edit/bump
oooo i wanna grab this dengue are you making edits if not i want a crack at it
I still take texture requests for usd
this is supposed to be fast paced. you just grab it and go. don't worry about stepping on other's toes, and if your wip is better and comes up first good for you..