OpenArena Message Boards

OpenArena => General => Topic started by: sasha on January 06, 2009, 06:19:51 AM



Title: basic scripting questions
Post by: sasha on January 06, 2009, 06:19:51 AM
hey dudes.  old q3 player, just found OA recently.  glad to have done so, too.  I played a lot of q3 and half life (tfc!).  I am 27, live in Atlanta and am a pro photographer. 

Anyhoo, I want to start messing around with my configs, but I am not sure where everything goes.  I made an autoexec.cfg and put it in my baseoa folder, but the oa says it can't exec.  Once I figure what goes where, I will probably come back with other, deeper questions.

Oh, I am running a macbook.



Title: Re: basic scripting questions
Post by: Snickersnack on January 06, 2009, 05:13:24 PM
Hi Sasha, put it in the folder where all your auto download maps/ pk3 files appear. For me, that's the baseoa folder.  I've never tried it on a Mac though so let us know if that doesn't work.


Title: Re: basic scripting questions
Post by: cosmo on January 07, 2009, 03:22:13 AM
Like on any system OA has two baseoa folders. One where you application is placed (like /Applications/games/openarena/) and the other one in your home directory (/Users/sasha/Library/Application\ Support/OpenArena/). Any config in one of those baseoa folders should work if you run the basegame and no mod. What tells you OA when executing it manually (/exec autoexec.cfg)? OA (as it uses ioquake binaries) has a nice autocompletion in it's console so type '/exec a' and press <tab>. You should see your config file appear.


Title: Re: basic scripting questions
Post by: sasha on January 12, 2009, 05:27:31 PM
i appreciate your help, guys.  I've got my config coming along nicely.  just had to knock the ol' rust off my brain and remember how it works.  i've got some weapon scripts and a zoomy thing that i like a lot, now.

now, if i can figure out how to get and keep my ping at or below 150, i'd be happy.

i am vaguely aware of settings that affect latency and smoothness (timenudge, snaps etc), but i lack the underlying knowledge to keep myself from screwing things up royally.  where can i learn how those settings will affect my in-game performance and what changes i should make?


Title: Re: basic scripting questions
Post by: menganito on January 13, 2009, 12:25:50 AM
Try
/rate 25000 //if you have a good connection
/snaps 40

But you do want to play on servers that are not too far from you, ping goes up with the distance, no matter what you do.


Title: Re: basic scripting questions
Post by: sasha on January 13, 2009, 06:42:43 AM
Try
/rate 25000 //if you have a good connection
/snaps 40

But you do want to play on servers that are not too far from you, ping goes up with the distance, no matter what you do.
thanks! I'll plug those in and give it a shot. 

how do i tell where a server is? 


Title: Re: basic scripting questions
Post by: Cacatoes on January 13, 2009, 07:29:24 AM
Sort the server list by ping, and go on some with the lowest.
No need to know the country, but if you want, you could reverse the IP address of a server ; tools like XQF automatically do this ; location is also sometimes (http://dpmaster.deathmask.net/?game=openarena&server=91.121.121.165:27960) stated in server infos.


Title: Re: basic scripting questions
Post by: fufinha on January 13, 2009, 07:40:10 AM
i dont care what country a server is located.  as long as i'm getting 350 or less ping and stable rate it's fine.

you can see all servers location on this page
http://clanarena.org/browse/getdata_71.php


Title: Re: basic scripting questions
Post by: sasha on January 13, 2009, 09:31:20 AM
one more thing: does anyone have a complete list of weapons and their weapon numbers? the list on the console page of the wiki doesn't include the nail gun, chain gun, prox, etc. 



Title: Re: basic scripting questions
Post by: PaniC on January 13, 2009, 05:52:31 PM
here is a list:
Code:
weapon 1 = gauntlet
weapon 2 = machinegun
weapon 3 = shotgun
weapon 4 = grenade launcher
weapon 5 = rocket launcher
weapon 6 = lightninggun
weapon 7 = railgun
weapon 8 = plasmagun
weapon 9 = bfg10k
weapon 10 = hook
weapon 11 = nailgun
weapon 12 = prox launcher
weapon 13 = chaingun


Title: Re: basic scripting questions
Post by: sasha on January 14, 2009, 06:22:10 AM
sweet. thanks panic.  i will post my results here when i'm done.