View previous topic :: View next topic |
Author |
Message |
Lightning Hunter

Joined: 28 Nov 2007 Posts: 61
|
Posted: Wed Jan 27, 2010 12:22 pm Post subject: |
|
|
Thanks Shadowborg!
Junrall wrote: |
There should be some kind of an achievement award given out to people here on this forum... or some sort of hall of fame page listing the person's name, achievement, file link, and date. ! |
Lol, thanks for the gesture, but I'd be happy with a simple news update about this on one of the bigger Quake sites.  |
|
Back to top |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Wed Jan 27, 2010 3:42 pm Post subject: |
|
|
Yeah, if the engine supports FRIK_FILE and you're using fbxc, you can use the save waypoints menu option to bypass the whole condump thing.
http://qarchive.quakedev.com/QuakeC/Bots/fbxc.zip
Side note, not even the frikbot page has fbxc....I need to fix this |
|
Back to top |
|
 |
Lightning Hunter

Joined: 28 Nov 2007 Posts: 61
|
Posted: Wed Jan 27, 2010 4:34 pm Post subject: |
|
|
Well, I tried dumping the waypoints using Frik_File support in Darkplaces (support in Qrack is currently broken), but I couldn't figure out how to use this method to dump waypoints to .qc format. It seems to automatically dump the waypoints to .way files, even if I select .qc output in the waypoint management. Obviously, this does me no good. Is there a way to change the Frik_File dump to .qc? |
|
Back to top |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Wed Jan 27, 2010 5:41 pm Post subject: |
|
|
Oh, drat. |
|
Back to top |
|
 |
Lightning Hunter

Joined: 28 Nov 2007 Posts: 61
|
Posted: Thu Jan 28, 2010 6:43 am Post subject: |
|
|
Hmmm. I'm about to just say "screw you Quakeworld" and move on. I just don't have the patience to open each map in Quake, dump the waypoints to qconsole.txt, copy the information to a .qc file, and add the map to progs.src. Heck, just listing the maps in progs.src alone would take me hours. There are 400 maps! It would probably take days!
Yeah. Unless there is a better method making this compatible with Quakeworld, I say screw it.  |
|
Back to top |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Mon Feb 01, 2010 6:02 pm Post subject: |
|
|
You wouldn't be able to put them all in the QC anyway. This is a problem with Frogbot as well, you'll probably hit the various QC limits before you get all the waypoints in. |
|
Back to top |
|
 |
Lightning Hunter

Joined: 28 Nov 2007 Posts: 61
|
Posted: Mon Feb 01, 2010 8:01 pm Post subject: |
|
|
FrikaC wrote: | You wouldn't be able to put them all in the QC anyway. This is a problem with Frogbot as well, you'll probably hit the various QC limits before you get all the waypoints in. |
I was thinking about that too. I would hate to get halfway done, and run into some kind of QC limit.
I'll just leave the Frikbot waypoints as they are. Sorry for the Quakeworld users, but they do have the Frogbot's to play with at least. |
|
Back to top |
|
 |
Spirit

Joined: 20 Nov 2004 Posts: 476
|
Posted: Mon Feb 01, 2010 8:13 pm Post subject: |
|
|
I played some games earlier, very nice. Thanks a lot! Netquake sure feels weird though and I am really not used to not use fullbright skins, heh.
If you ever release more or re-release, please make sure all filenames are lowercase. That prevents problems on operating systems like MacOS and Unixes.  _________________ Quake Maps |
|
Back to top |
|
 |
Spike
Joined: 05 Nov 2004 Posts: 944 Location: UK
|
Posted: Mon Feb 01, 2010 8:20 pm Post subject: |
|
|
frogbot ones contain a lot of vectors. a heck of a lot of them, and rarely are they duplicated. on the other hand, the individual elements of them are. as a result, after about 20 maps your progs is full.
fteqcc contains a 'feature' to code them as individual floats, which are constructed as needed, rather than storing a full vector. End result is that we got all of trinca's 260 or so maps into a single progs (v6). :)
qcc hacks ftw. 400 would fit.
may need to increase the heapsize though... :D
frik_file is a more sane approach, of course _________________ What's a signature? |
|
Back to top |
|
 |
Lightning Hunter

Joined: 28 Nov 2007 Posts: 61
|
Posted: Tue Feb 02, 2010 6:16 am Post subject: |
|
|
Spirit wrote: |
If you ever release more or re-release, please make sure all filenames are lowercase. That prevents problems on operating systems like MacOS and Unixes.  |
Whoops! Will do. |
|
Back to top |
|
 |
illithid

Joined: 21 Jul 2007 Posts: 14
|
Posted: Tue Feb 16, 2010 3:19 pm Post subject: |
|
|
Good job Lightning Hunter. You made me reinstall Quake AGAIN! How will I ever get rid of this cursed thing!!?!?!
 |
|
Back to top |
|
 |
|