[Released] 1920s & 1980s Railbuses (Update: 07/03/2005)
Moderator: Locomotion Moderators
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
This doesnt quite solve everything!Akalamanaia wrote:set dualhead to 0
set cancouple to 1
delete <useobject desc="compatible" class="23">shefflex</useobject>
now you should be able to have 2 or More Shefflex Railbuses, in one train.
Firstly, I would like a sort of Cl20 set up. So you could have 2 railbuses, as 2 seperate objects with a tailload between and the graphic at one end would be reversed at the other. Next problem is that I would like it to be tow anything or everything. How do that? Lastly, how do I make the vehicles appear on the track properly?
I think the player can reverse the other Loco, i don't think you can make reversing mandatory..though i don't know much.
if you remove the compatible field, it can haul anything.
if you set even 1 single compatible field, it can only couple with itself.
and a hint:usually xofs and yofs values are half of images size, i.e if image if 80x80 it can be near 35-45 you should set for both.
if you remove the compatible field, it can haul anything.
if you set even 1 single compatible field, it can only couple with itself.
and a hint:usually xofs and yofs values are half of images size, i.e if image if 80x80 it can be near 35-45 you should set for both.
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
Next problem, the images are near correct. I don't want to touch the code. But anyway, here is my railbus in the game (awww!), the seperated graphic and part of the code!Akalamanaia wrote:I think the player can reverse the other Loco, i don't think you can make reversing mandatory..though i don't know much.
if you remove the compatible field, it can haul anything.
if you set even 1 single compatible field, it can only couple with itself.
and a hint:usually xofs and yofs values are half of images size, i.e if image if 80x80 it can be near 35-45 you should set for both.
Code: Select all
<sprite id="0" xofs="-17" yofs="-16">
<bit name="hasdata">1</bit>
<bit name="chunked">1</bit>
<bit name="copy">0</bit>
<pngfile>C:\\Program Files\\Atari\\Locomotion\\ObjData\\Shefflex\\000.png</pngfile>
</sprite>
- Attachments
-
- 000.png (1.25 KiB) Viewed 3816 times
-
- ohdear.gif (10.29 KiB) Viewed 3816 times
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
I got somewhere at last!Akalamanaia wrote:set xofs to 15, show me a screenshot how much it shifts.

I had to change this:
Code: Select all
<sprite id="135" xofs="-17" yofs="-16">
Code: Select all
<sprite id="135" xofs="-17" yofs="-26">

- Attachments
-
- YAY.gif (10.28 KiB) Viewed 3787 times
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
Ok, next problem
I can use one car of my railbus and it comes fitted with 75hp! I have tried the railbus with a nice 60t load, works quite nifty but in the short space I have, it does not reach 60mph, which is its claimed top speed. Well, by the West Sussex Railway that is!
The only thing is, I cannot hook another railbus on, how do I add one or more railbuses to the set? E.g. a Shefflex+4 wheeled coach+4 wheeled coach+Shefflex. Currently, I can only use this formation: Shefflex+4 wheeled coach+4 wheeled coach
I can use one car of my railbus and it comes fitted with 75hp! I have tried the railbus with a nice 60t load, works quite nifty but in the short space I have, it does not reach 60mph, which is its claimed top speed. Well, by the West Sussex Railway that is!

