News | Forum | People | FAQ | Links | Search | Register | Log in
A Few Questions Someone Please Answer
For winquake I

1. How do I combine monster mdls and sounds taken from various mods Into one big mod I can use making my own personal maps in for qoole?

2. How do I import those custom monster entities to use into Qoole 2.50? I cant seem to figure out what it takes.

3. Would it be easier to just put them all in the original id pak files, can this be acheived?

I would appreciate answers. My posts on planet quake forum are going unheard. I cant seem to find any info on this in yahoo or google either. Quake is an older game and Im finding the information rather unpublished. Please help!! Someone!!
Uh 
If you want to get the answers you want, why don't you take a minute to figure out how this place works?

Post your questions in the mapping help thread. It's the obvious place to go! 
Heh 
Discussions area needs a subline like "for on-topic discussion only" or "for specific topic discussion", etc. 
I Think... 
You would need to do some custom QuakeC coding for all 3 of those things. It might be best to ask these questions at the Inside3D forums?

http://forums.inside3d.com/viewforum.php?f=1&sid=790d62c4252fdf3b4b14fb8e1d6f4196 
Hmmm Let Me See 
- Topic posted with no information in the thread title regarding content of said topic? Check.

- New discussion thread posted when instead post should have been made in a dedicated existing mapping help thread? Check.

- Intention to create an �ber-mod consisting of putting tons of unrelated content together scrounged from everyone else's stuff? Check.

- Overly pushy pleas for help/attention seeking request style? Check.

Why, if I squint my eyes, it's just like being over at doom3world.org!

Wait...no, that would require the original post to have been made IN ALL CAPS. 
Saturnine 
You have to read between the lines here. What these guys are really saying is "Welcome to func_msgboard, it's good to see a new face around these parts. We'll be happy to see if we can help you. And don't worry, there are no silly protocols here. If you make a mistake we won't hold it against you." Yeah, right.

Just some pointers to your questions as I am not well versed enough myself to give you complete answers:

1. And don't forget that any follow-up questions you have should go in the Mapping Forum

2. Unfortunately, it is not straightforward adding new/other monsters and sounds as they have to have their program code added to the progs.dat file. Check out the content of some of these links:-
http://www.gamers.org/dEngine/quake/Qc/progs1.htm
http://www.inside3d.com/tutorials.php
http://www.gamers.org/dEngine/quake/
http://www.grislygrotto.com/quake/qc-menu.htm

These may give you a flavour of what you will need to get to know.

3. You will need to be able to compile your enhanced progs.dat: try Frikqcc (Google it)

4. I don't use Qoole but I would imagine that the monster data is held in an entity file somewhere in the Qoole directories. I am sure some of the visitors to this place can help further. I use BspEditor and there is a directory called Entity and the entity data file is called ents.qc - this is an extract:-

/*QUAKED monster_wizard (1 0 0) (-16 -16 -24) (16 16 40) Ambush
Scrag (Wizard), 80 health points.

Flags:
"ambush"
the monster will only wake up on
really seeing the player, not another
monster getting angry
*/

5. It would not be considered 'correct' just to add new items to the ID pak files, and if you intend releasing the mod for public use, you would be expected to keep all of your files separate from ID's. If you look at any of the publicly released mods you will see the format you need to follow. Try Marcher as a good example of a quality mod well packaged (OK, Kinn?)

6. And another thing that I don't know anything about is WinQuake. I think a lot of people now use modified engines and the one that seems to get most mentions around here is Fitzquake.

7. Try looking through the Mapping Help forum anyway. There is a tonne of information in there. Also look through Teaching Old progs.dat New Tricks on this board in the Discussion Threads area.

Mapping, mods, qc, monster ai etc, all good fun but it takes a lot of time and a lot of patience to become proficient. I have neither time nor patience hence I am not proficient.

Stick with it and you'll have years of enjoyment but beware of becoming too nerdish ;-)

Seriously though, if you post a question in Mapping Help, you will get answered. I've been coming here for years and asking all sorts of dumb, inane, pointless, obvious etc, etc questions and there is always someone who will come up with the answer. It's quite a happy place most of the time. 
Well Said 
 
I Recommend Not Using Qoole 
I started with Qoole and despite it's nice interface, it was nothing but pure hell due to unresolvable floating point errors in it's brush definitions. You cannot make a good looking level that does not leak. If you model some complex geometry, export to a .map and reimport, you'll notice verteces have shifted out of place creating hard-to-find micro leaks. Your map will never vis. I highly recommend a different editor - the longer you use Qoole, the greater your frustration will be. 
Kinn, 
you rock. 
Saturnine 
I answered on QuakeForum. 
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.