file Mac Programmers BE FREE

  • HiGuy
  • HiGuy's Avatar Topic Author
  • Offline
  • Lead Developer
  • Lead Developer
  • PQ Developer Emeritus
More
07 May 2011 02:55 #1 by HiGuy
Mac Programmers BE FREE was created by HiGuy
Hey all you Mac-Happy people! Do you know about the problem with compiled guis and how they mess up your MB? Well I found the solution, originated in TGE, but I modded the file a little to work well. This program will delete all .dso files from your MarbleBlast directory. Only run if you want to, I assume no liability blah blah blah... Just don't run this in your copy of MBP. It'll disappear...

How to install:
1. Go to TextEdit
2. Press Shift+Command (Apple)+T
3. Paste this code:
Code:
#!/bin/sh

cd ~/Library/MarbleBlast/

for i in $(find . -type f \( -iname *.cs.dso \))
do
file=${i}
if [ -e $file ]
then
    echo Trashing ${file}
rm $file
fi
done
for i in $(find . -type f \( -iname *.gui.dso \))
do
file=${i}
if [ -e $file ]
then
    echo Trashing ${file}
    rm $file
fi
done

Save as DeleteDSOs.command, in the <username>/Library/MarbleBlast directory. Open whenever you want to delete all the DSO files from your MB folder in your Library folder.

If this eats your computer, get on your friend's computer and tell me

HiGuy

This signature is real code
Code:
function clientcmd12dothepq() { commandToClient(LocalClientConnection, '34onthedancefloor'); }

Please Log in or Create an account to join the conversation.

  • Perishingflames
  • Perishingflames's Avatar
  • Offline
  • Senior Marbler
  • Senior Marbler
More
08 May 2011 05:26 #2 by Perishingflames
Replied by Perishingflames on topic Mac Programmers BE FREE
The only problem is when amateur mods include uncompiled cs/gui files.

Please Log in or Create an account to join the conversation.

More
12 May 2011 09:08 #3 by snowbody
Replied by snowbody on topic Mac Programmers BE FREE
Didn't do much to my computer. Only froze it.

Please Log in or Create an account to join the conversation.

More
12 May 2011 14:08 #4 by snowbody
Replied by snowbody on topic Mac Programmers BE FREE
May 12, 2011, 2:08am, horus wrote:Didn't do much to my computer. Only froze it.

I thought you didn't use Mac...

Please Log in or Create an account to join the conversation.

  • IsraeliRD
  • IsraeliRD's Avatar
  • Offline
  • Project Manager
  • Project Manager
  • Dragon Power Supreme
More
12 May 2011 18:12 #5 by IsraeliRD
Replied by IsraeliRD on topic Mac Programmers BE FREE
@Nobody

Same here...

"matan, now i get what you meant a few years back when you said that "the level in mbg is beyond me" after the last rampage i noticed things were insane, and now i truly feel that too" - Dushine, 2015.

Please Log in or Create an account to join the conversation.

More
12 May 2011 19:05 #6 by Don.Gato
Replied by Don.Gato on topic Mac Programmers BE FREE
Then why are you trying to use this...

Please Log in or Create an account to join the conversation.

  • IsraeliRD
  • IsraeliRD's Avatar
  • Offline
  • Project Manager
  • Project Manager
  • Dragon Power Supreme
More
13 May 2011 00:40 #7 by IsraeliRD
Replied by IsraeliRD on topic Mac Programmers BE FREE
I consider giving him a warning for that >_>

"matan, now i get what you meant a few years back when you said that "the level in mbg is beyond me" after the last rampage i noticed things were insane, and now i truly feel that too" - Dushine, 2015.

Please Log in or Create an account to join the conversation.

  • marblefire
  • marblefire's Avatar
  • Visitor
  • Visitor
13 May 2011 00:45 #8 by marblefire
Replied by marblefire on topic Mac Programmers BE FREE
May 12, 2011, 11:12am, horus wrote:@Nobody

Same here...

What? This makes no sense whatsoever.

Please Log in or Create an account to join the conversation.

  • amunra
  • amunra's Avatar
  • Visitor
  • Visitor
27 Jun 2011 00:41 #9 by amunra
Replied by amunra on topic Mac Programmers BE FREE
Let's get back on topic. Don't you think that only a beginner at this stuff would even try entering that code and lose their other files?

Please Log in or Create an account to join the conversation.

Moderators: Doomblah
Time to create page: 0.847 seconds
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.