Foldit Wiki
No edit summary
(links)
Line 21: Line 21:
 
'''Download''' and '''Install''' NOTEPAD++
 
'''Download''' and '''Install''' NOTEPAD++
   
'''Search''' for the all.macro-file as described at 3 in the [[Lua Export and Import of Scripts|other article]].
 
   
  +
'''Copy''' all.macro into an own folder
 
  +
Do the same steps as described at 3. to (inclusively) <u>Removing the Garbage</u>.
  +
  +
   
 
'''Start''' NOTEPAD++
 
'''Start''' NOTEPAD++

Revision as of 11:01, 4 November 2009

At the moment, unfortunately Foldit doesn't offer any possibility to export you scripts, so we have to improvise.
The following text is for ex- and importing Lua scripts with NOTEPAD++

NOTEPAD++ is an open-source and very comfortable Text-Editor with many functions, provided by SourceForge.


You can download it here:

http://sourceforge.net/projects/notepad-plus/files/


Before you start, I recommend you to have a look at Lua Export and Import of Scripts using Text and HEX editor before.


How to do it:


Download and Install NOTEPAD++


Do the same steps as described at 3. to (inclusively) Removing the Garbage.


Start NOTEPAD++

Open all.marco with the File tab (Ctrl-o)


Click replace in the Search tab (Ctrl-h)

uncheck "in selection"


uncheck "match whole word only"

uncheck "match case" (if checked)


Click search mode: extended
and replace \\n by \n

Click Replace all


Click search mode: normal
replace \ by nothing

Click Replace all


Your script is now ready to be edited, and inserted into FoldIt again