<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: RubyGFE</title>
	<atom:link href="http://fox.gentoo-clan.org/rubygfe/feed/" rel="self" type="application/rss+xml" />
	<link>http://fox.gentoo-clan.org</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 11 Oct 2008 17:10:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: grayfox</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-8</link>
		<dc:creator>grayfox</dc:creator>
		<pubDate>Thu, 14 Sep 2006 11:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-8</guid>
		<description>Ah ok I get it.

Btw I just found out that rubygfe 0.3.x _is_ installing ucl files ;).

rubyzip:
The way rubyzip was included before 0.3 might result in a license conflict but I'm not sure how well ruby's license and gpl work together. I use rubyzip-0.5.12 right now and it works fine api hasn't changed at all only bug fixes. So keeping rubyzip seperately is the way to go imo. I have to look into 0.9 and check if the api has changed and if so I need to think of something. On gentoo the new rubyzip is not stable and not even testing yet.

gems:
I think that I will just modify the bash launcher and exclude the rubygem stuff... if you install rubyzip using rubygems you just have to tell ruby to use it (RUBYOPT='rubygems' /usr/bin/rubygfe).
I already tested rubygfe on windows (http://fox.gentoo-clan.org/files/gfe/rubygfe-win2.jpg) some time ago. 0.3.2 should work the same although There already is a better GFE tool for win from Brian Hearn (http://brian.gentoo-clan.org/gfe/). Need .net though afaik.

Oh and btw rubygfe always only looks for the folders in the directory you specified in "Game Path". I suggest you set it to ~/.ut2004 that way you have a clean ut install in /home/user/ut2004 and a user specific dir with additional maps,files etc in ~/.ut2004

So thanks again (didn't even notice the rubyzip 0.9 version!)
and would be cool if you can get me some win screenshots of rubygfe 0.3.x in win :).
The rubygem stuff shouldn't be a problem since you can't use bash scripts in windows anyway you have to launch the RubyGFE.rb by double clicking it. And RubyGFE doesn't use any gem related code or library includes.

You can also email me insead if commenting here. My email is in the README (at the end).

#EDIT: I checked rubyzip 0.9 the api hasn't changed it works just fine and is a lot faster!</description>
		<content:encoded><![CDATA[<p>Ah ok I get it.</p>
<p>Btw I just found out that rubygfe 0.3.x _is_ installing ucl files ;).</p>
<p>rubyzip:<br />
The way rubyzip was included before 0.3 might result in a license conflict but I&#8217;m not sure how well ruby&#8217;s license and gpl work together. I use rubyzip-0.5.12 right now and it works fine api hasn&#8217;t changed at all only bug fixes. So keeping rubyzip seperately is the way to go imo. I have to look into 0.9 and check if the api has changed and if so I need to think of something. On gentoo the new rubyzip is not stable and not even testing yet.</p>
<p>gems:<br />
I think that I will just modify the bash launcher and exclude the rubygem stuff&#8230; if you install rubyzip using rubygems you just have to tell ruby to use it (RUBYOPT=&#8217;rubygems&#8217; /usr/bin/rubygfe).<br />
I already tested rubygfe on windows (http://fox.gentoo-clan.org/files/gfe/rubygfe-win2.jpg) some time ago. 0.3.2 should work the same although There already is a better GFE tool for win from Brian Hearn (http://brian.gentoo-clan.org/gfe/). Need .net though afaik.</p>
<p>Oh and btw rubygfe always only looks for the folders in the directory you specified in &#8220;Game Path&#8221;. I suggest you set it to ~/.ut2004 that way you have a clean ut install in /home/user/ut2004 and a user specific dir with additional maps,files etc in ~/.ut2004</p>
<p>So thanks again (didn&#8217;t even notice the rubyzip 0.9 version!)<br />
and would be cool if you can get me some win screenshots of rubygfe 0.3.x in win :).<br />
The rubygem stuff shouldn&#8217;t be a problem since you can&#8217;t use bash scripts in windows anyway you have to launch the RubyGFE.rb by double clicking it. And RubyGFE doesn&#8217;t use any gem related code or library includes.</p>
<p>You can also email me insead if commenting here. My email is in the README (at the end).</p>
<p>#EDIT: I checked rubyzip 0.9 the api hasn&#8217;t changed it works just fine and is a lot faster!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omniwolf</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-7</link>
		<dc:creator>Omniwolf</dc:creator>
		<pubDate>Thu, 14 Sep 2006 04:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-7</guid>
		<description>Your configuration for the game folder was /home/user/.ut2004
But rubygfe was looking in /home/user/ut2004?

   no but when I recorded my first demo the game put in ~/.ut2004 rubygfe looks for it in ~/ut2004 where the game didn't put it. version .2.1 didn't care about demos AFAIK and thus worked without anyworkaround.

So I guess consider this a bug for now ;) .

  I would "link" statically as in include .5.6 with your archive because that way future upgrader (right now rubyzip is in .9) won't break you prog and gems wouldn't be required.

  also I managed to run your prog on windows with rubywin for a linux challenged friend of mine, ran flawlessly, this version might not bc of the gem issue</description>
		<content:encoded><![CDATA[<p>Your configuration for the game folder was /home/user/.ut2004<br />
But rubygfe was looking in /home/user/ut2004?</p>
<p>   no but when I recorded my first demo the game put in ~/.ut2004 rubygfe looks for it in ~/ut2004 where the game didn&#8217;t put it. version .2.1 didn&#8217;t care about demos AFAIK and thus worked without anyworkaround.</p>
<p>So I guess consider this a bug for now <img src='http://fox.gentoo-clan.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>  I would &#8220;link&#8221; statically as in include .5.6 with your archive because that way future upgrader (right now rubyzip is in .9) won&#8217;t break you prog and gems wouldn&#8217;t be required.</p>
<p>  also I managed to run your prog on windows with rubywin for a linux challenged friend of mine, ran flawlessly, this version might not bc of the gem issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grayfox</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-6</link>
		<dc:creator>grayfox</dc:creator>
		<pubDate>Wed, 13 Sep 2006 20:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-6</guid>
		<description>I didn't include the .ucl files because they are cache files and ut generates them usually for me when I delete them. But good to know that some mods need them I'll include the code in the next version. I'm sure rugems is not required by rubygfe. But it is for my installation of rubyzip. That's why the installer installes the file /usr/bin/rubygfe that reads:
RUBYOPT='rubygems' /usr/bin/ruby18 -X/usr/share/RubyGFE RubyGFE.rb $*

Otherwise ruby won't see my rubyzip install for some reason... So I guess consider this a bug for now ;).

But I don't get what was wrong :p.
Your configuration for the game folder was /home/user/.ut2004
But rubygfe was looking in /home/user/ut2004?
I changed the config files names around the 2.x -&gt; 3.x step so maybe you forgot to reset all your settings?

Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t include the .ucl files because they are cache files and ut generates them usually for me when I delete them. But good to know that some mods need them I&#8217;ll include the code in the next version. I&#8217;m sure rugems is not required by rubygfe. But it is for my installation of rubyzip. That&#8217;s why the installer installes the file /usr/bin/rubygfe that reads:<br />
RUBYOPT=&#8217;rubygems&#8217; /usr/bin/ruby18 -X/usr/share/RubyGFE RubyGFE.rb $*</p>
<p>Otherwise ruby won&#8217;t see my rubyzip install for some reason&#8230; So I guess consider this a bug for now ;).</p>
<p>But I don&#8217;t get what was wrong :p.<br />
Your configuration for the game folder was /home/user/.ut2004<br />
But rubygfe was looking in /home/user/ut2004?<br />
I changed the config files names around the 2.x -> 3.x step so maybe you forgot to reset all your settings?</p>
<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omniwolf</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-5</link>
		<dc:creator>Omniwolf</dc:creator>
		<pubDate>Wed, 13 Sep 2006 17:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-5</guid>
		<description>issue fixed, in between .2.1 and .3.2 you lost the period before .ut2004 for the user config folder so the app was looking in the wrong placed for the demo folder. I did a workaround by making a symling from ~/.ut2004/demos to ~/ut2004/demos</description>
		<content:encoded><![CDATA[<p>issue fixed, in between .2.1 and .3.2 you lost the period before .ut2004 for the user config folder so the app was looking in the wrong placed for the demo folder. I did a workaround by making a symling from ~/.ut2004/demos to ~/ut2004/demos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omniwolf</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-4</link>
		<dc:creator>Omniwolf</dc:creator>
		<pubDate>Wed, 13 Sep 2006 17:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-4</guid>
		<description>well the weird thing is that the folders 

“System” are in both ~/.2004 for user config while ~/ut2004 contains game installed files and mods, while “Demos” is only in ~/.ut2004

“Animations”, “KarmaData”, “Maps”, “Music”,
“Sounds”, “StaticMeshes”,
“System”, “Textures”, are in the ~/ut2004 folder

back in version .2.1 it worked fine I just had to add the UCL extraction code after reading your comment within your code stating you didn't know where they went :) (found out from a few readme files within some mods that wouldn't work without their UCL files)

also your prog wouldn't run until after I installed ruby GEMS so you might wanna list that as a requirement as well</description>
		<content:encoded><![CDATA[<p>well the weird thing is that the folders </p>
<p>“System” are in both ~/.2004 for user config while ~/ut2004 contains game installed files and mods, while “Demos” is only in ~/.ut2004</p>
<p>“Animations”, “KarmaData”, “Maps”, “Music”,<br />
“Sounds”, “StaticMeshes”,<br />
“System”, “Textures”, are in the ~/ut2004 folder</p>
<p>back in version .2.1 it worked fine I just had to add the UCL extraction code after reading your comment within your code stating you didn&#8217;t know where they went <img src='http://fox.gentoo-clan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (found out from a few readme files within some mods that wouldn&#8217;t work without their UCL files)</p>
<p>also your prog wouldn&#8217;t run until after I installed ruby GEMS so you might wanna list that as a requirement as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omniwolf</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-3</link>
		<dc:creator>Omniwolf</dc:creator>
		<pubDate>Wed, 13 Sep 2006 16:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-3</guid>
		<description>thanks, I've been using this prog since version 0.2 I found it at the linux gamers forums after having used a umodbrowser-like prog in windows, back when I still had winblows installed on my comp in 2003 for ut2003.

BTW: *.ucl files go into the /home/user/.ut2004/system some  mods won't work unless these files are copied. I had made the addition to the ruby code but I could find the official site for this prog thus I didn't know what to do with it ;) but just use myself</description>
		<content:encoded><![CDATA[<p>thanks, I&#8217;ve been using this prog since version 0.2 I found it at the linux gamers forums after having used a umodbrowser-like prog in windows, back when I still had winblows installed on my comp in 2003 for ut2003.</p>
<p>BTW: *.ucl files go into the /home/user/.ut2004/system some  mods won&#8217;t work unless these files are copied. I had made the addition to the ruby code but I could find the official site for this prog thus I didn&#8217;t know what to do with it <img src='http://fox.gentoo-clan.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> but just use myself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grayfox</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-2</link>
		<dc:creator>grayfox</dc:creator>
		<pubDate>Wed, 13 Sep 2006 10:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-2</guid>
		<description>Yes I forgot to write that anywhere.
RubyGFE requires you to have some directories ut uses but are not created when you install ut. That's on my todo list already.
The folders in your /home/user/ut2004 or /home/user/.ut2004 that have to exist are:

"Animations", "KarmaData", "Maps", "Music", 
"Sounds", "StaticMeshes", 
"System", "Textures", "Demos"

The folders RubyGFE checks are defined in RubyGFE/ut-plugin/whitelist-ut.xml.
All path="Directory" directories have to exist.

hth and wow somebody is reading this!</description>
		<content:encoded><![CDATA[<p>Yes I forgot to write that anywhere.<br />
RubyGFE requires you to have some directories ut uses but are not created when you install ut. That&#8217;s on my todo list already.<br />
The folders in your /home/user/ut2004 or /home/user/.ut2004 that have to exist are:</p>
<p>&#8220;Animations&#8221;, &#8220;KarmaData&#8221;, &#8220;Maps&#8221;, &#8220;Music&#8221;,<br />
&#8220;Sounds&#8221;, &#8220;StaticMeshes&#8221;,<br />
&#8220;System&#8221;, &#8220;Textures&#8221;, &#8220;Demos&#8221;</p>
<p>The folders RubyGFE checks are defined in RubyGFE/ut-plugin/whitelist-ut.xml.<br />
All path=&#8221;Directory&#8221; directories have to exist.</p>
<p>hth and wow somebody is reading this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omniwolf</title>
		<link>http://fox.gentoo-clan.org/rubygfe/#comment-1</link>
		<dc:creator>Omniwolf</dc:creator>
		<pubDate>Tue, 12 Sep 2006 16:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://fox.gentoo-clan.org/?page_id=3#comment-1</guid>
		<description>no matter what I do after install rubyGFE always says my install folder is invalid whether it's /home/user/ut2004 or /home/user/.ut2004</description>
		<content:encoded><![CDATA[<p>no matter what I do after install rubyGFE always says my install folder is invalid whether it&#8217;s /home/user/ut2004 or /home/user/.ut2004</p>
]]></content:encoded>
	</item>
</channel>
</rss>