The only thing is, I cannot hook another railbus on, how do I add one or more railbuses to the set? E.g. a Shefflex+4 wheeled coach+4 wheeled coach+Shefflex. Currently, I can only use this formation: Shefflex+4 wheeled coach+4 wheeled coach
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
Now fully working. Post your shots here please.
All I need for the sounds, is the "gear changing" sounds, as with the 114, what do I need to add?
All I need for the sounds, is the "gear changing" sounds, as with the 114, what do I need to add?
- Attachments
-
- ShefflexV2.zip
- (48.55 KiB) Downloaded 749 times
Wessex_Electric_Nut wrote:Now fully working. Post your shots here please.
All I need for the sounds, is the "gear changing" sounds, as with the 114, what do I need to add?
Code: Select all
<variable name="startsndtype" size="1">3</variable>
<unknown name="field_11A[1]" size="1">128</unknown>
<unknown name="field_11A[2]" size="1">62</unknown>
<unknown name="field_11A[3]" size="1">170</unknown>
<unknown name="field_11A[4]" size="1">20</unknown>
<unknown name="field_11A[5]" size="1">80</unknown>
<unknown name="field_11A[6]" size="1">35</unknown>
<unknown name="field_11A[8]" size="1">76</unknown>
<unknown name="field_11A[9]" size="1">29</unknown>
<unknown name="field_11A[10]" size="1">55</unknown>
<unknown name="field_11A[12]" size="1">76</unknown>
<unknown name="field_11A[13]" size="1">29</unknown>
<unknown name="field_11A[14]" size="1">100</unknown>
<unknown name="field_11A[16]" size="1">208</unknown>
<unknown name="field_11A[17]" size="1">7</unknown>
<unknown name="field_11A[18]" size="1">175</unknown>
<unknown name="field_11A[19]" size="1">200</unknown>
<unknown name="field_11A[20]" size="1">44</unknown>
<unknown name="field_11A[21]" size="1">1</unknown>
<unknown name="field_11A[22]" size="1">250</unknown>
<unknown name="field_11A[24]" size="1">7</unknown>
<unknown name="field_11A[25]" size="1">4</unknown>
<unknown name="field_11A[26]" size="1">8</unknown>
Code: Select all
<useobject desc="startsnd" class="1">SNDD9 </useobject>
So long and thanks for all the fish.
-
- Engineer
- Posts: 75
- Joined: 12 Sep 2004 09:36
- Location: Germany
- tenacioustheforesaken
- Engineer
- Posts: 112
- Joined: 12 Jan 2004 05:56
- Location: Melbourne Australia
- Contact:
Re: talking about CHris Sawyer
sorry bout i thought u said u spoke to him at this years E3? when you were talking bout playing ()or something like dat) LoMo, and u said u spoke to him =\CZAR ALEKSANDER wrote:hello people of the world of Locomotion:
like I stated some time ago Chris Sawyer know of this website and may have visited once but not by his real name. I have talked to him when
he was at E3 the huge computer show in Los Angles back in 2002 when he was there talking about Rollercoaster TYcoon 3 . I agree with Wessex_Electric_nut what he draws belongs to him and if he choose to posted here for everyone to use that's fine by me. I like his work very much.
thanks
Czar Aleksander
the cupcakes made me do it
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
To revive an old thread......
Here is the other railbus I was talking about:

* I am not reponsible for any damage, loss or inconvienience caused by the use of this item.
This item is provided as is, and may contain a few bugs, please be aware that these bugs will be rectrified as soon as possible.
- British Rail RB002 (experimentail Vehicle)
- Designed: 1981
- Power: 200hp (Leyland TL-11 IIRC)
- Capacity: 64 passangers + 15 standing (79 overal)

* I am not reponsible for any damage, loss or inconvienience caused by the use of this item.
This item is provided as is, and may contain a few bugs, please be aware that these bugs will be rectrified as soon as possible.
- Attachments
-
- Image5.gif (6.43 KiB) Viewed 3373 times
-
- The same model in Trainz (with opening doors)
- Railbus_trainz.jpg (63.94 KiB) Viewed 3373 times
-
- RB002.zip
- (85.58 KiB) Downloaded 649 times
- PennCentral
- Transport Coordinator
- Posts: 268
- Joined: 12 Sep 2004 05:43
- Location: Springfield, Ohio
- Contact:
-
- Traffic Manager
- Posts: 134
- Joined: 03 Sep 2004 22:47
- Location: Chichester, West Sussex
- Contact:
- metalangel
- Tycoon
- Posts: 1092
- Joined: 20 Mar 2004 14:41
- Location: Brooklin, ON
That's the dreaded class 143 isn't it?
"(Locomotion is) one of the best-playing games of its type." -Chris Sawyer
Northeast Corridor - South Wales & the Southwest
Who is online
Users browsing this forum: No registered users and 11 guests