Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

FPSC Classic Models and Media / FPS-Files Pro HUD Pack 4 Released

Author
Message
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 28th Nov 2009 20:29 Edited at: 2nd Dec 2009 08:00



Yes its finally here, after quite a long time the pack has finally been finished and is ready for purchase.

Just a note that you will be given a serial key in order to install the pack, so make sure you write it down.

Also make sure you change your Health to 100, thats what the HUDS are designed for, if you like to use them for a higher value you will need to change the scripts yourself.

If there is any problems contact me at

[email protected]

Have fun guys

Some Previews of some of the HUDS in the pack:

Screenshots:



The WIP Thread:
http://forum.thegamecreators.com/?m=forum_view&t=157827&b=24

Video of the Fantasy HUD
http://www.youtube.com/watch?v=eJxW9ZTYGwY

Afrokid
15
Years of Service
User Offline
Joined: 12th Sep 2009
Location: Western Australia
Posted: 28th Nov 2009 20:35
e-mail sent

~Afrokid

The End Is Nigh

And on the 7th day he had a carrot, it was good.
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 28th Nov 2009 20:37
didnt recieve anything

Afrokid
15
Years of Service
User Offline
Joined: 12th Sep 2009
Location: Western Australia
Posted: 28th Nov 2009 20:40
hmm, msn e-mails must be playing up again, any chance you could add me to msn?

~Afrokid

The End Is Nigh

And on the 7th day he had a carrot, it was good.
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 28th Nov 2009 20:40 Edited at: 28th Nov 2009 20:41
sure.

General Jackson
User Banned
Posted: 28th Nov 2009 20:54 Edited at: 28th Nov 2009 20:56
Bought it!

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 28th Nov 2009 20:58
Thanks for your purchase, tell me how it goes.

General Jackson
User Banned
Posted: 28th Nov 2009 22:21
Where is the in-depth tutorial about how to get these in-game?
I cant find it.

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 28th Nov 2009 22:54 Edited at: 28th Nov 2009 22:58
its on the desktop

its a .pdf file.

If you still can't find it here are some links to them.

http://fps-files.com/FPSFProHudPack4UserManual.pdf
http://fps-files.com/HealthBarTutorial.pdf

General Jackson
User Banned
Posted: 29th Nov 2009 01:31
Yeah, it wasnt on the desktop so thanks for the link

Cosmic Prophet
17
Years of Service
User Offline
Joined: 17th Mar 2008
Location: The Cosmos
Posted: 29th Nov 2009 02:02
Great news! I'll send my payment around the first of the week buddy.

In the Universe, nothing ever stays the same.
Spycrabz
16
Years of Service
User Offline
Joined: 29th Aug 2008
Location: Lennox Head, Australia
Posted: 29th Nov 2009 05:05 Edited at: 29th Nov 2009 05:07
yaaaay!

ill buy this as soon as i have the money, thanks templar!

also, just curious, whats the maximum amount of digits the time bar for UnReal can hold? (including the slash in the middle)

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 29th Nov 2009 05:55 Edited at: 29th Nov 2009 15:22
Im not sure, I didn't know how to change the HUDS in an arena based game so I had to guess, I included the .psd file for it, so if you have problems you should be able to enlarge it quite easily.

KeithC
Senior Moderator
19
Years of Service
User Offline
Joined: 27th Oct 2005
Location: Michigan
Posted: 29th Nov 2009 18:25
Congratulations on the release!

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 30th Nov 2009 04:53
Thanks Keith

Mr Game
16
Years of Service
User Offline
Joined: 11th Feb 2009
Location: Under Your Skin
Posted: 30th Nov 2009 11:09
Fine but is it chance to buy only horror Hud?
I don't need everything.

Best
Mr Game

Insomnia is coming...
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 30th Nov 2009 12:04 Edited at: 30th Nov 2009 12:05
Huds are not sold separately, sorry.

