file Mac Programmers BE FREE

  • HiGuy
  • HiGuy's Avatar Topic Author
  • Offline
  • Lead Developer
  • Lead Developer
  • PQ Developer Emeritus
  • Posts: 1333
  • Thank you received: 604
07 May 2011 02:55 #1
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
  • Posts: 882
  • Thank you received: 21
08 May 2011 05:26 #2
The only problem is when amateur mods include uncompiled cs/gui files.

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

  • Posts: 251
  • Thank you received: 91
12 May 2011 09:08 #3
Didn't do much to my computer. Only froze it.

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

  • Posts: 251
  • Thank you received: 91
12 May 2011 14:08 #4
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
  • Posts: 3502
  • Thank you received: 912
12 May 2011 18:12 #5
@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.

  • Posts: 321
  • Thank you received: 10
12 May 2011 19:05 #6
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
  • Posts: 3502
  • Thank you received: 912
13 May 2011 00:40 #7
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
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
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.781 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.