This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Convenience mod for single level speedrunners. | |
Set the weapon you want and the subitem before launching or set the variables in game via the "terminal". | |
Changelog: | |
0.2: | |
Allow mod to set game.canres (doll) | |
0.1: | |
Initial version | |
*/ | |
print("Preparing setpow...") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Basic script to convert a Firefox logins.csv into something kwallet can understand. | |
Still results in some unusable entries so make sure to manually erase certain entries. | |
""" | |
copy = """ <entry> | |
<server>NET</server> | |
<username>NAME</username> | |
<password>PASS</password> | |
<data></data> |