Marble Blast Forums
« Mac Programmers BE FREE »

Welcome Guest. Please Login or Register.
May 19, 2013, 5:13pm


Marble Blast Forums


Marble Blast Forums :: Marble Blast Modifications Zone :: Marble Blast Development Kit :: Mac Programmers BE FREE
   [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Mac Programmers BE FREE (Read 1,023 times)
Hi Guy‮
Expert Marbler
****
TorqueScript Hacking Maniac[ss:Blue Groove (MF)]
member is offline

[avatar]

If you can see my avatar, then my server is still functioning.



Joined: Mar 2008
Gender: Male
Posts: 609
Location: Both nowhere and everywhere...
 Mac Programmers BE FREE
« Thread Started on May 7, 2011, 10:55am »

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 :P

HiGuy
« Last Edit: May 7, 2011, 10:56am by Hi Guy‮ »Link to Post - Back to Top  IP: Logged

Definitely On-Topic MBP Coding
[image]
Perishingflames
Global Moderator
********
[ss:Watercolour]
member is offline

[avatar]

[msn]
[homepage]

Joined: Oct 2006
Gender: Male
Posts: 5,086
Location: Atlanta, USA
 Re: Mac Programmers BE FREE
« Reply #1 on May 8, 2011, 1:26pm »

The only problem is when amateur mods include uncompiled cs/gui files.
Link to Post - Back to Top  IP: Logged
horus
Guest
 Re: Mac Programmers BE FREE
« Reply #2 on May 12, 2011, 5:08pm »

Didn't do much to my computer. Only froze it.
Link to Post - Back to Top  IP: Logged
nobody
Respected Marbler
*****
nobody in particular[ss:Blue Groove]
member is offline





Joined: Sept 2009
Gender: Male
Posts: 1,142
 Re: Mac Programmers BE FREE
« Reply #3 on May 12, 2011, 10:08pm »


May 12, 2011, 5:08pm, horus wrote:
Didn't do much to my computer. Only froze it.


I thought you didn't use Mac...
Link to Post - Back to Top  IP: Logged

[image]
horus
Guest
 Re: Mac Programmers BE FREE
« Reply #4 on May 13, 2011, 2:12am »

@Nobody

Same here...
Link to Post - Back to Top  IP: Logged
Don.Gato
Expert Marbler
****
[ss:Prolassic]
member is offline

[avatar]

"You've gone quite mangy Cat, but your grin's a comfort."



Joined: Feb 2008
Gender: Male
Posts: 699
Location: Guatemala
 Re: Mac Programmers BE FREE
« Reply #5 on May 13, 2011, 3:05am »

Then why are you trying to use this...
Link to Post - Back to Top  IP: Logged

[image]
IsraeliRD
Administrator
**********
Dragon Power Supreme[ss:Default Skin]
member is offline

[avatar]

Controlling Marble Blast with my mind



Joined: Oct 2006
Gender: Male
Posts: 12,663
Location: Lung Fung Tower, Chang Yang
 Re: Mac Programmers BE FREE
« Reply #6 on May 13, 2011, 8:40am »

I consider giving him a warning for that >_>
Link to Post - Back to Top  IP: Logged


Dec 1, 2011, 11:19am, Perishingflames wrote:
Marblefire's post was dripping with so much sarcasm that it was almost offensive :P

[image]
marblefire
Guest
 Re: Mac Programmers BE FREE
« Reply #7 on May 13, 2011, 8:45am »


May 13, 2011, 2:12am, horus wrote:
@Nobody

Same here...


What? This makes no sense whatsoever.
Link to Post - Back to Top  IP: Logged
amunra
Guest
 Re: Mac Programmers BE FREE
« Reply #8 on Jun 27, 2011, 8:41am »

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?
Link to Post - Back to Top  IP: Logged
   [Search This Thread] [Share Topic] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile