Author Topic: I'm having trouble with GTKRadiant 1.4  (Read 2234 times)

elorm93

  • Posts: 7
  • Turrets: +0/-0
I'm having trouble with GTKRadiant 1.4
« on: January 30, 2008, 10:18:37 pm »
I read the guide from that wiki page about how to install it. Thing is that when it says I should make a .game file for tremulous I do that. Then I edited the folder options in Windows and I checked the file I made. It was then changed from using a .game extension to a .game.txt extension. I then try to run the program and select tremulous but it does not show up in the games list. I even checked the .game file I made and everything is put in. I even copied the location of my tremulous folder and pasted it in sections where it said "location to tremulous". What am I doing wrong? For reference here's what I wrote in the .game file


<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<game
name="Tremulous"
enginepath="<c:/Program Files/Tremulous/>/"
gametools="<c:/Program Files/Tremulous/>/radiant-1.4/"
basegame="base"
engine="tremulous.exe"
gamename="tremulous"
shaderpath="scripts/"
/>

TRaK

  • Posts: 442
  • Turrets: +94/-21
    • TRaK@MG
Re: I'm having trouble with GTKRadiant 1.4
« Reply #1 on: January 30, 2008, 10:38:17 pm »
You need to get rid of the < > 's in your pathnames.

To get it to not add .txt to the end, make sure you tell notepad (or whatever you're using) to save it as 'all files', and not as .txt . If your file is a .txt, it will not work. (or just rename it and cut out the extension)
« Last Edit: January 30, 2008, 10:40:26 pm by TRaK »