Is anyone using my tutorials? [message #486470] |
Thu, 27 February 2014 01:25 |
|
Is anyone using my tutorials?
Is it worth continuing with them?
Has anyone done anything with the collision tutorial I posted the other day?
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
|
|
|
|
|
Re: Is anyone using my tutorials? [message #487515 is a reply to message #486470] |
Tue, 06 May 2014 00:56 |
|
Those only work if you are using the custom hud.ini hud, not if you are using the stock radar.
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
|
|
Re: Is anyone using my tutorials? [message #487545 is a reply to message #487533] |
Thu, 08 May 2014 12:28 |
|
Jerad2142
Messages: 3812 Registered: July 2006 Location: USA
Karma: 6
|
General (3 Stars) |
|
|
danpaul88 wrote on Thu, 08 May 2014 01:15 | Nobody ever said it was documented, just that it needs some hud.ini changes. There isn't much documentation for a lot of things in 4.x, but you could try looking at custom hud.ini files that others have made to compare.
|
I recommend documenting anything you want people to use, its a pain in the butt to find a mod that does something, then have to dig through their data files to see how they do it (assuming you can even guess what files they do it in). As an additional deterrent there is always the chance that that mod might have some special code that won't work for Ren so the whole thing is just a big waste of time.
But anyways, I dug through APB's HUD.ini because I figured if anyone used it would be them, but it only looks like they have 5 entries so I doubt they make use of it:
BlipTexture=radarblips.tga
RadarBlip0Top=0
RadarBlip0Left=0
RadarBlip1Top=0
RadarBlip1Left=8
...
RadarBlipColor0=2
RadarBlipColor1=9
...
So I guess it might be possible that the extra blips are numbers 6-14, but I kind of feel like I've already wasted enough time.
So instead I would like to request documentation (or at least a listing) of all the possible keywords in hud.ini (I know a lot of them have been listed over the years, but I've forgotten most, and I see plenty in APB's that I never remember seeing before).
Visit Jerad's deer sweat shop
|
|
|
Re: Is anyone using my tutorials? [message #487550 is a reply to message #487545] |
Fri, 09 May 2014 01:36 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Jerad Gray wrote on Thu, 08 May 2014 20:28 |
danpaul88 wrote on Thu, 08 May 2014 01:15 | Nobody ever said it was documented, just that it needs some hud.ini changes. There isn't much documentation for a lot of things in 4.x, but you could try looking at custom hud.ini files that others have made to compare.
|
I recommend documenting anything you want people to use
|
Preeching to the choir there... I've been pushing for documentation for lots of things but it's slow going and there is a heck of a lot of legacy stuff with little to no documentation available. I'll look into doing something for hud.ini keywords but it basically involves me finding where they are used in the code to figure out what it looks like they're probably doing
[Updated on: Fri, 09 May 2014 01:37] Report message to a moderator
|
|
|
|
|
|