Jump to content

RWag64

Member
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by RWag64

  1. Il faut mettre le répertoire du zip dans : ....\Steam\steamapps\common\SimRail\SimRail_Data\StreamingAssets\Sceneries\1_KatowiceWarszawa\Scenarios ou dans : ....\SteamLibrary\steamapps\common\SimRail\SimRail_Data\StreamingAssets\Sceneries\1_KatowiceWarszawa\Scenarios
  2. Budnix a publié une version corrigée de ses trois scénarios "Fret lourd" (pour Dragon, EU07 et Traxx) en version été et hiver. Je les ai traduit. https://forum.simrail.eu/topic/7781-heavy-train-haul-route-tunel-katowice-janów/
  3. Here are the updated scenarios (v1.1) translated in French 9306_Tl_KJw_EU07_v1.1.zip 9306_Tl_KJw_Traxx_v1.1.zip 9306_Tl_KJw_Dragon_v1.1.zip
  4. @Budnix : Sorry, but you have copied the same first line of text (in "Intro1"), where you must change the load of the train for EU07 (1830 tons) and Traxx (2250 tons), and you have left 2920 tons for all scenarios.
  5. Voici encore un (enfin deux, avec variantes Eté / Hiver) scénario de Budnix, assez court, 30 mn environ. Vous transportez des matériaux de construction de Zawiercie à Lazy, en Dragon ET25 (en démarrant sur une voie non électrifiée, et donc en traction Diesel). Il y a pas mal de trains AI. https://forum.simrail.eu/topic/7918-light-freight-train-route-zawiercie-łazy/
  6. Thank you, it works well and it's very interesting, with a lot of IA trains. Here are the same scenarios (Summer and Winter) translated in French. 9307_Zw_LB_Fr_1.1.zip
  7. There is at least one error : On this line, change "Start: Zw_H7~0D~0A" by "Start: Zw_G1~0D~0A". Old line : "commandText": "~03|~02|~0C|Zw_H7|~15|~00~00~00~00~00~00~00~00|Zw_S3|- Id: 468905227~0D~0A Start: Zw_H7~0D~0A End: Zw_S3~0D~0A Type: Poci~C4~85gowy~0D~0A Points: []~0D~0A" New line : "commandText": "~03|~02|~0C|Zw_G1|~15|~00~00~00~00~00~00~00~00|Zw_S3|- Id: 468905227~0D~0A Start: Zw_G1~0D~0A End: Zw_S3~0D~0A Type: Poci~C4~85gowy~0D~0A Points: []~0D~0A" With this error corrected, I can drive up to the LA_B signal. And here, I always stay with Red, after the Pendolino passing by and I can't debug the script anymore.
  8. Sorry, I answered in bad thread.
  9. Before the last update, there was a "big" actual hour displayed in the main computer of the controls box (for the computerized box). Now, there is no more time (or clock). I spend a lot of time in this screen. It's the essential one, and I haven't a time reference to switch trains. All the EDR are based on time.
  10. I spoke about AI trains, and not Players trains.
  11. Under "Sceneries", you must continue to "1_KatowiceWarszawa", then to "Scenarios", and you put the zip in it.
  12. Voici un scénario assez court (30 mn), toujours par temps de neige, pour conduire un Pendolino ED250 de Wloszczowa Polnoc à Kozlow. Il permet aussi de tester l'ETCS, s'il est activé : - Pour activer l'ETCS, il faut modifier le ficher "settings.conf" pour changer la valeur "RBC_ID=0" par "RBC_ID=123456". Attention : Cela vous interdira d'être en Multijoueur. Pour revenir en Multijoueur, il faudra remettre ce paramètre à 0. Le fichier "settings.conf" se trouve dans "C:\Users\<votre nom d'utilisateur>\AppData\LocalLow\SimKol\SimRail". https://forum.simrail.eu/topic/7946-włoszczowa-północ-kozłów-zima-ai/
  13. Same scenario translated in French 11_ETCS_WloszczowaPolnoc.zip
  14. By night, the carriages of the En57 are totally dark (as the others carriages were sometime ago). Now, all the passengers carriages are lighted by night, and it's very good (except the En57).
  15. Here is my Raildriver implementation working with the 21th, November 2023 update (with En57). There was a little mistake in the ED250. Raildriver Simrail 1.8.zip
  16. Here are the three same scenarios, in French (in one zip). 97_98_99_WWA_En57_Fr.zip
  17. Here are the same scenarios in French. 9306_Tl_KJw_Dragon_Fr.zip 9306_Tl_KJw_EU07_Fr.zip 9306_Tl_KJw_Traxx_Fr.zip
  18. Je viens de traduire les 2 nouveaux scénarios de Budnix. https://forum.simrail.eu/topic/7534-tlk-route-katowice-gdynia-główna/ https://forum.simrail.eu/topic/7535-heavy-train-haul-route-dąbrowa-górnicza-południowa-zawiercie/
  19. Here is the same scenario in French. 9305_KO_GO_Fr.zip
  20. Here are the same scenarios, in French. 9304_DP_Zw_Fr.zip
  21. You have to edit (with Notepad, or other) the files inside "...\SteamLibrary\steamapps\common\SimRail\SimRail_Data\StreamingAssets\Sceneries\1_KatowiceWarszawa\Scenarios" or "2_StaszicSedziszow\Scenarios". For a new scenario, take an existing scenario and duplicate it. Then you have to edit the "ScenarioManifest.xml" (easy) and the "scenario.json" file, or other name (more obvious). The .json file is easy to understand BUT there is a difficult part (knowing the internal path number of the track, where you want your scenario is beginning, or pass through). I don't know another solution than trying and look where you are. extract of a "scenario.json" : "$type": "SimrailEvent.TrafficCommand", "commandText": "~03|~02|~0C|WZD_B|~15|~00~00~00~00~00~00~00~00|WZD_K8|- Id: 468905227~0D~0A Start: WZD_B~0D~0A End: WZD_K8~0D~0A StartStation: ~0D~0A StartLineNumber: 0~0D~0A StartTrackNumber: 0~0D~0A StartMainDir: false~0D~0A EndStation: ~0D~0A EndLineNumber: 0~0D~0A EndTrackNumber: 0~0D~0A EndMainDir: true~0D~0A Type: Poci~C4~85gowy~0D~0A Points: []~0D~0A Options: []~0D~0A ActiveIsolateds: ~0D~0A" The difficult point is to know where is the "Start" and "End" zone ('WZD_B~0D~0A" in my example). And, in a similar manner, what's the name of the track where I want to pass.
  22. Et un scénario de Budnix de plus : "Fret Lourd". Ce scénario est prévu pour EU07, ET25 (Dragon) et Traxx. 9307_WSD_Ske_Dragon_Fr.zip 9307_WSD_Ske_EU07_Fr.zip 9307_WSD_Ske_Traxx_Fr.zip
  23. When I'm in the front cab of the Dragon ET25, the windscreen wiper is working well, but when I'm in the back cab, the windscreen wiper doesn't work at all.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy