stulleman Posted May 11, 2015 Share Posted May 11, 2015 (edited) DOWNLOAD FROM GTA5-Mods or DOWNLOAD FROM Mod My 5 Realistic Train Mod v1.1.0 Realistic Train Mod gives you the possibility to drive trains in GTA V. WARNING: Do not save your game when you use this script. I'll hope to fix this soon! Installation: Download and install Script Hook V (http://gtaforums.com/topic/788343-vrel-script-hook-v/) Put the realisticTrainMod.asi and realisticTrainMod.ini in ".../Grand Theft Auto V/" folder. How to use: F to enter/exit train (You have to be at the train door to enter!) W to throttle up S to throttle down J,K,L to brake Light, Medium or hard respectively Spacebar to change direction (Only works when speed is 0) Alt + T to enable/disable mod Alt + I to reload ini file (Useful if you changed something and you don't want to restart the game everytime) F5 to change GUI position Everything can be customized in the realisticTrainMod.ini file! If you use the metro: If realistic entering is enabled you now have to enter the train from the outside. (First door on the left) Metro doors only open if you are at the very end of the station. They close if you wait long enough. If you use the freight train: If realistic entering is enabled you have to be at the right door of the driver cabin to enter Features: Realistic speed, acceleration and braking Realistic entering and exiting the train No AI, if you leave the train Planned: Derail support Radio Changelog v1.1.0: Completely rewritten in c++! No LUA needed anymore. (See installation for installation instructions) Highly customizable through realisticTrainMod.ini file New GUI New brakemodes Fixed little movement bug You now exit the metro out of the train, so you can now enter and exit whenever you want. F5 to toggle through gui positions. enable/disable mod with default Alt + T (default is enabled with gta 5 start) reload ini file with default Alt + I v1.0.2: Added Metro support F5 to toggle GUI Elements F6 to change GUI position Definitly fixed F Key bug Fixed only one train usable v1.0.1: Fixed F Key to enter train Added realistic enter/exit train locations, see picture for exact location Train keeps speed when entering for the first time Removed subway support, will be added with next update! v1.0.0: Initial release Credits To headscript for initial train mod (http://gtaforums.com/topic/791392-vrel-train-driver-mod/) Edited May 14, 2015 by stulleman Link to comment Share on other sites More sharing options...
JoshLmao Posted May 11, 2015 Share Posted May 11, 2015 (edited) Oh man, I love that you can control the Metro trains. Tram Driver Simulator here we come! Edited May 11, 2015 by JoshLmao Link to comment Share on other sites More sharing options...
Shoun Posted May 11, 2015 Share Posted May 11, 2015 It'd be cool when we'll drive on that! universetwisters 1 Link to comment Share on other sites More sharing options...
stulleman Posted May 11, 2015 Author Share Posted May 11, 2015 Nice, thanks for the review! Stay tuned for the new update! Link to comment Share on other sites More sharing options...
KiThaRo Posted May 12, 2015 Share Posted May 12, 2015 If you planned a derail support: Can you also look for a function to change a railroad switch? Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 Yeah I'm looking into that. I found some functions that may be working sometimes but I had no luck so far. And the derail support, I'm afraid it is not possible to detach the train from it's rails but I'm looking into that once I'm ready with the rest. The alternative that is possible right now is to just render the train as derailed, stop the train, and mark it as unusable. But I don't think people are happy with that. Link to comment Share on other sites More sharing options...
Side123 Posted May 12, 2015 Share Posted May 12, 2015 Why is train can not stop completely? Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 I'm currently rewriting everything in c++! In this version i fixed this bug! I hope to release it tomorrow! Side123 1 Link to comment Share on other sites More sharing options...
Alabeo Posted May 12, 2015 Share Posted May 12, 2015 Stulleman, can you please, PLEASE enable radio in train? Also can you make UI scallable and make ability to disable certain parts? I have made polish version of your mod (translated), will you allow it to be done? Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 @Alebo, I'll probably look into this, but I have other things on my todo list. So don't expect anything soon. I'm not exact sure what you mean, but if you mean if you can redistribute this mod, you can't. I'm not done with this mod and currently porting everything over to c++. I've not planned to give development over to someone else. Link to comment Share on other sites More sharing options...
headscript Posted May 12, 2015 Share Posted May 12, 2015 Could you stop overriding functions from the main.lua? you breaking all other scripts Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 Yeah, I'm getting feedback about it. I'm currently porting everything to c++. So then everything should be fine again. Link to comment Share on other sites More sharing options...
headscript Posted May 12, 2015 Share Posted May 12, 2015 http://pastebin.com/9RGGjL9v here is a quck fixed version for everyone who has problems with other mods ( i didnt tested it) and why do you want to port it to c++? Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 For me it's easier to develop in c++. This train mod was my first lua project, but it isn't really for me. Link to comment Share on other sites More sharing options...
Heist83 Posted May 12, 2015 Share Posted May 12, 2015 http://pastebin.com/9RGGjL9v here is a quck fixed version for everyone who has problems with other mods ( i didnt tested it) and why do you want to port it to c++? Tested, works now, thanks. Link to comment Share on other sites More sharing options...
hbx84 Posted May 12, 2015 Share Posted May 12, 2015 Very cool mod and very well done Driving tram is !! Btw could you feature your mod on my new modding website ModMy5.com ? It's a social network and a whole community around mods it's really different from other modding website and I think it has a lot of potential ( ) . I would be very glad if you accepted to share your mod there Thank you! Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 Of course I will. But maybe I'll wait till I got the new update ready because there will be a lot of changes! Side123 1 Link to comment Share on other sites More sharing options...
ffzero58 Posted May 12, 2015 Share Posted May 12, 2015 Looking forward to the derail support. Great work. Side123 1 Link to comment Share on other sites More sharing options...
vitalik2187836 Posted May 12, 2015 Share Posted May 12, 2015 (edited) Hey man, can you left this setting in ini: local guiXOffset = local guiYOffset = Cos with default position it cover my hud. (and i dont want to change corner). Thanks) P.s: Have you fixed first person hand animation bug in new version? Edited May 12, 2015 by vitalik2187836 Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 Yeah I think I can do this. What hand animation bug? That he looks like he is driving a car? I don't think it is possible to change those animations yet. Link to comment Share on other sites More sharing options...
vitalik2187836 Posted May 12, 2015 Share Posted May 12, 2015 (edited) Yeah I think I can do this. What hand animation bug? That he looks like he is driving a car? I don't think it is possible to change those animations yet. Ok.. Just will be cool to see proper animation in first person, but its not a big deal anyway) Sorry for many questions) But can you add ability to open/close doors for subway?) Edited May 12, 2015 by vitalik2187836 Link to comment Share on other sites More sharing options...
stulleman Posted May 12, 2015 Author Share Posted May 12, 2015 I already did tests with this and was successful. But I didn't manage to "animate" the doors, so their either direct open or direct closed. I'll can add this, but its not very nice in my opinion Link to comment Share on other sites More sharing options...
vitalik2187836 Posted May 12, 2015 Share Posted May 12, 2015 Please, add this animation, if its easy of course. Link to comment Share on other sites More sharing options...
Gecko Moria Posted May 14, 2015 Share Posted May 14, 2015 You should credit HeadScript for his original script before sharing. Link to comment Share on other sites More sharing options...
TJGM Posted May 14, 2015 Share Posted May 14, 2015 (edited) Did you get permission from HeadScript to edit and re-upload his work? EDIT: Headscript seems okay with people reuploading, so nevermind. Edited May 14, 2015 by TJGM Link to comment Share on other sites More sharing options...
Silent Posted May 14, 2015 Share Posted May 14, 2015 What's with the trend to remix this train mod into every flavour possible? Link to comment Share on other sites More sharing options...
stulleman Posted May 14, 2015 Author Share Posted May 14, 2015 First of all read the description before commenting here. I am giving credit to headscript even I don't have to because there is not one single line of his code in mine. I did this mod because there was no other like it. If you like you can compare them. And if you don't like it don't play it Link to comment Share on other sites More sharing options...
stulleman Posted May 14, 2015 Author Share Posted May 14, 2015 New Version is out Link to comment Share on other sites More sharing options...
Falenone Posted May 14, 2015 Share Posted May 14, 2015 After the malware thing found in another mod. Me and probably other paranoid people has a question. Is this safe to run? Link to comment Share on other sites More sharing options...
hbx84 Posted May 14, 2015 Share Posted May 14, 2015 Thank you very much for your upload stulleman Feel free to put a download link to ModMy5 if it pleases you! I can't wait to be on Saturday to try this new version out Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now