Author Topic: MacRadiant help  (Read 3586 times)

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
MacRadiant help
« on: June 02, 2007, 08:31:06 pm »
ok, i downloaded X11 and Macradiant 1.4, i have teh x11 support files, and X11 runs smoothely. then, when I open macradiant, nothing comes up except a file menu at the top. that's fine, i say, so i open x11, and type in
Code: [Select]
open -a MacRadiant(note, i reanamed macradiant 1.4 Macradiant for easy looking, will rename back when i use it) then, the fullscreen x11 closes and i'm looking at exactly the same thing when i double click it
Quote from: "console"
XFree86 Version 4.4.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
[DRI] screen 0 installation complete
Screen 0 added: 1680x1050 @ (0,0)
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
/Users/graham/Desktop/MacRadiant.app/Contents/Resources/script: line 18: open-x11: command not found

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
MacRadiant help
« Reply #1 on: June 02, 2007, 09:56:56 pm »
i've edited it around a little, here's more info
SCRIPT:
Code: [Select]
#!/bin/sh

CWD="`dirname \"$0\"`"


#export PATH=./sw/bin:$PATH
#export LANG=fr
#export LC_ALL=fr_FR
export PATH=/usr/bin:/bin/:/usr/sbin:/sbin:/usr/X11R6/bin

ulimit -n 512

### Work around open-X11's problem with whitespace
display="/tmp/$USER-X11-display"
getter="/tmp/$USER-X11-getdisplay"
rm -f "$display"
cp "$CWD/sw/bin/getdisplay.sh" "$getter"
open -a X11 "$getter"
deadline=$((`date +%s` + 60))
until [ -f "$display" -a -r "$display" ]; do
if [ `date +%s` -ge "$deadline" ]; then
echo "Could not get display!"
exit 1
fi
sleep 1
done
export DISPLAY=`cat "$display"`

exec "$CWD/sw/radiant14/radiant"

APPLESETTINGS.PLIST
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Creator</key>
<string>Platypus-3.2</string>
<key>EncryptAndChecksum</key>
<false/>
<key>IsDroppable</key>
<false/>
<key>OutputType</key>
<string>None</string>
<key>RemainRunningAfterCompletion</key>
<false/>
<key>RequiresAdminPrivileges</key>
<false/>
<key>ScriptInterpreter</key>
<string>/bin/sh</string>
</dict>
</plist>

TREM.GAME
Code: [Select]
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<game
name="Tremulous"
enginepath="/Users/graham/Desktop/games/Tremulous"
gametools="/Applications/MacRadiant /MacRadiant.app/Contents/Resources/sw/radiant14/trem"
basegame="base"
engine="tremulous.app"
gamename="Tremulous"
shaderpath="scripts/"
/>

CONSOLE SAYS
Code: [Select]
XFree86 Version 4.4.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
[DRI] screen 0 installation complete
Screen 0 added: 1680x1050 @ (0,0)
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
/Applications/MacRadiant.app/Contents/Resources/sw/radiant14/games/trem.game:1: parser error : Start tag expected, '<' not found
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
^
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"

Quitting XDarwin...

hope this helps

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
MacRadiant help
« Reply #2 on: June 03, 2007, 01:38:16 am »
I GOT IT
THANK YOU DAENYTH,LAVA,SYRSQ!

ShadowNinjaDudeMan

  • Posts: 1385
  • Turrets: +86/-58
    • Tremopolis
MacRadiant help
« Reply #3 on: July 14, 2007, 10:35:10 am »
WTF, srry for the blatnt necro, but Ive got exactly the same problem.

WTF is the answer!
Its like reading a thrilling book, then finding the last page where the greatest secret is revealed, and finding a note saying that the author had died before finishing the page.

Answer?
My favorite player is Jesus, because everything is forgiven when he respawns.

NOM!NOM!NOM!

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
MacRadiant help
« Reply #4 on: July 14, 2007, 07:21:29 pm »
the problem is that we didn't change the default encoding methood of .rtf to a .txt. it should be in one of the toolbars at the top. just change all the added files to a .txt