Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Creating a hud
Creating a hud [message #401050] Mon, 31 August 2009 18:51 Go to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
I'm trying to create a hud, and not a simple one like the previous topic wanted. I'd like to learn to script one and set it up. Can someone help me out a bit,as I don't know how to open shaders.dll.
And yes, I know C++.


http://internetometer.com/image/13843.png
Re: Creating a hud [message #401051 is a reply to message #401050] Mon, 31 August 2009 18:52 Go to previous messageGo to next message
dr3w2 is currently offline  dr3w2
Messages: 485
Registered: September 2006
Location: Ottawa,Canada
Karma: 0
Commander
http://www.renegadeforums.com/index.php?t=msg&th=26642&start=0&rid=2 1670

Shaders.dll is a project which is part of the scripts solution


n00bstories Server Administrator

[Updated on: Mon, 31 August 2009 18:52]

Report message to a moderator

Re: Creating a hud [message #401054 is a reply to message #401050] Mon, 31 August 2009 19:01 Go to previous messageGo to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
Only this did not help me, as I can't access the second link, as I get redirected. I guess I'll try it with just installing Visual C++ Express 2008. I'll search around and see if I can find an updated solution.

http://internetometer.com/image/13843.png
Re: Creating a hud [message #401061 is a reply to message #401050] Mon, 31 August 2009 19:38 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

If that post doesn't help you then you're probably screwed, since that's like every setup instruction there is for scripts.dll... just download the 2008 version of express, they don't distribute the 2005 version anymore.

-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: Creating a hud [message #401096 is a reply to message #401054] Tue, 01 September 2009 02:58 Go to previous messageGo to next message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma: 0
General (3 Stars)
IAmFenix wrote on Tue, 01 September 2009 03:01

Only this did not help me, as I can't access the second link, as I get redirected. I guess I'll try it with just installing Visual C++ Express 2008. I'll search around and see if I can find an updated solution.


Make sure you install the DirectX SDK August 2006.
Re: Creating a hud [message #401127 is a reply to message #401050] Tue, 01 September 2009 06:54 Go to previous messageGo to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
I know they don't redistribute 2005 anymore, I downloaded and installed 2008, tried DirectX 2007 update and http://gdk.thegamecreators.com/?f=downloads , which did not work.
I'll uninstall both and install 2006, see if that helps.
EDIT:
This did not help. I think it is because I need the microsoft platform SDK (Link dead) as mentioned in the post.
EDIT2:
Found a link and installed PSDK. How do you set it up for VC++?


http://internetometer.com/image/13843.png

[Updated on: Tue, 01 September 2009 07:37]

Report message to a moderator

Re: Creating a hud [message #401136 is a reply to message #401050] Tue, 01 September 2009 07:40 Go to previous messageGo to next message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma: 0
General (3 Stars)
The august 2006 SDK can be found here. Just update the VC++ directories to point to it.
Re: Creating a hud [message #401137 is a reply to message #401050] Tue, 01 September 2009 07:55 Go to previous messageGo to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
I already downloaded & installed it.
That's what I was referring to when I said 2006.
I uninstalled directx2007 and the other sdk already.
EDIT:
Just to clarify, I'm using Visual C++ 2008 Express, I have DirectX SDK August 2006 installed and set up, Now I just need instructions on how to set up the Microsoft SDK Platform.


http://internetometer.com/image/13843.png

[Updated on: Tue, 01 September 2009 07:56]

Report message to a moderator

Re: Creating a hud [message #401148 is a reply to message #401050] Tue, 01 September 2009 09:25 Go to previous messageGo to next message
dr3w2 is currently offline  dr3w2
Messages: 485
Registered: September 2006
Location: Ottawa,Canada
Karma: 0
Commander
You don't need the microsoft SDK for the scripts project at all.

You only need the directx august SDK for shaders.dll specifically


n00bstories Server Administrator
Re: Creating a hud [message #401182 is a reply to message #401050] Tue, 01 September 2009 12:21 Go to previous messageGo to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
Well, I'm having trouble as the damn Visual C++ won't let me, I posted a screenshot of what happens when I try to open shaders.dll with it.
  • Attachment: Bah.jpg
    (Size: 476.30KB, Downloaded 103 times)


http://internetometer.com/image/13843.png
Re: Creating a hud [message #401184 is a reply to message #401050] Tue, 01 September 2009 12:30 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
you don't need any coding to make a new hud only if you want to add new features.

http://s18.postimage.org/jc6qbn4k9/bricks3.png
Re: Creating a hud [message #401185 is a reply to message #401182] Tue, 01 September 2009 12:30 Go to previous messageGo to next message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma: 0
General (3 Stars)
IAmFenix wrote on Tue, 01 September 2009 20:21

Well, I'm having trouble as the damn Visual C++ won't let me, I posted a screenshot of what happens when I try to open shaders.dll with it.


You don't open the dll file, you open the solution file (sln).
Re: Creating a hud [message #401186 is a reply to message #401050] Tue, 01 September 2009 12:30 Go to previous messageGo to next message
ErroR is currently offline  ErroR
Messages: 2984
Registered: March 2008
Location: Moldova
Karma: 0
General (2 Stars)
you cannot open a .dll, download the source here
EDIT: oh that was already said

[Updated on: Tue, 01 September 2009 12:40]

Report message to a moderator

Re: Creating a hud [message #401187 is a reply to message #401185] Tue, 01 September 2009 12:38 Go to previous messageGo to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
jnz wrote on Tue, 01 September 2009 14:30

IAmFenix wrote on Tue, 01 September 2009 20:21

Well, I'm having trouble as the damn Visual C++ won't let me, I posted a screenshot of what happens when I try to open shaders.dll with it.


You don't open the dll file, you open the solution file (sln).

Ahhh....
Well, that solves my problem, thank you.

And thanks for the link Error, downloaded and working now =)


EDIT:
Anyone know where the area for the HUD is?


http://internetometer.com/image/13843.png

[Updated on: Tue, 01 September 2009 12:45]

Report message to a moderator

Re: Creating a hud [message #401189 is a reply to message #401050] Tue, 01 September 2009 12:51 Go to previous messageGo to next message
cnc95fan is currently offline  cnc95fan
Messages: 1261
Registered: July 2007
Karma: 0
General (1 Star)
You know C++ and tried to open a .dll file with VC++?...
Re: Creating a hud [message #401205 is a reply to message #401050] Tue, 01 September 2009 15:11 Go to previous messageGo to next message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
It's basic knowledge of C++ Huh

http://internetometer.com/image/13843.png
Re: Creating a hud [message #401206 is a reply to message #401205] Tue, 01 September 2009 15:18 Go to previous messageGo to next message
BlueThen is currently offline  BlueThen
Messages: 2402
Registered: February 2006
Karma: 0
General (2 Stars)
IAmFenix wrote on Tue, 01 September 2009 17:11

It's basic knowledge of C++ Huh

It's actually basic knowledge to know that DLLs are not to be opened by compilers, but for source files to be opened instead.
Re: Creating a hud [message #401213 is a reply to message #401050] Tue, 01 September 2009 15:56 Go to previous messageGo to next message
dr3w2 is currently offline  dr3w2
Messages: 485
Registered: September 2006
Location: Ottawa,Canada
Karma: 0
Commander
Claiming you know "c++" then asking why you're getting an error trying to open a compiled .dll file, does not look too good.

To jump into the idea of "making a custom hud" from how do I open the solution is a big leap


n00bstories Server Administrator

[Updated on: Tue, 01 September 2009 15:58]

Report message to a moderator

Re: Creating a hud [message #401220 is a reply to message #401050] Tue, 01 September 2009 17:13 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
Fail

http://s18.postimage.org/jc6qbn4k9/bricks3.png
Re: Creating a hud [message #401235 is a reply to message #401189] Tue, 01 September 2009 19:19 Go to previous messageGo to next message
Ethenal is currently offline  Ethenal
Messages: 2532
Registered: January 2007
Location: US of A
Karma: 0
General (2 Stars)

cnc95fan wrote on Tue, 01 September 2009 14:51

You know C++ and tried to open a .dll file with VC++?...

Was just thinking the same thing. Lied a little bit there eh?


-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29

Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade Thumbs Up

Re: Creating a hud [message #401281 is a reply to message #401050] Wed, 02 September 2009 04:52 Go to previous message
IAmFenix is currently offline  IAmFenix
Messages: 447
Registered: October 2007
Karma: 0
Commander
I have basic knowledge of the coding, which when I'm trying to change things isn't really working >.>
Maybe I should just go back to skinning and drop C++ as a project I'd need someone to teach me, BUT MY FUCKING SCHOOL DROPPED.
I'm just a bit pissed about that and tried to learn on my own, but apparently,I went from T-ball to MLB[/Metaphor].(Don't remind me my metaphor is crappy and I could probably come up with a better one if I weren't thinking about baseball.)Right, ignore that last bit and I guess this is the time for me to !ragequit from this thread?
Most the C++ I know came from http://www.cplusplus.com/doc/tutorial/
First time I messed around with anything close to .dll files.


http://internetometer.com/image/13843.png
Previous Topic: Lance3066 radio sound package
Next Topic: Map Makers!
Goto Forum:
  


Current Time: Thu Dec 19 03:15:16 MST 2024

Total time taken to generate the page: 0.01084 seconds