Search found 7 matches
- Tue Oct 10, 2006 3:50 am
- Forum: Programming Discussion
- Topic: Q3A Server Browser Modding Info?
- Replies: 7
- Views: 5169
- Sun Oct 08, 2006 8:37 am
- Forum: Programming Discussion
- Topic: Q3A Server Browser Modding Info?
- Replies: 7
- Views: 5169
An update, if anyone cares: I found some good tutorials including menu modding examples, and I got the compiler set up and successfully made a trivial menu modification, compiled ui.qvm and ran it to prove to myself that I can. I won't be able to copy the Team Arena browser into a Q3A mod because TA...
- Sat Oct 07, 2006 11:02 pm
- Forum: Quake III Arena & Quake Live Discussion
- Topic: Quake3 in-game browser listing
- Replies: 11
- Views: 7688
Yes, well unfortunately my server is baseq3 and almost everyone that connects uses the in-game browser. Actually it doesn't matter what browser you use; it will change to the correct game type when connecting. Still, I agree most don't have TA, and based on the next comment I'm not sure I'm talking...
- Sat Oct 07, 2006 8:56 pm
- Forum: Quake III Arena & Quake Live Discussion
- Topic: Quake3 in-game browser listing
- Replies: 11
- Views: 7688
Crud. I had a long reply typed then accidentally closed the browser. In short, your complaint seems to be that your server takes a few more seconds to show up presumably because the browser is parsing serverinfo in the order in which it receives the list from the master browser. My reply is that I d...
- Fri Oct 06, 2006 11:25 am
- Forum: Programming Discussion
- Topic: Q3A Server Browser Modding Info?
- Replies: 7
- Views: 5169
The file becomes part of the QVM, bytecode for the Q3A virtual machine (think Java). And to answer the other question: no. Fantastic! That points me in the right direction. I can find QVM-modifying instructions on the web and get started from there. My thoughts on how to do this have changed severa...
- Thu Oct 05, 2006 10:16 am
- Forum: Programming Discussion
- Topic: Q3A Server Browser Modding Info?
- Replies: 7
- Views: 5169
It's mostly a matter of reading through q3_ui/ui_servers2.c and understanding what it does and how it does it. Thanks. I see that file in a few SVN repositories. Silly noob modder question: Does that file become part of the .exe, or is it in a pak file somewhere? Legal question: Is there a problem ...
- Thu Oct 05, 2006 5:57 am
- Forum: Programming Discussion
- Topic: Q3A Server Browser Modding Info?
- Replies: 7
- Views: 5169
Q3A Server Browser Modding Info?
:q3: I'm toying with the idea of modding the Q3A server browser to make it more like the Team Arena browser or ASE, or at least make it so it doesn't suck quite so badly. If it ever gets off the ground I want to release it as a mod (as opposed to changing code in the opensourced' version). I'm guess...