tgpcdx file problem! Help

Post your problems and installation issues here!

tgpcdx file problem! Help

Unread postby jesseg199 » Tue Sep 10, 2013 4:22 pm

Hey guys working on a repaint and have a problem with a tgpcdx file as you can see the logo is covering up the number on the cab witch i painted the numbers on but the log is a separate tgpcdx file is there a way to remove the logo file over all or just make it invisible? Thanks!
You do not have the required permissions to view the files attached to this post.
Last edited by jesseg199 on Tue Sep 10, 2013 7:35 pm, edited 1 time in total.
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am

Re: tgpcdx file problem! Help

Unread postby dgallina » Tue Sep 10, 2013 5:31 pm

The logo? Have you tried making it invisible with an alpha transparency layer?

Diego
dgallina
 
Posts: 334
Joined: Fri Aug 09, 2013 11:24 am

Re: tgpcdx file problem! Help

Unread postby jesseg199 » Tue Sep 10, 2013 7:37 pm

dgallina wrote:The logo? Have you tried making it invisible with an alpha transparency layer?

Diego

im pretty sure i have. when i did that it just turned the logo white and was still there
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am

Re: tgpcdx file problem! Help

Unread postby buzz456 » Tue Sep 10, 2013 7:59 pm

Make the background blue and the alpha black and see what happens.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20940
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: tgpcdx file problem! Help

Unread postby jesseg199 » Tue Sep 10, 2013 8:18 pm

buzz456 wrote:Make the background blue and the alpha black and see what happens.


okay i will try that hopefully it will work thanks buzz
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am

Re: tgpcdx file problem! Help

Unread postby jesseg199 » Tue Sep 10, 2013 8:29 pm

buzz456 wrote:Make the background blue and the alpha black and see what happens.


Well buzz i tried that and heres what it did
You do not have the required permissions to view the files attached to this post.
Last edited by jesseg199 on Tue Sep 10, 2013 9:40 pm, edited 1 time in total.
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am

Re: tgpcdx file problem! Help

Unread postby buzz456 » Tue Sep 10, 2013 9:17 pm

Somebody save me from embarrassment here.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20940
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: tgpcdx file problem! Help

Unread postby PapaXpress » Tue Sep 10, 2013 9:27 pm

buzz456 wrote:Somebody save me from embarrassment here.


I have to smirk, sorry. I know that MadMike has an answer, I just can remember what that answer is.

... and I should since I was up with him the night he did what he did... whatever it was.

... err... I just thought of something. Try adding this to the LUA:

Call( "ActivateNode", "logo", 0 )

so.... it should look something like this..

Code: Select all
function Initialise ()
   -- Turn off "surge" at start.
   Call( "Exhaust1a:SetEmitterActive", 0 )
   Call( "Exhaust2a:SetEmitterActive", 0 )
   Call( "Exhaust3a:SetEmitterActive", 0 )
   Call( "Exhaust4a:SetEmitterActive", 0 )

   gPrevRPM = 0
   gPrevRPMDelta = 0

   -- turn off the logo
   Call( "ActivateNode", "logo",  0 )

   Call( "BeginUpdate" )
end
Image
"Just post some random unrelated text. We have members here who can help you with that." ~ Chacal
"When all else fails, read the instructions... if that doesn't work either, try following them." ~ Old Prof
Image
The Grade Crossing - Atlanta North Project - Virtual Rail Creations
User avatar
PapaXpress
 
Posts: 5147
Joined: Sat Oct 23, 2010 10:30 pm
Location: that "other" timezone

Re: tgpcdx file problem! Help

Unread postby jesseg199 » Tue Sep 10, 2013 10:56 pm

PapaXpress wrote:
buzz456 wrote:Somebody save me from embarrassment here.


I have to smirk, sorry. I know that MadMike has an answer, I just can remember what that answer is.

... and I should since I was up with him the night he did what he did... whatever it was.

... err... I just thought of something. Try adding this to the LUA:

Call( "ActivateNode", "logo", 0 )

so.... it should look something like this..

Code: Select all
function Initialise ()
   -- Turn off "surge" at start.
   Call( "Exhaust1a:SetEmitterActive", 0 )
   Call( "Exhaust2a:SetEmitterActive", 0 )
   Call( "Exhaust3a:SetEmitterActive", 0 )
   Call( "Exhaust4a:SetEmitterActive", 0 )

   gPrevRPM = 0
   gPrevRPMDelta = 0

   -- turn off the logo
   Call( "ActivateNode", "logo",  0 )

   Call( "BeginUpdate" )
end



okay i tried it in the gp15_script and it didn't do anything and sorry for all this im new to figuring all this stuff out so im trying to learn
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am

Re: tgpcdx file problem! Help

Unread postby buzz456 » Tue Sep 10, 2013 11:13 pm

I will try to mess with it in the morning. I think it's doable. A little trial and error.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20940
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: tgpcdx file problem! Help

Unread postby jesseg199 » Tue Sep 10, 2013 11:41 pm

buzz456 wrote:I will try to mess with it in the morning. I think it's doable. A little trial and error.

okay thanks so much i appreciate it buzz!
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am

Re: tgpcdx file problem! Help

Unread postby XDriver » Wed Sep 11, 2013 4:53 pm

What engine is this? Certainly looks as if the alpha is not total black. Would not matter what you did to the decal but if the alpha is jet black it should be invisible. I'm also finding out that using DXTBmp to export alpha and jet black it, is sometimes the only way to get it to work. Some skinners here don't like DXTBmp but I do and all my repaints came from using it. *!!wink!!*
Image
User avatar
XDriver
R.I.P.
 
Posts: 818
Joined: Wed Oct 19, 2011 7:58 pm
Location: Erie, Pa.

Re: tgpcdx file problem! Help

Unread postby jesseg199 » Thu Sep 12, 2013 9:46 pm

XDriver wrote:What engine is this? Certainly looks as if the alpha is not total black. Would not matter what you did to the decal but if the alpha is jet black it should be invisible. I'm also finding out that using DXTBmp to export alpha and jet black it, is sometimes the only way to get it to work. Some skinners here don't like DXTBmp but I do and all my repaints came from using it. *!!wink!!*

im using the DRB_SimStuff gp15
User avatar
jesseg199
 
Posts: 76
Joined: Sun Jan 27, 2013 12:42 am


Return to Problems and Peculiarities

Who is online

Users browsing this forum: No registered users and 4 guests