General Jackson
User Banned
Posted: 1st Dec 2009 04:26
I cant figure out how to make these work
Could you tell me exactly what to do to install the modern HUD and get it for use in my game?

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 1st Dec 2009 04:43 Edited at: 1st Dec 2009 04:46
Ok, go to C:/Program Files/The Game Creators/FPS Creator/languagebank/english/gamebank/(yourgamename/setuplevel.fpi

in there you will find a bunch of code.

Now copy your first set of code for your selected hud

the best place to get this code from is C:/Program Files/The Game Creators/FPS Creator/languagebank/english/gamecore/(hudname/(hudname) Health HUD Code.txt

Open the .txt document and copy the first set of code

It will start with

;=============================
;(HUDname) Health Bar - Place Code Before Setup Game Menu
;=============================

and end with

;=============================
;(HUDname) Health Bar FINISHED
;=============================

copy all that and go back to the setuplevel.fpi file.

search for ; Main Game

paste the code before that line.

Now go back to your huds .txt file and copy the second lot of code.

it will start with

;=============================
;(hudname) Health Bar - Place After Main Game
;=============================

and end with

;=============================
;(hudname) Health Bar FINISHED
;=============================

Now go back to the setuplevel.fpi file

look for

; Main Game

paste your copied code under all the code listed beneath ;Main Game.

once you have done that save your setuplevel.fpi and reopen FPS Creator, it should now work.

If you are using a HUD that users Lives and Health Numerics or requires you to set coordinates make sure you do this in FPS Creator before editing the setuplevel.fpi

The manual explains what I have said so if your unsure look over them.

Also look at this post:
http://forum.thegamecreators.com/?m=forum_view&t=60401&b=23

that is where that code is based from.

General Jackson
User Banned
Posted: 1st Dec 2009 04:47
I did that though

General Jackson
User Banned
Posted: 1st Dec 2009 05:16
Here is the setuplevel script I am using this is for the Modern HUD.

Whats wrong with it?

Braden 713
17
Years of Service
User Offline
Joined: 3rd Aug 2007
Location: Canada
Posted: 1st Dec 2009 05:50
Just got the pack, it's lookin' fantastic so far man, thanks for this

Cheers

Life would be much easier if I had the source code.
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 1st Dec 2009 10:42 Edited at: 1st Dec 2009 10:44


I know why, your code needs to be like mine, your first set of code is slightly in the wrong place.

Your first set of code needs to be before ;Setup Game Menu, not after.

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 1st Dec 2009 10:45
Quote: "Just got the pack, it's lookin' fantastic so far man, thanks for this

Cheers"


Thanks for the purchase, hopefully everything turns out alright for you.

Braden 713
17
Years of Service
User Offline
Joined: 3rd Aug 2007
Location: Canada
Posted: 1st Dec 2009 21:01
Yes, I think I've got them working correctly. Actually right now, I'm in the midst of combining two of my favorites, just seeing if I can work the two into each other as the hud; the pack is awesome none the less though, and the tutorial pdf is immensely appreciated

Cheers

Life would be much easier if I had the source code.
Nickydude
Retired Moderator
18
Years of Service
User Offline
Joined: 4th Nov 2006
Location: Look outside...
Posted: 1st Dec 2009 21:23
Where's the in game screen shot?

Braden 713
17
Years of Service
User Offline
Joined: 3rd Aug 2007
Location: Canada
Posted: 1st Dec 2009 23:54
Hey Templar, I was just curious if you could help me out with one thing; I decided to go with the Siege HUD and I got it working correctly (again, I think), however I noticed when you're holding a gun, the gun image is rather obtrusive as it lies ontop of the HUD, sort of stretched and blocking the numbers that the player would be trying to look at (ammo and health numerics). I've attached a screenshot just so you can see what I'm talking about.

Just wondering, if you knew how I might be able to get around this? Is there a way to put the gun image somewhere else? Say, just below the HUD or something?

Thanks

Life would be much easier if I had the source code.

Attachments

Login to view attachments
General Jackson
User Banned
Posted: 2nd Dec 2009 02:31
Ahh, I got it, the script had a few errors in it.

Tectonic
19
Years of Service
User Offline
Joined: 5th Jun 2006
Location: Trinidad
Posted: 2nd Dec 2009 03:23
@ TeMpLaR1

Just purchased the pack, almost finished downloading. Cheers
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 2nd Dec 2009 07:00 Edited at: 2nd Dec 2009 07:58
Quote: "Where's the in game screen shot?"


I'll upload a couple now Nickydude.

Quote: "Just purchased the pack, almost finished downloading. Cheers"


Thanks for your purchase if you have any problems make sure you contact me.

Quote: "Just wondering, if you knew how I might be able to get around this? Is there a way to put the gun image somewhere else? Say, just below the HUD or something?

Thanks"


Edit the ammo image in the Build Game Settings, adjusting the Y axis till it looks right. I suggest maybe 10? little hint with changing coordinates for the HUDS, you need to make sure for FPS Creator to reconignise the change is to change a value in for two different fields, e.g change the X or Y coordinates in Ammo image and change the X or Y coordinates in the Health image at the same time and press Test, the values should change then.

Braden 713
17
Years of Service
User Offline
Joined: 3rd Aug 2007
Location: Canada
Posted: 3rd Dec 2009 06:10
Thanks man, your advice worked perfectly. And the more and more I test these different huds out, the more and more I'm loving this pack. Well worth the money

Cheers

Life would be much easier if I had the source code.
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 3rd Dec 2009 06:28
Glad I could help and glad you like the pack

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 5th Dec 2009 19:26
courtesy bump.

General Jackson
User Banned
Posted: 8th Dec 2009 22:31
Boy, I am having a rough time setting these up .
I just BARELY managed to set up the modern HUD, and its not quite right.
Is there any way you could post the setuplevel scripts?


(and yes, I'm doing exactly what the instructions say)

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 11th Dec 2009 05:10 Edited at: 11th Dec 2009 05:20
Well I dont have setuplevel.fpi's for the HUDS, i never made any.

Just double check where you put the code, make sure that the first set of code is put above the line that says ;Setup Game Menu and the second set is put after ;Main Game.

born for game
17
Years of Service
User Offline
Joined: 24th Mar 2008
Location:
Posted: 11th Dec 2009 08:15
Good job

tschwarz
20
Years of Service
User Offline
Joined: 13th Feb 2005
Location: 127.0.0.1
Posted: 13th Dec 2009 22:19
Hi TeMpLaR1,

Big fan of your huds..(really) and I ordered Hud Pack 4. I have not received it yet. When you get a chance please take a look. I probably did something wrong.

Anyway my order is:

Dec. 10, 2009 21:30:58 PST
Transaction ID: 7V411933JY588672C

Terry
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 14th Dec 2009 04:41 Edited at: 14th Dec 2009 04:44
Email sent.

Contains your download link.

Make sure you write down your serial key as the download link will eventually expire.

If you didn't recieve the email in your inbox try your junk folder.

I sent it to both your emails, one on your profile here and the one used to purchase the pack.

tschwarz
20
Years of Service
User Offline
Joined: 13th Feb 2005
Location: 127.0.0.1
Posted: 14th Dec 2009 06:52
TeMpLaR1,

Received both emails, got it installed and looked at a couple of
the huds and they are as good as I expected them to be.

Thank you,

Terry
Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 01:15
Bought it Templar,its awesome,definetely going to use in my games!


"War does not prove who is right,only who is left"
Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 01:20
Umm..now that i bought it..how do i get it?


"War does not prove who is right,only who is left"
Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 01:21 Edited at: 21st Dec 2009 05:33
EDIT:Whoops


"War does not prove who is right,only who is left"
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 21st Dec 2009 02:13
You should of recieved a download link.

TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 21st Dec 2009 02:15 Edited at: 21st Dec 2009 02:17
Well I sent you the link to your email address on your profile.

Make sure you check your junk email if you can't seem tosee it in your inbox.

Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 05:32
Oi thanks Templar,didnt know you had to send it to me.That was my first transaction with my own Pay-Pal(yay me)


"War does not prove who is right,only who is left"
Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 05:38 Edited at: 21st Dec 2009 05:51
One last thing,where is my serial key located?
EDIT:If i did something wrong,i can send you a screenshot of my paypal with the transaction and such for proof of purchase or something


"War does not prove who is right,only who is left"
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 21st Dec 2009 06:58 Edited at: 21st Dec 2009 07:00
Quote: "Oi thanks Templar,didnt know you had to send it to me.That was my first transaction with my own Pay-Pal(yay me)"


You should of recieved it automatically, dunno why you didn't.

Quote: "One last thing,where is my serial key located?"

Serial key is located on the download link.

Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 07:03
Thanks for your purchase, Dylan. Click the link(s) below to begin downloading.
Note:This page will be available for 13 days. Your IP address 68.23.86.159 was logged for this purchase.

Number of refreshes or reloads on the web page may cause your download link to expire.
Please contact [email protected] if you are facing download problems.
FPS-Files Professional HUD Pack 4
#FPSF-PHP4


Download fps-filesprohudpack4.zip (33,162 KB)
Order summary: Your order information has been sent to your email address.


Order No: XXXXXXXXXXXXXXX
Order Date: 12/20/2009
Amount Billed: $5
Thats all i get....i dont see a serial anywhere...


"War does not prove who is right,only who is left"
Hyperion
15
Years of Service
User Offline
Joined: 6th Dec 2009
Location: A mere figment in your imagination
Posted: 21st Dec 2009 07:06
Oh and i tried typing in the last numbers on the DL link to the "E" and it said Invalid...


"War does not prove who is right,only who is left"
TeMpLaR1
19
Years of Service
User Offline
Joined: 28th Sep 2005
Location: Australia
Posted: 21st Dec 2009 10:20 Edited at: 21st Dec 2009 10:48
The order number isnt your serial key.

I have sent you your serial key through email, there was a problem with payloadz as for some reason it didn't send you your key.

Login to post a reply

Server time is: 2025-06-05 19:25:37
Your offset time is: 2025-06-05 19:25:37