FAQFAQ   Ban ListBan List   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 NewsNews   DownloadsDownloads   Wiki & TutorialsWiki & Tutorials   IRC ChatIRC Chat 

Trying to Recreate Beta CrossHair
Goto page 1, 2  Next
 
Post new topic   Reply to topic    ThinkingWithPortals.com Forum Index -> Portal Single Player
View previous topic :: View next topic  
Author Message
PortalFan77
GET IT, PORTAL FAN
GET IT, PORTAL FAN


Joined: 06 Apr 2008
Posts: 285


PostPosted: Tue Aug 05, 2008 5:20 pm    Post subject: Trying to Recreate Beta CrossHair Reply with quote

I really like the beta Cross hairs for portal. Well I wanted ot make them for Portal, but when I looked into the crosshairs VTF it was just white, so I thought hmm weird.

I exported as a PNG and opened with PHOTOSHOP, and bam turns out it was a PNG to VTF. I successfully edited the cross hairs with a beta like theme

Here is my issue though, the crosshairs curl over, anyone know how to fix this and how to change the color





ANY HELP WOULD BE VERY NICE

IT SHOULD LOOK LIKE THIS

_________________


Last edited by PortalFan77 on Wed Aug 06, 2008 1:47 pm; edited 2 times in total
Back to top
View user's profile Send private message
ultradude25
Superior Participant


Joined: 10 May 2008
Posts: 55
Location: Melbourne, Australia

PostPosted: Wed Aug 06, 2008 5:22 am    Post subject: Reply with quote

I actually think they look pretty awesome like that.
_________________
This was a fail. I'm making a note here, huge facepalm. It's hard to overstate my disappointment.
Back to top
View user's profile Send private message AIM Address MSN Messenger
rellikpd

GLaDOS Module


Joined: 10 Jan 2008
Posts: 902
Location: South Texas, US

PostPosted: Wed Aug 06, 2008 3:41 pm    Post subject: Reply with quote

i was gunna say the same thing. that slightly overlapped thing "looks" cool. don't know how cool it would be in game what with it being in your way. but it looks pretty sweet on pic
_________________

MyPHPsig
"Nope, just naked"
Back to top
View user's profile Send private message Visit poster's website
reepblue
Test Supervisor


Joined: 16 Mar 2008
Posts: 180


PostPosted: Thu Aug 07, 2008 5:08 pm    Post subject: Reply with quote

I don't mod like you do, but if I were you I would move the lines in different spots until they look the way you want it. But, I don't do this.

As for the colors, I think you have to go into the portal files or something like that.

EDIT: Here is my best guess. In the Portalgun file, it may have something like

"PRIMARY FIRE" ---- "HUD = 35 134 254"

"SECONDARY FIRE" ---- "HUD = 255 128 64"

I'm just trowing thoughts around... Confused

_________________
Blue Portal Maps: WIP UPDATE {7/20/08} PM me for feedback!
Back to top
View user's profile Send private message Visit poster's website
PortalFan77
GET IT, PORTAL FAN
GET IT, PORTAL FAN


Joined: 06 Apr 2008
Posts: 285


PostPosted: Thu Aug 07, 2008 6:22 pm    Post subject: Reply with quote

