Pages: [1]
  Print  
Author Topic: Open Arena 0.8, and GTKRadient  (Read 18504 times)
Pyrarrows
Nub


Cakes 0
Posts: 40



WWW
« on: August 09, 2008, 02:16:14 AM »

I just downloaded openarena 0.alien and I'd like to make the new guns available in my map, I don't know how to set up GTKRadient to make that work though

Can anyone tell me how to set this up?

Also, what's with the white flag in the middle of oa_bases7?
Logged
cosmo
Member


Cakes 18
Posts: 372


on a dead horse


WWW
« Reply #1 on: August 09, 2008, 01:44:27 PM »

Two way to accomplish this:

Check for a oa.game folder in your radiant directory. Inside you should find baseoa and missionpack folders. There should be entities.def in baseoa and entities-ta.def in missionpack. It looks like this:
radiant/oa.game/baseoa/entities.def
radiant/oa.game/missionpack/entities-ta.def
(at least on osx it works like this)

Way 1:
Use this if you regard the missionpack as an mod (which it is).
In radiant you can chose File -> Project settings -> Select mod -> OpenArena modification
Enter 'missionpack' in fs_game. (without '')


Way 2:
Do a backup of your entities.def (entities.bak).
Open entities.def and entities-ta.def in your favourite texteditor (beware of notepad).
Copy everything from entities-ta.def and paste it at the end of entities.def

Save and restart radiant. Check if new entities are available.
At least both ways did it for me.

Two more things you should know:
There are two entity keys that are very useful:
notta (0/1) - If '1' the entity will be used in missionpack. If '0' it won't be used.
notq3a (0/1) - If '1' the entity will be used in baseoa game. If '0' it won't be used.

There are other gametype specific keys which sago mentioned here in forums. Somebody should add this to the wiki.

I hope this helps. We shou
Logged

- HUNT HIGHSCORES - mapping - xmpp://cosmo@spaceboyz.net
sago007
Posts a lot
*

Cakes 62
Posts: 1664


Open Arena Developer


WWW
« Reply #2 on: August 10, 2008, 10:40:37 AM »

Two more things you should know:
There are two entity keys that are very useful:
notta (0/1) - If '1' the entity will be used in missionpack. If '0' it won't be used.
notq3a (0/1) - If '1' the entity will be used in baseoa game. If '0' it won't be used.

There are other gametype specific keys which sago mentioned here in forums. Somebody should add this to the wiki.

I believe it is the other way around with notta and notq3a. If notta is 1 the item will not appear in missionpack but only in baseoa. If it is 0 the item will appear both places.

Persistent powerups will never appear in baseoa.

And now a Mapping article suddenly appeared on the Wiki.
Logged

There are nothing offending in my posts.
cosmo
Member


Cakes 18
Posts: 372


on a dead horse


WWW
« Reply #3 on: August 10, 2008, 11:43:13 AM »

You're right sago. Thanks for correcting this. I was in a hurry. Wink
And thanks alot for the added wiki entry.
Logged

- HUNT HIGHSCORES - mapping - xmpp://cosmo@spaceboyz.net
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #4 on: October 02, 2008, 07:55:00 AM »

for me gtkradient just brings 2 errors then crashes.  lol.  it does the same with quake 3 and warsow too.
« Last Edit: October 02, 2008, 08:03:51 AM by jessicaRA » Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #5 on: October 03, 2008, 04:28:56 PM »

Re-install doesn't work at all?
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #6 on: October 04, 2008, 12:39:08 AM »

Re-install doesn't work at all?

nope, and neither does several versions of 1.5.0.  it worked once before so maybe its related to windows xp service pack 3?  i am just guessing with that..
Logged
pulchr
Member


Cakes 34
Posts: 625



WWW
« Reply #7 on: October 04, 2008, 02:04:59 AM »

it would help if you could tell us what those errors are?

just an idea...?

i had errors which originated from my two monitor setup. i had to change some things or gtkradiant would crash upon start. i had two errors. imagine that Smiley
« Last Edit: October 04, 2008, 07:38:27 AM by pulchr » Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #8 on: October 04, 2008, 05:08:35 AM »

Re-install doesn't work at all?

nope, and neither does several versions of 1.5.0.  it worked once before so maybe its related to windows xp service pack 3?  i am just guessing with that..
I have XPSP3 and have no problems. Like pulchr said, post the error message here, so we can help you.
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #9 on: October 04, 2008, 11:34:09 AM »

module system failed to initalise and couldnt look up a command.

Code:
Started logging to C:/Documents and Settings/jessica/Application Data/RadiantSettings/1.5.0/radiant.log
Today is: Fri Oct 03 02:27:11 2008
This is GtkRadiant '1.5.0' compiled Mar  4 2007
Official qeradiant.com build by namespace
SingletonModuleRef::initialise: type="VFS" version="1" name="*" - not found
.\mainframe.cpp:610
assertion failure: module system failed to initialise - see radiant.log for error messages
----------------

Stacktrace is disabled in release-builds
----------------
loading custom shortcuts list from "C:/Documents and Settings/jessica/Application Data/RadiantSettings/1.5.0/q3.game/shortcuts.ini"
commands import: data version 1.0 is compatible with code version 1.0
parsed 0 custom shortcuts
.\commands.cpp:88
assertion failure: failed to lookup command "PatchInspector"
----------------

Stacktrace is disabled in release-builds
----------------
Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #10 on: October 04, 2008, 01:35:55 PM »

Maybe we need the radiant.log content. (See first line)
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #11 on: October 04, 2008, 07:40:21 PM »

Maybe we need the radiant.log content. (See first line)

that is "C:/Documents and Settings/jessica/Application Data/RadiantSettings/1.5.0/radiant.log" unless there is another radiant.log which goes somewhere else but i dont see one.
Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #12 on: October 05, 2008, 06:08:36 AM »

Yes, that file.
I guess the source of the problem is there.
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #13 on: October 05, 2008, 05:38:23 PM »

Yes, that file.
I guess the source of the problem is there.

no what i mean is that is what the file contains, only that.
Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #14 on: October 05, 2008, 06:22:27 PM »

I've found this, I don't know if will work to solve your problem. :/
http://splashdamage.com/forums/showthread.php?t=15378&highlight=redistributable
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #15 on: October 06, 2008, 04:58:24 AM »

I've found this, I don't know if will work to solve your problem. :/
http://splashdamage.com/forums/showthread.php?t=15378&highlight=redistributable

thanks it worked
Logged
BrainChemistry
Nub


Cakes 0
Posts: 47


« Reply #16 on: October 08, 2008, 07:58:00 AM »

Even if I am not sure if topic starter is still reading here or solved the troubles, it depends also on your GtkRadiant version. If you are using GtkRadiant version 1.5 then the discussed solution will fit. If you use the version 1.4, the way to go is described here:

http://openarena.ws/board/index.php?topic=1733.0

and

http://openarena.ws/board/index.php?topic=2291.0.
Logged
Pages: [1]
  Print  
 
Jump to: