Page 2 of 4

Posted: Thu May 21, 2009 1:57 pm
by avirox
DOH! Yes, thank you :)

Posted: Fri May 22, 2009 3:36 am
by qbism
:wink: Thanks for the tute, it inspired me to try csqc! I'm a big cut-and-paster from way back.

Source compiled w/o error. Looks like #DEFINE CSQC 1 should be uncommented in first line of system.qc

I bound "testmenu" to a key and the menu popped up, but was not able to mouse-over. I'll reread that part of your tute. Do I need to change anything in main qc for mouse?

Posted: Fri May 22, 2009 3:46 am
by avirox
Do you see the mouse cursor appear in the center of the screen when the menu pops up? At any rate, mouse movement is handled in CSQC_InputEvent

Also on that note, I've added keyboard support to the GUI menus recently for my other projects. I will post a tutorial on adding it to this one shortly :)

Posted: Fri May 22, 2009 4:07 am
by qbism
"X" in center of screen, menu off-center-
Image

Posted: Fri May 22, 2009 12:24 pm
by avirox
If everything in CSQC_InputEvent is the same as the previous page and you see the cursor, then the only thing that can probably be wrong is that mouse look is disabled.

Failing that, have you tried using the CSQC in the above zip?

Thanks for the input :)

Posted: Mon Jun 01, 2009 8:58 pm
by goldenboy
Nice tutorial and example mod.

This was added to RemakeQuake as a start, to experiment with csqc in our mod. I intend to eventually have a graphic inventory (we're using a centerprint right now) and similar stuff. Also rockets emitting sound (like in Quake 2) and more stuff like that.

I can also confirm that the whole thing works in software mode in FTE, and on Linux to boot.

If you get a problem with disappearing text in software, PM me for a conchars.lmp or hope that it'll get fixed in FTE.

The final bug I'm encountering is the same as qbism, I see the X cursor and an off-center menu, and can't click the buttons.

At smaller resolutions than 640x480, the whole text is even more off-center and scaled to really tiny size. O_o

(so what, I have a slow machine!)

Anyway, kudos to Spike for csqc and to avirox for the tutorial that finally made me try it.

Posted: Tue Jun 02, 2009 1:48 pm
by avirox
Okay I uploaded a new clean CSQC GUI. In this version, the menu should now be centered. Also there are some new features like keyboard support and dragging. Check out the readme for more info.

If you want to add these features to your mod, use winmerge or a similar program to merge the diffs from csqc_gui_10.zip (there aren't too many, don't worry).

http://avirox.amnesiagames.com/FTE/csqc_gui_11.zip

Enjoy :)

Posted: Tue Jun 02, 2009 4:58 pm
by goldenboy
Nice.

Image

Posted: Sun Jun 07, 2009 3:54 am
by qbism
Got it working on current FTEQW dev binaries w/ Vista. Yay! Running with vanilla clean qc progs.dat.

Mouse would still not work on Linux-Ubuntu distro running identical progs. So the issue is not the csqc menu source.

Thanks again avirox for the tute.

Posted: Sun Jun 07, 2009 7:40 pm
by goldenboy
Then the mouse problem (menu doesn't get mouse focus) is possibly Linux/FTE related?

Posted: Mon Jun 08, 2009 12:46 am
by avirox
Sounds like an FTE+Linux thing. I'll tell Spike about it. At any rate, I've made some cool new progress with things such as..

Image

multi-slotted inventories!
and other cool things!

Maybe I'll add an update soon, but I just want to make sure it all works *stable*

Posted: Sun Aug 16, 2009 4:29 pm
by ceriux
how hard would it be to implement the text menu csqc part of the tutorial over for prydon? (im not talking about the drag and drop atm)

Posted: Mon Aug 17, 2009 3:10 pm
by avirox
Only as hard as following the tutorial on page 1 ^^

Actually, I don't think prydon (at least not the released form of it) has any CSQC, in which case all you'd really need to do is use the source code that I posted on the previous page. If you need to run it on DP, I can post an updated source with DP support in it as well.

Posted: Mon Aug 17, 2009 4:56 pm
by ceriux
yeah, running dp (so id just have to run the source for this ? and it would be that easy?)

Posted: Mon Aug 17, 2009 8:26 pm
by xaGe
..DP support plEASE... :D