Code:
"sprites/640_hud"
{
   TextureData
   {
      "portal_crosshair_left_invalid"
      {
         "file"      "sprites/hud/portal_crosshairs"
         "x"      "2"
         "y"      "0"
         "width"      "44"
         "height"   "64"
      }
      "portal_crosshair_right_invalid"
      {
         "file"      "sprites/hud/portal_crosshairs"
         "x"      "50"
         "y"      "0"
         "width"      "44"
         "height"   "64"
      }
      "portal_crosshair_left_valid"
      {
         "file"      "sprites/hud/portal_crosshairs"
         "x"      "98"
         "y"      "0"
         "width"      "44"
         "height"   "64"
      }
      "portal_crosshair_right_valid"
      {
         "file"      "sprites/hud/portal_crosshairs"
         "x"      "146"
         "y"      "0"
         "width"      "44"
         "height"   "64"
      }
      "portal_crosshair_last_placed"
      {
         "file"      "sprites/hud/portal_crosshairs"
         "x"      "194"
         "y"      "0"
         "width"      "28"
         "height"   "64"
      }
      


I have a feeling this may be something that needs to be edited, but i have no idea where to start any help would be nice.

_________________
Back to top
View user's profile Send private message
reepblue
Test Supervisor


Joined: 16 Mar 2008
Posts: 180


PostPosted: Thu Aug 07, 2008 6:31 pm    Post subject: Reply with quote

Try replacing the "sprites/hud/portal_crosshairs" with "sprites/hud/your_file" But copy the file that is in front of you if it does not work right.
_________________
Blue Portal Maps: WIP UPDATE {7/20/08} PM me for feedback!
Back to top
View user's profile Send private message Visit poster's website
PortalFan77
GET IT, PORTAL FAN
GET IT, PORTAL FAN


Joined: 06 Apr 2008
Posts: 285


PostPosted: Thu Aug 07, 2008 6:42 pm    Post subject: Reply with quote

reepblue wrote:
Try replacing the "sprites/hud/portal_crosshairs" with "sprites/hud/your_file" But copy the file that is in front of you if it does not work right.


Well, I don't know if that will work at all. I mean the Portal crosshair is in 3 sections.

here lemme show you what I have done Very Happy.

_________________
Back to top
View user's profile Send private message
reepblue
Test Supervisor


Joined: 16 Mar 2008
Posts: 180


PostPosted: Thu Aug 07, 2008 6:55 pm    Post subject: Reply with quote

PortalFan77 wrote:
Well, I don't know if that will work at all. I mean the Portal crosshair is in 3 sections.

here lemme show you what I have done Very Happy.


Put the file locations for each file in the file sections of the code.

I'm looking forward to this Very Happy

_________________
Blue Portal Maps: WIP UPDATE {7/20/08} PM me for feedback!
Back to top
View user's profile Send private message Visit poster's website
PortalFan77
GET IT, PORTAL FAN
GET IT, PORTAL FAN


Joined: 06 Apr 2008
Posts: 285


PostPosted: Thu Aug 07, 2008 7:07 pm    Post subject: Reply with quote

reepblue wrote:

I'm looking forward to this Very Happy


As am I, Ive been wanting to see this done, and no one has done it so I took it upon myself to do it.

For people who dont know what I am trying to do, view this image.
http://www.zilefile.com/files/2762_tggt8/BETAPORTAL.jpg
Back to top
View user's profile Send private message
reepblue
Test Supervisor


Joined: 16 Mar 2008
Posts: 180


PostPosted: Thu Aug 07, 2008 7:50 pm    Post subject: Reply with quote

PortalFan77 wrote:
As am I, Ive been wanting to see this done, and no one has done it so I took it upon myself to do it.

For people who dont know what I am trying to do, view this image.
http://www.zilefile.com/files/2762_tggt8/BETAPORTAL.jpg


Then the ovals should be lines then.

_________________
Blue Portal Maps: WIP UPDATE {7/20/08} PM me for feedback!
Back to top
View user's profile Send private message Visit poster's website
PortalFan77
GET IT, PORTAL FAN
GET IT, PORTAL FAN


Joined: 06 Apr 2008
Posts: 285


PostPosted: Thu Aug 07, 2008 7:58 pm    Post subject: Reply with quote

reepblue wrote:
Then the ovals should be lines then.


I already know this, and i just had an idea on how to do this but I cant find the script Im looking for.

AND that could be hard and impossible ot do which is why I may have to leave that out until later.
Back to top
View user's profile Send private message
reepblue
Test Supervisor


Joined: 16 Mar 2008
Posts: 180


PostPosted: Thu Aug 07, 2008 8:22 pm    Post subject: Reply with quote

PortalFan77 wrote:
I already know this, and i just had an idea on how to do this but I cant find the script Im looking for.

AND that could be hard and impossible ot do which is why I may have to leave that out until later.


Yeah, you can always come out with a beta for that. But it may look better with ovals, I donno.

_________________
Blue Portal Maps: WIP UPDATE {7/20/08} PM me for feedback!
Back to top
View user's profile Send private message Visit poster's website
PortalFan77
GET IT, PORTAL FAN
GET IT, PORTAL FAN


Joined: 06 Apr 2008
Posts: 285


PostPosted: Thu Aug 07, 2008 10:31 pm    Post subject: Reply with quote

As of now i have learned this is basically impossible.

The two crosshairs are set with eachother, you move and adjust one, the other adjusts as well.

I am giving thi sup now, I cannot do it, i have spent a long time trying, I even split the two crosshairs into separate textures and it did not work.

Anyone who may know how to do these can have fun.....
Back to top
View user's profile Send private message
CabooseJr
Test Participant


Joined: 26 Oct 2007
Posts: 29


PostPosted: Thu Aug 07, 2008 11:04 pm    Post subject: Reply with quote

I most certainly will have fun doing this.
_________________
Back to top
View user's profile Send private message
reepblue
Test Supervisor


Joined: 16 Mar 2008
Posts: 180


PostPosted: Thu Aug 07, 2008 11:30 pm    Post subject: Reply with quote

PortalFan77 wrote:
As of now i have learned this is basically impossible.

The two crosshairs are set with eachother, you move and adjust one, the other adjusts as well.

I am giving thi sup now, I cannot do it, i have spent a long time trying, I even split the two crosshairs into separate textures and it did not work.

Anyone who may know how to do these can have fun.....


Perhaps you are looking at the wrong picture.

Code:
"x"      "2"
         "y"      "0"
         "width"      "44"
         "height"   "64"


As you said before it is split up into three parts, It must be possable to move them apart. Or. Make a new portal gun. Question

I'll give it a go.

EDIT: Heck, I can't even get it in game.

_________________
Blue Portal Maps: WIP UPDATE {7/20/08} PM me for feedback!


Last edited by reepblue on Fri Aug 08, 2008 12:06 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ThinkingWithPortals.com Forum Index -> Portal Single Player All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group