Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I believe you can use the M7 interior, if this model's dimensions are correct. The model is available through a website somewhere on the net, or you can ask the original author.
nice to see it in game, great job.
I believe you can use the M7 interior, if this model's dimensions are correct. The model is available through a website somewhere on the net, or you can ask the original author.
Seems like you got further than I did.....
![]()
Question, can you change the destination boards or led signs on the outside?
Or you can take a page out of magicland's book and replicate what he's done for his subway cars' rollsigns. I think that involves a small rectangular mesh (sign.im) attached to the train's exterior (a.signx, x=0,1,2,3) and using textures from my texture library.
I actually forget whether I included a default (blank) sign texture, but I guess we can set the default to Grand Central if I didn't. Actually, what I could do is create a font texture and use that to create custom signs. I'll look into that.
thumbnails
{
0
{
image "thumbnail.jpg"
width 240
height 180
}
}
The texture 'm7a shadow/black.tga' is a uniform color.
Open this file in MSPaint. Define a custom color as RGB 000001. Use the pencil tool, change at least one pixel to this color. Save as the same filename.
// This code is based on publicly available examples found on the Auran forums
// and in other locations. Major contributions have been made by James Moody
// (Bloodnok), David Hamann (Marinus), David Taylor (DavidT), Andi Smith (andy06),
// Wulf09, myself (Magicland) and possibly others. All code is freely re-useable
// and modifiable as long as it is distributed in unencoded format so that others
// may learn from it, and remains open source useable and modifiable by anyone.
// This does not apply if you're the original author of the code this is based on.
// Then, obviously, you can do anything you like with it, as you wrote it!