Moving Train on Skidrow?
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Some time ago i was derping around with ffViewer and found this in mp_nightshift.ff:
http://pastebin.com/Yp8s327k
...train_setup() { precacheItem( "train_mp" ); delay_until_first_train = 2; Units_per_second = 1200;// train speed train_cars = 24; distance_between_cars = 368; eq_radius = 900;// radius of earthquakes broadcast from the train tracks min_time_between_trains = 100; max_time_between_trains = 200;...idk if the train-model is even integrated in the map or scrapped earlier, i couldn't find any entities regarding this.
As you can see here, there were concrete plans to let the train spawn and move:
Is somebody here willing to give it a shot?