View previous topic :: View next topic |
Author |
Message |
h4des
Joined: 08 Feb 2009 Posts: 4 Location: Portugal
|
Posted: Sun Feb 08, 2009 11:56 pm Post subject: Passing data from qc vm to engine |
|
|
Hi, im using Darkplaces and I want to pass some variables (floats) from the quake c vm to the engine code.
I have a "music player" implemented under the quake c code and I want to display the name of song that is being played on the hud but the only way to draw images on the hud is by using the engine code.
So, Im wondering how can I pass the infos I need so the engine knows which song is being played.
thanks |
|
Back to top |
|
 |
mh

Joined: 12 Jan 2008 Posts: 910
|
Posted: Mon Feb 09, 2009 1:10 pm Post subject: |
|
|
Stick it in a cvar. There are 4 provided in Quake for just this kind of purpose: scratch1, scratch2, scratch3 and scratch4. You might need to extern them so that the hud code knows about them. _________________ DirectQ Engine - New release 1.8.666a, 9th August 2010
MHQuake Blog (General)
Direct3D 8 Quake Engines |
|
Back to top |
|
 |
|