Need Help Tool Q's
-
COOL Thank you sumanuti
i got it to acknowledge it now i just have to PLAY with it
-
[RIP]Fusion Thanks haven’t figured out the quote thing yet
so i’ll just say refering to your last post .
it’s a little deep for me to comprehend with a Quick ReadBut I WILL Defenetly Try it i’m certain to learn somthing new by doing so.
THANK YOU
-
on a little different Note
I seem to be unable to take a Sreenshot of my ship
in Ms3d any thought’s as to why -
[RIP]Fusion
you guys are my teachers i’m unfamiliar with the code thingcan you give me a breakdown of what the terms are and do so i can apply it to my need. i don’t want the answer given to me so much as a brief explanation so i can learn from it
but if the solution is easier for you ill take what i can get.
Code:
ORFTOOL -SM:BENCH.ms3d -DO:BENCH.orf
pause -
Sky-Blazer wrote:
on a little different NoteI seem to be unable to take a Sreenshot of my ship
in Ms3d any thought’s as to whyMy method: Press the printscreen button on my keyboard, then open Paint, paste. Crop as needed, then save as a .jpg.
To quote someone, hit the quote box that’s next to reply at the bottom of each post. Then edit for the part you wish to quote. Make sure you don’t delete the [/qoute] or it won’t work.
Fus
-
[RIP]Fusion wrote:
My method: Press the printscreen button on my keyboard, then open Paint, paste. Crop as needed, then save as a .jpg.
–---------------------------------end Quote
Sky-Blazer Learning curve
Cool but the paint thing didn’t work SHOOT.guess i dont Know how to write outside the box LOT’S to Learn
-
Sky-Blazer wrote:
[RIP]Fusion
you guys are my teachers i’m unfamiliar with the code thingcan you give me a breakdown of what the terms are and do so i can apply it to my need. i don’t want the answer given to me so much as a brief explanation so i can learn from it
but if the solution is easier for you ill take what i can get.
Code:
ORFTOOL -SM:BENCH.ms3d -DO:BENCH.orf
pausePlz pardon the double posting, I’m responding on my iPhone.
As I said before, the above code is what I use for file converting from one format to another. It was meant as a example of the text in one of my .bat files. But I will explain what is going on with this text.
ORFTOOL is the name of the command line program. It was designed to be operated in the DOS command prompt.
-SM tells the program the name of the source file, bench.ms3d in this case.
-DO tells the program this is the file name of the converted file, bench.orf in this case.
pause just lets keeps the window open so you can see what was done.
I have no knowledge of W-7 or if using a .bat file would work in that OS, but I find it easier to use than the Cmd prompt.Fus
-
Thank’s [RIP]Fusion
I’ll experiment with it. -
YW bud. My modding knowledge is limited in comparison to others here at TSP, but I am happy to share what I do know.
Fus