Tomatko [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=16576 PICO-8 and DROPBOX <p>Hello there.<br /> This is my first post. I will try to write about PICO-8 from a view of amateur who try to solve problems and write about them. Write about his first steps in programming, music creating etc.</p> <p>CHAPTER ONE: PICO-8 and DROPBOX</p> <p>It was not so hard to see, where to start. <strong>PICO-ZINE</strong> makes great introduction especially with the SQUASHY game. But lets start with something other.</p> <p>How to start pico in another directory:<br /> If you got Dropbox and you are using PICO-8 on more than one computer, than is a really good way to store your project on Dropbox. I`ve got really trouble to change the config where the directories are for PICO. So lets see how to do it:</p> <p>This steps will be for those, who are running PICO-8 for the first time.<br /> If you got config.txt, just skip to step 6.</p> <p><table style="width:640px" cellspacing=0 cellpadding=10><tr><td bgcolor=#ffeedd><span style="color: #101010;"></p> <ol> <li>Run PICO-8 </li> <li>Type <strong>FOLDER</strong> and press ENTER</li> <li>You will see, where the main directory of PICO8 is.<br /> Don't be fooled, if you don't see any config.txt</li> <li>Exit PICO-8 (now PICO-8 writes a config.txt)</li> <li>If you haven't see config.txt, now you should see it.</li> <li>Just edit it and change the thing you would like (paths...)</li> <li>RUN PICO-8 and see if something changes.<br /> <br></span></td></tr></table><br /> Does it works for you ? </li> </ol> <p>For me not. It always point to the USERS directory.<br /> So i find a neat SOLUTION:<br /> <table style="width:640px" cellspacing=0 cellpadding=10><tr><td bgcolor=#ffeedd><span style="color: #101010;"><br /> pico8.exe -home c:\work\dropbox\programming\pico-8<br /> <br></span></td></tr></table><br /> and woala - this works like a magic. So if you create a BAT file with that command line inside, it will work without any problems :)</p> <p>UPDATE:<br /> thanx to deKay i try it once again. And you know what ? This time it was working. The problem seems to be (on my computer) with slashes :) when i put \ it doesn't work. If i put / it works without any problem. </p> https://www.lexaloffle.com/bbs/?tid=28041 https://www.lexaloffle.com/bbs/?tid=28041 Wed, 09 Nov 2016 06:08:45 UTC