Britkits Replacement Buckeye Coupler - Need instructions

Announcements and Discussion about Dick Cowen's BritKits Development

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby buzz456 » Thu Oct 25, 2012 4:36 pm

I need some help here. In the textures folder there is a file that says pipes. If I xxx it shows the textures missing so that is the object. Is it in the bin file where the direction is to find that texture? Or is it somewhere else. It's been awhile since I messed with one of these and I don't remember where this stuff resides.
OK I got into the GeoPcDx file and found the thing, changed the file. Now how do I change it back to a Geo file?

!*don-know!*
Buzz
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: 20951
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby OlPaint » Sat Oct 27, 2012 9:27 am

Hi Buzz

Any progress on finding the dangling brake hoses?

OlPaint
__________________________
Chessie...Sleep Like A Kitten

OlPaint
User avatar
OlPaint
 
Posts: 595
Joined: Thu Jun 21, 2012 6:25 am

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby buzz456 » Sat Oct 27, 2012 9:36 am

OlPaint wrote:Hi Buzz

Any progress on finding the dangling brake hoses?

OlPaint

If I would get a answer to my question above I could do it I think. If not I may have to figure it out myself. Right now the boss has some idea I should be out raking leaves.
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: 20951
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby PapaXpress » Sat Oct 27, 2012 9:42 am

I haven't had a chance to look either. My boys have been keeping me up late the last couple weeks.
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: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby buzz456 » Sat Oct 27, 2012 11:56 am

PE,
I changed the Geo file to a bin file and then opened it with serz found the child and took it out. I then switched the file back to a bin file. Now how do I get it back to a Geo?
Buzz
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: 20951
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby PapaXpress » Sat Oct 27, 2012 8:01 pm

GEO files don't have children. They contain the nodes, filters the nodes use, and geometry data of the nodes. Yes, you could remove a node, but it may not work properly if you don't remove all the node references cleanly.

RWTools can open GEO files directly, I do it all the time with my models. Saving them is a problem since RSC put a bug in SERZ.exe to prevent large models from getting recompiled back into GEOs.
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: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby OlPaint » Sun Oct 28, 2012 3:42 pm

PapaXpress and Buzz

So, in conclusion, there is no way easy way to remove the old dangling brake hoses when the Britkits Replacement Buckeye coulpler kit is installed without a rebuild of the wagon shape files. I didn't want to hear that. Oh Well...

OlPaint
__________________________
Chessie...Sleep Like A Kitten

OlPaint
User avatar
OlPaint
 
Posts: 595
Joined: Thu Jun 21, 2012 6:25 am

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby PapaXpress » Sun Oct 28, 2012 4:23 pm

I wouldn't call it the end of the road yet.

*IF* what I said about the hose being a node is correct, then perhaps we can "turn it off" in the LUA. This is commonly done with turning on animations, and light. I am still short on time so I can't try this out, but perhaps Buzz can since he already located the node for the hose.

What would need to happen is to add this to the function Initialise () function:

Call("<Child Name>:ActivateNode", <Node Name>, value);

Example:
Call( "Strobe:ActivateNode", "LensFlash", gStrobe )

The 'Child Name' is the name of the child in the BIN file. Since this is not a child object we may have to use "*:ActivateNode", but I am not sure (Kali would know better).

The 'Node Name' is the node in the GEO. This was what Buzz removed in his experiment.

The 'value' in this case is true or false, 1 or 0. 0 will turn it off.

The next thing you need to do is make sure that the LUA does not call this node again to turn it back "on".
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: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby OlPaint » Sun Dec 02, 2012 7:57 am

PapaXpress

Is the fix you described to remove the old dangling brake hose a doable thing?

OlPaint
__________________________
Chessie...Sleep Like A Kitten

OlPaint
User avatar
OlPaint
 
Posts: 595
Joined: Thu Jun 21, 2012 6:25 am

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby PapaXpress » Mon Dec 03, 2012 12:02 am

That was just a theory of what might be possible. I have not looked at the files to confirm it.
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: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby ex-railwayman » Sat Jan 19, 2013 1:03 pm

Good afternoon Gentlemen, I wondered if you had sorted this problem out at all please, as I would also like to get rid of the dangly hoses, but, having read your thread haven't come to a conclusion how to do it without making a complete mess of my wagon files, and if I'm unsuccessful might not be able to play with them again. !*don-know!*

Cheerz. ex-railwayman. !*salute*!
i7 10700k 3.8GHz Eight Core CPU, Gigabyte Z590 AORUS ELITE AX, 32GB RAM, nVidia RTX3060ti 8GB, WIN10 PRO 64-bit. 10TB HDDs in total.
ex-railwayman
 
Posts: 1203
Joined: Tue Jun 22, 2010 6:17 pm
Location: Nottingham, England

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby KCJones » Sat Jan 19, 2013 3:05 pm

"Coming in late as usual." Which is the car with the dangly hoses? I will have a look. Get me back in the mood for modelling after some 12 inch to the foot scale work. !*salute*!
User avatar
KCJones
 
Posts: 872
Joined: Fri Feb 13, 2009 4:05 pm
Location: UK Somewhere between Hereford and Shrewsbury

Re: Britkits Replacement Buckeye Coupler - Need instructions

Unread postby OlPaint » Tue Feb 26, 2013 5:24 pm

@KCJones

The rolling stock bundled with Horseshoe Curve route DLC is the main culprit. It is the first route I tryed to convert over to the Britkits Buckeye Mod.

OlPaint
__________________________
Chessie...Sleep Like A Kitten

OlPaint
User avatar
OlPaint
 
Posts: 595
Joined: Thu Jun 21, 2012 6:25 am

Previous

Return to BritKits

Who is online

Users browsing this forum: No registered users and 1 guest