Code Monkey home page Code Monkey logo

fs19_simpleic's Introduction

FS19_simpleIC

New Interactive Control Script for FS19

Changelog:

V 0.9.3.2
  • simpleIC_implementBalls.lua:207: attempt to index field 'vehicle' fixed (at least I hope that did the trick, I assume this error comes from synch issues not actual bug in script)
  • code cleanup ptoControl
  • addition of implementControl though not fully implemented yet (thus no example in examples.xml yet)
  • addition of disableInvisibleTriggers attribute if you want to disable triggerPoints via visibility. Was on by default in previous versions since implementation. But when people converted old IC to simpleIC they just set the old buttons to invisible and used the index for IC, now all of those didn't work anymore. So now by default it SimpleIC doesn't care about visibilty but if you want to disable triggerPoints via visibility you can do that by adding this attribute. (see Examples XML)
V 0.9.3.1
  • added motorStartControl and animations
V 0.9.3.0
  • lightControl leverAnimations for all types added and synched
  • debugPrints removed
V 0.9.2.9
  • implementBalls synch Issue possible fix
  • lightControl addition (leverAnimations still to do)
V 0.9.2.8
  • some bugfixes for the recent additions
V 0.9.2.7
  • separated attacherControl into seperate lua
  • synchronized attacherControl with setJointMoveDown so its always in synch
  • fixed doNotSynch for ptoControl
  • added returnToCenter, returnToCenterRaised, returnToCenterLowered for attacherControl leverAnimation
V 0.9.2.6
  • separated ptoControl into seperate lua
  • synchronized ptoControl animation with turnOnVehicle so its always in synch
  • fixed version numbering mishap (yes this is 0.9.2.6 not 0.9.1.6)
V 0.9.2.5
  • added attacherControl
  • added ptoControl
V 0.9.2.4
  • made icFunctions more universally usable for future additions
  • icFunction can be "turned off" by setting visibility of triggerPoint to false
V 0.9.2.3
  • MP Server fix of vehicle not enterable
V 0.9.2.2
  • fix for line 102 error I think, couldn't reproduce but I found an issue with the table indexing and I think it worked fine for most mods but some may have caused the issue to show.
V 0.9.2.1
  • possibly fixed dedicated server issue
  • removed "cylinder" debug finally
V 0.9.2.0
  • addition of SimpleIC-ImplementBalls
V 0.9.1.9
  • fixed the issue introduced in the version before last version and partially fixed in the last version. Now fixed completely. I hope.. again.
V 0.9.1.8
  • fixed Issue introduced in the last version of indoor buttons only working when the ingame-menu is on, fully removed issue with double-mapping of mouseButtons I hope
V 0.9.1.7
  • fixed Error: simpleIC.lua:488: attempt to index field 'spec_motorized' (a nil value)
  • fixed Error: simpleIC.lua:318: attempt to call method 'getAttacherVehicle' (a nil value)
  • reachDistance can be set per vehicle (optional, default 1.8) to specify how far away a player can reach an IC-point
V 0.9.1.6
  • fixed spec insertion so simpleIC now works in every implement, trailer etc. not just drivables
V 0.9.1.5
  • fixed Error: simpleIC.lua:248: attempt to index local 'spec' (a nil value)
  • added cylinderAnimation for easy animation of struts on windows/doors etc.
V 0.9.1.4
  • fixed IC active on all vehicles bug (now only active if vehicle actually has IC functions)
  • fixed bug Error: Running LUA method 'update' simpleIC.lua:292: attempt to index a nil value
  • added default keymapping
V 0.9.1.3
  • multiplayer fix
  • added triggerPoint_ON and triggerPoint_OFF as alternative to toggle via triggerPoint

the most important thing:

How do I test this?

  1. download FS19_simpleIC.zip and add to modfolder
  2. download my Agrostar 6.61 Edit I released for christmas, it already has simpleIC added. https://youtu.be/lsEg6T7XOkE (by now there are a lot of SimpleIC ready mods out there already so just find the next best one you like)
  3. go ingame and have fun :D

What this is:

This is a new take on the well known Interactive Control Scripts in Farming Simulator. Since there hasn't been a well-working bug-free version of the old scripts in FS19, and since I always didn't like the way the Mouse is used, I created this alternative.

  • This is a global script, which means that it doesn't have to be added to each Mod seperately, no additional modDesc.xml changes like l10n Texts etc. neccessary.
  • Obviously the vehicle-xml and i3d still has to be edited, the script can't magically seperate doors and add trigger-points. But as soon as the needed lines are added, IC will be active as long as you have this mod active.
  • this also means that people who don't like IC don't have to remove it all vehicle-mods, just not activate this mod.
  • this also means that there's only one IC version and not 50 different ones that get into conflict with each other
  • updates to IC are global and useable in all mods

Now for the bad parts

  • still Beta
  • still Bugs
  • not even close to the amount of features the original IC Script had in FS17. (But I'm working on that ;) )

How to add this to my Mod:

  • I will create videos explaining the process of adding simpleIC to your vehicle.

  • There is an examples.xml explaining all the current possible XML entrys and what they do. If you're not brandnew to modding this should be enough to get going :)

If you already know modding well, here's a short explanation: (look at the linked Deutz Agrostar above to see the full XML lines)

  • outsideInteractionTrigger = playerTrigger in which the player can open doors and other outside-stuff from the outside
  • animationName = name of the animation for the door
  • animationSpeed = speed of the animation (obvious)
  • shared animation = not added yet
  • soundVolumeIncreasePercentage = by how much will the sound-volume increase if that door is opened. Values will be added together for more than one door, max is outdoorSoundVolume
  • insideTrigger and outsideTrigger = "Triggerpoints" e.g. transformGroups that mark the spot where the IC component can be clicked
  • triggerPoint = index / i3dMapping name for the transformGroup
  • triggerPointSize = size/radius around the triggerPoint where it still registeres as being clicked

fs19_simpleic's People

Contributors

jason0611 avatar kitt3000 avatar modelleicher avatar stephan-s avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fs19_simpleic's Issues

Tastatur- /Tastenbelegungbelegung über sIC auslösen

Erstmal besten Dank für Deine investierte Zeit um dem LS für uns alle mehr Realismus geben und das
dann noch so super in Deinen vielen Tutorials einer breiten Masse verständlich zu machen.
Ist es evtl. möglich dem Kreuz von sIC einfach eine "Tastatur- /Tastenbelegungbelegung" zu übergeben?
Wäre dann z.Bsp. nutzbar um Bedienerterminals im Fahrzeug mit Funktionen wie GPS o.ä. zu
belegen oder Fahr-/Hydraulikhebel mit entsprechenden Funktionen zu versehen.

Reichweite des Triggers für IC Button ändern?

Moin, erstmal bin ich begeistert von deinem Mod. Ich habe in meinem Traktor eine Fensterscheibe, die sich nach vorne aufklappt und dabei wandert der IC Button weiter weg. Wenn ich dann das Fenster wieder zumachen will, ist der Button zu weit weg und er reagiert nicht. Gibt es eine Möglichkeit die Reichweite des Triggers zu erhöhen?

IC not working with headtracking

i can't use simple IC with head tracking, when enabled it doesnt work like i cant click anything in cab but when I disable headtracking i can use the ic

letztes Update vom 19/03

Moin, das letzte update funkioniert bei mir jedenfalls nicht mehr. Ich sehe zwar die Punkte zum aber es tut sich nichts mehr beim anklicken. Vorherige Version wieder rein, alles in Ordnung...K.A. ob das nur bei mir so ist?

Schoene Gruesse

Claudio

Simple IC und TrackIR

Moin Sam, erstmal vielen Dank für die tolle Umsetzung. Ich spiele gern aus der Innenansicht und nutze dafür auch die TrackIR Funktion/Unterstützung des Spieles.
Als erstes, habe ich Tastenbelegung in den Optionen so belegt, dass ich die mittlere Maustaste zum ein und ausschalten des IC nutze und zu dem noch die Linke Taste zum bestätigen der Funktion. Dieses funktioniert ohne TrackIR super wenn die Innenkamera mit der Maus gesteuert wird. Im TrackIR Modus, wird die Innenkamera vom der MausSteuerung übergeben ... So kann ich mit dem Kopf die Tür anvisieren und das Kreuz ❌ erscheint auch, jedoch reagiert er dann nicht auf mein Linksklick um diese zu öffnen.

Hättest Du eine Idee?
Wie kann ich dich hierbei unterstützen?

Viele Grüße SpassAmDaddelnTV /Alex

Amazone D8 30 + SimpleIC 0.9.2

Mir ist aufgefallen, dass die Standard-Amazone D8 30 mit der neuen Version 0.9.2 von SimpleIC einige Probleme bereitet.
Zum einen kann ich keine Kugeln anbringen. Das IC-Kreuz (X) wird zwar angezeigt, jedoch kann ich es nicht betätigen. Ähnlich wie bei Doppelbelegungen...
Ist die Sämaschine zu dem noch an einem Traktor befestigt, so funktionieren die Outdoor-Trigger des Traktors ebenfalls nicht.

Kann das sonst noch jemand so bestätigen?

Log Error

2020-04-08 19:21 Error: Running LUA method 'update'.
2020-04-08 19:21 d:/servers/service22767/home/games/FarmingSimulator19/mods/FS19_simpleIC/simpleIC.lua:402: attempt to index a nil value
Hi,
hat die Log aufm Dedi Server voll geschrieben nachdem ich beim Stepa Rückeanhänger eingestiegen bin.

LG

mehrere cylinderAnimations

Hi,
ich hab jetzt begonnen meinen eigenen Traktor mit Simpel IC auszustatten. Jetzt habe ich dass Problem sobald ich 2 cylinderAnimations nutze funktioniert immer nur die erstangebene. Gibt es aktuell schon eine möglichkeit mehrere zu nutzen? Wenn nicht fände ich es gut wenn es die Möglichkeit geben würde mehr cylinderAnimations nutzen zu können.

MFG Fussl1 :-)

Simple IC auf den Server in Bestehenden Spielstand

Moin.

Ich habe heute auf unseren Server Simple IC gepackt und In einen Schlepper Simple Ic verbaut der Andere Hatte es schon drin. Als ich auf den Server ging konnte ich nicht Via TAB tast in die Fahrzeuge (Alle auf dem Server) wenn ich an ein Fahrzeug gehe welches Kein Simple IC verbaut hat kann ich mit Taste E einsteigen. Wenn ich an ein Fahrzeug welches SimpleIC verbaut hat rangehe kann ich nicht einsteigen aber von Aussen das IC benutzen.

In meiner LOG sind keine Fehler geschrieben.
In der Server Log wie folgt


2020-04-25 16:14 D:/home/sid_1675950/farmingSim_2019/profile/mods/FS19_ZunhammerSK18500PE_pc/SK18500PU.i3d (154.80 ms)
2020-04-25 16:14 D:/home/sid_1675950/farmingSim_2019/profile/mods/FS19_ZunhammerSK18500PE_pc/wheels/RDA/RDA.i3d (3.62 ms)
2020-04-25 16:14 data/shared/assets/lights/lizard/workingLightSquare_01.i3d (1.14 ms)
2020-04-25 16:14 data/shared/assets/upperLink.i3d (1.02 ms)
2020-04-25 16:14   Error: Invalid usage of '>'! Works with vehicle components table only. Please replace '>' with '|' in the xml config. Referenced node: '0>0|18|2|0|0|0|0'
2020-04-25 16:14 LUA call stack:
2020-04-25 16:14   dataS/scripts/i3d/I3DUtil.lua (71) : printCallstack
2020-04-25 16:14   =D:/home/sid_1675950/farmingSim_2019/profile/mods/FS19_simpleIC/simpleIC_implementBalls.lua (35) : indexToObject
2020-04-25 16:14   dataS/scripts/vehicles/SpecializationUtil.lua (30)
2020-04-25 16:14   dataS/scripts/vehicles/Vehicle.lua (615) : raiseEvent
2020-04-25 16:14   dataS/scripts/i3d/I3DManager.lua (118) : asyncCallbackFunction
2020-04-25 16:14 D:/home/sid_1675950/farmingSim_2019/profile/mods/FS19_zunhammerTrista/zunhammerTrista.i3d (62.24 ms)

2020-04-25 16:14 Chris joined the game
2020-04-25 16:14 DediSave: Player Chris joined - current Player: 2
2020-04-25 16:15 Error: Running LUA method 'packetReceived'.
2020-04-25 16:15 D:/home/sid_1675950/farmingSim_2019/profile/mods/FS19_simpleIC/simpleIC_implementBalls.lua:102: attempt to index a nil value
2020-04-25 16:15 ShaderId envmap_blending.cg:1
2020-04-25 16:15 ShaderId envmap_blending.cg:2
2020-04-25 16:15 ShaderId envmap_blending.cg:4
2020-04-25 16:15 ShaderId envmap_blending.cg:8
2020-04-25 16:15 ShaderId envmap_blending.cg:16
2020-04-25 16:15 ShaderId envmap_blending.cg:32
2020-04-25 16:15 Error: Running LUA method 'packetReceived'.
2020-04-25 16:15 D:/home/sid_1675950/farmingSim_2019/profile/mods/FS19_simpleIC/simpleIC.lua:221: attempt to index a nil value

sIC Auf dedi server

Hallo habe das Problem dass simple IC auf meinem dedi server nicht funktioniert ich habe den Mod hochgeladen sowie den Trecker der mit simple ic ausgerüstet ist ich kann weder in den trecker einsteigen noch Simple ic benutzen.

Bitte im hilfe

implementBalls.lua:205: attempt to index field 'vehicle'

Hallo,

haben seit gestern das Problem das auf dem Dedi Server niemand mehr in SIC Fahrzeuge einsteigen kann. Weder wenn man daneben steht noch per TAB. Im Singleplayer ist alles in Ordnung.

2020-05-08 17:19 D:/home/sid_600844/farmingSim_2019/profile/mods/FS19_simpleIC/simpleIC_implementBalls.lua:205: attempt to index field 'vehicle' (a nil value)
2020-05-08 17:20 ------------------------------------
2020-05-08 17:20 REA Dynamic dirt
2020-05-08 17:20 Number of lowspots created: 446
2020-05-08 17:20 Scantime lowspots(seconds): 94.784910593033
2020-05-08 17:20 ------------------------------------
2020-05-08 17:20 REA Dynamic dirt: Scan completed detected by REA
2020-05-08 17:23 D:/home/sid_600844/farmingSim_2019/profile/mods/FS19_Fendt800VarioTMS/fendt800VarioTMS.i3d (866.09 ms)
2020-05-08 17:23 data/shared/wheels/trelleborg/TM800/R30_TM800.i3d (1.25 ms)
2020-05-08 17:23 data/shared/assets/reflectors/lizard/redRound_01.i3d (0.42 ms)
2020-05-08 17:23 Error: Running LUA method 'packetReceived'.
2020-05-08 17:23 D:/home/sid_600844/farmingSim_2019/profile/mods/FS19_simpleIC/simpleIC.lua:193: attempt to index a nil value

Spiel Start

Hallo
Hab das Problem das mein Spiel mit den zwei letzten Versionen nicht mehr Startet. Tasten doppel belegung hab ich schon ausgeschlossen. Wenn ich es raus nehme geht mein Spiel wieder.

Frage: Wäre das der Punkt wo später mal shared animation greifen würde?

  <simpleIC outsideInteractionTrigger="simpleIC_playerTrigger" reachDistance="2.5" >	
		<animation animationName="Warntafeln klappen" animationSpeed="0.1" sharedAnimation="true" soundVolumeIncreasePercentage="0.0" >
			<insideTrigger triggerPoint="simpleIC_WarningLeft_innerNode" triggerPointSize="0.033" />
			<outsideTrigger triggerPoint="simpleIC_WarningLeft_outerNode" triggerPointSize="0.075" />
		</animation>
		<animation animationName="Warntafeln klappen" animationSpeed="0.1" sharedAnimation="true" soundVolumeIncreasePercentage="0.0" >
			<insideTrigger triggerPoint="simpleIC_WarningRight_innerNode" triggerPointSize="0.032" />
			<outsideTrigger triggerPoint="simpleIC_WarningRight_outerNode" triggerPointSize="0.075" />
		</animation>		
		
    </simpleIC>

Simple IC mit Head Tracking

Hallo erstmal,
vielen Dank erstmal für deine super Arbeit. Mal eine Frage, ich nutze Simple IC und nutze ein Head Tracking System, es ist ja so, das wenn ich im Fahrzeug sitze muss ich mit dem Headtracking (Kopfbewegungen) das Kreuz auf das X bringen und dann mit drücken der Maustaste zum Bespiel die Tür zu öffnen. Das ist manchmal etwas fummelig oder zum Beispiel bei der Heckscheibe, wenn da das Kreuz genau hinter dem Fahrersitz liegt kann ich den Kopf gar nicht so weit drehen das das Kreuz über dem X liegt. Bei dem Mod IHC 554-644 ist ja ein eigenes IC Script eingebaut, bei dem funktioniert das so das man zwar mit dem Headtracking in Richtung des Punktes schaut, aber sobald man das IC Aktiviert, kann man dann mit der Maus den Cursor steuern und den Punkt Beispiel Tür öffnen aktivieren. Dann kann man mit dem Headtracking die Kamera bewegen und mit der Maus das Kreuz zum aktivieren. Wäre das beim Simple IC auch möglich? Hoffe man versteht worauf ich hinaus will.
Vielen Dank für deine super Arbeit und deine tollen Videos, weiter so

Beste Grüße

Simple IC not working at all?

Hi i just downloaded simple ic to give it a try.
I downloaded it together with your deutz fahr mod.
But when the x in the game pops up and i click on it nothing happens?
Its a clean folder with only these two mods inside it:

FS19_deutzAgroStar661_ModelleicherEdit.zip
FS19_simpleIC.zip

This is my logfile: https://pastebin.com/pK0t49fs

PlayerTrigger vergrößern

Hallo SimpleIC-Team und Community,

GREAT JOB so far :-)
Ich bin noch realativ neu im GE, aber die ersten umbauten auf Simple IC haben super geklappt. Bei einem 900er Fendt ist der Playertrigger aber fast zu klein, wenn die Tür geöffnet ist.
Wie kann ich den Playertrigger vergrößern?
Nutze aktuell den Trigger, den @modelleicher unter seinem Erklärungsvideo verlinkt hatte.

Viele Grüße
Andre

Sounds

Könnte man Sounds hinterlegen?

IC not responding

Hey. Loving the mod however, all of the IC points are showing and they dissapear when i press space key like they are supposed to. But when i click on them they do nothing. Any suggestions? By the way i have downloaded the courseplay compatible version of the tractor

hub aus aber ic trotzdem sehen möglich?

moin moin erstmal danke für deine tollen mods ....mich stört es ein wenig das ich immer den hub an machen muss um simleic zu sehen wäre es möglich das iwann zu ändern?

simpleIC_implementBalls.lua:102

Hallo,

seit dem ich die neuste Version (0.9.2.1) runtergeladen habe kriege ich beim Starten eines Spielstands folgenden Error:
Error: Running LUA method 'loadSharedI3DFileFinished'.
C:/Users/Maximilian/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC_implementBalls.lua:102: attempt to index a nil value

Kann mir jemand sagen woran das liegt, wie ich das behoben bekomme oder ob das überhaubt an simple IC liegt? Log ist angehangen.

LG und Danke im Vorraus.

log.txt

Frage: simple IC und Courseplay

Hi

ich versuche seit gestern simple IC zu nutzen.
Deshalb bitte verzeih mir für diese Frage. Kann es sein, dass Simple IC sich mit Courseplay nicht verträgt. Ich habe mir einen Schlepper mit Simple IC Funktion heruntergeladen.

Leider ist mir aufgefallen wenn ich "STRG" gedrückt halte um IC zu aktivieren, dass ich dann die Kamera nicht mehr drehen kann. Dann Fahrzeigteile wie Türen, Lenkrad usw. kann ich mit IC nicht benutzen. Es passiert einfach nichts.

Ich habe angefangen nach der Fehlerquelle zu suchen und mir ist aufgefallen wenn ich Courseplay aus meiner Modliste rausnehme dann geht Simple IC aus einmal. Kennt ihr das Problem schon oder sind meine Tasten falsch belegt und deshalb hab ich das Problem?

Bedienung nach Kamerawechsel mit Gamepad nicht möglich

Moin,

Hab noch einen Bug gefunden.
Nach einem Wechsel der Kameraansicht (innen/aussen), lassen sich die inneren Triggerpoints nicht mehr mit dem Gamepad bedienen.

Abhilfe schafft Aussteigen und wieder Einsteigen, damit dann die Innenansicht gleich aktiv ist.
Oder die Tasten neu Belegen, was aber sinnlos ist, da der Bug beim Kamerawechsel sofort wieder da ist.

Getestet mit Gameversion 1.5.1, sIC Version 0.9.1.9, Saitek Sidepanel und PS4 Controller.

Mfg

Fehler bei neuster Version

Hallo ich habe leider den Fehler, das sobald ich die ic im Fahrzeuginneren nutze, ich die ic außen nicht mehr nutzen kann.
Hat noch wer dieses Problem?

Front- und Heckfenster schliessen zusammen

Hallo

Wenn ich das Front- oder Heckfenster schliesse, schliesst das andere auch. Öffnen kann ich beide, ohne dass das andere beeinflusst wird.
Beim Fendt Farmer 300Ci von Cayman funktioniert alles wie es soll.
Beim Vergleichen der xml ist mir auch nichts spezielles aufgefallen.

Gruss
Kobes94

Error: Running LUA method 'update'

2020-01-26` 19:21 Error: Running LUA method 'update'.
2020-01-26 19:21 C:/Users/smaeg/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC.lua:292: attempt to index a nil value

log.txt

Version: 0.9.1.3

Issue: IC could not be toggled neither from indoors, nor outdoors. Worked again after reentering the tractor. Occurred in MP.

Steps to reproduce: unknown (did not occur again afterwards)

Side note: potential mod conflict? Also several faulty mods were in use

IC funktioniert Innen nicht bei allen Fahrzeugen

Hallo zusammen,

ich habe 4 Simple IC Fahrzeuge auf meinem aktuellen Spielstand.
Alle funktionieren auf einem sauberen Spielstand ohne andere Mods perfekt.

Mit den anderen Mods (ein paar mit anderen IC Varianten) funktioniert beim Deutz 6.61 von @modelleicher alles (innen/außen) beim MB 2052 LKW ebenfalls.
Beim Unimog 1600 und meinem umgebauten 900 TMS funktionieren nur die outside Trigger.
Drinnen werden die Punkte angezeigt reagieren, aber nicht.
Wo dran kann das liegen?

Heckhydraulik von außen per simpleIC absenken

Hallo,
kann ich irgendwie meine Heckhydraulik von außen per simpleIC absenken?
Leider vergesse ich das mit manualAttach öfter und muss dann wieder einsteigen und die Hydraulik abzusenken.
Würde lieber einen der Knöpfe hinten via simpleIC benutzen.
Hoffe Du kannst mir weiterhelfen.
VG
Olli

Kamera wechsel und IC 0.9.2.0

Moin nachdem ich ein wechsel von der Version 0.9.1.3 zu 0.9.2.0 machte viel mir erst mal auf das die Controller steuerung taste A für innen nicht mehr ging. Konnte ich aber beheben. Es gab eine Belegungs Kollision mit der Anhängen steuerung was ich aber gelöscht habe wegen manual attaching, das hatte 0.9.1.3 nicht.

Das zweite ist nach einem Cam wechsel von außen nach innen geht leider IC nicht mehr egal ob controller oder tastatur. Ich muss wieder ein und außsteigen.

Was ich witzig fand war das wenn ein anderer Schlepper neben einem anderen steht das die türen beider schlepper nicht mehr von außen aufzumachen sind via IC. Eigentlich war da genug platzt. Beide schlepper haben IC.

Aber so ist der Mod fantastisch und eine weiter entwicklung den 17er IC vor allem wegen der steuerung via controller. Tolle sache. Mach weiter so

Frage bezüglich der TriggerTG

Und zwar is meine frage da ich ja hauptsächlich Mods umbaue die das IC script haben kann ich statt der TG auch die Kreise vom IC script angeben??? (kreise darauf wo man im IC script geklickt hat)
Das würde mir viel Arbeit ersparen, beim ausrichten der TG´s, wenn ein schlepper viele Animationen hat.
LG Mike

simple IC in bestehenden Spielständen

Egal ob im Single- oder Multiplayer, ich kann simple IC nicht zu bestehenden Spielständen hinzufügen.

Meine Frage ist deshalb: Ist das so vorgesehen? Wäre wirklich schade wenn ja, da ich dann mit diesem Mod leider nichts anfangen kann.

IC Nicht mehr ausblendbar

Kann jetzt mit der neuesten Version IC nicht mehr ausblenden.

Muss dafür jetzt noch was geändert werden?

lg Sulvanar

SimpleIC im Mappau

Hey,
dies ist mehr eine Frage bzw eine Verbesserungs Idee. Ist es möglich Simple IC bei platzierbaren Gebäuden in einer Map zu verwenden? Da nun ja mal oft die Trigger von Toren und Türen überlappend sind und sich beißen.

Courseplay

Leider spackt die Steuerung mit Courseplay
Kann mir jemand verraten wie er das in Griff bekommen hat.
Ich öffne CP mit der rechten maus taste, aber dann wackelt der maus zeiger und ich kann nichts einstellen.
Danke für die Hilfe

Lua Fehler seit dem neuesten Update

Moin,
Seit dem neusten Update schmeißt mein Trecker in Lua Fehler wenn ich das IC deaktivieren will. Irgendwas mit Attacher.Joint oder so. Schätze mal das hat was mit dem Update bzgl. der Komptabilität mit Anhängern etc. zu tun damit der Mod erkennen kann was das Fahrzeug für ein Typ ist. Vlt. kannst du das ja noch irgendwo hinschreiben wie man das fixt.

IC wird erst nach Menüaufruf ausgeführt

Hallo,

ich habe das Phänomen, dass die IC-Animation erst ausgeführt wird, wenn ich das Spiel-Menü aufrufe (ESC) und dort einen Menüounkt aufrufe. Dann sehe ich im Hintergrund, wie sich das Fenster öffnet bzw. die Tür bewegt usw..
Testumgebung war folgende:
Map: Ravenport
Mods: Dein Deutz, SimpleIC neueste Version (0.9.1.7)

Um Doppelbelegungen auszuschließen habe ich die InputBindings vorher gelöscht und Testweise auch die Tasten zum aktivieren der Trigger geändert (diese Funktioniert aber ohne Probleme) sowie IC ausführen mal auf die Rechte bzw. Mittlere Maustaste geleget.
Alles ohne Erfolg.

Die Log ist Fehlerfrei... ich hoffe du kannst es nachstellen, wüsste nicht wo ich sonst noch ansetzen sollte.

SIC

Hallo lieber modeleicher. :)

ich habe momentan schon etwas länger dieses Problem dass ich von außen mit dem Script interagieren kann jedoch von innen nicht. Ist das ein bekanntes Problem oder vlt ein Bug?
wenn ja woran liegt das Bzw. wie fixe ich dies... Bedanke mich schon mal im voraus und freu mich auf eine Antwort :D

Mfg.

Fehler Dedi

Hallo modelleicher,
leider die neue Version einen Fehler
2020-04-29 17:25 Error: Running LUA method 'packetReceived'.
2020-04-29 17:25 C:/Users/Administrator/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC_implementBalls.lua:213: attempt to index field 'vehicle' (a nil value)
2020-04-29 17:25 Error: Running LUA method 'packetReceived'.
2020-04-29 17:25 C:/Users/Administrator/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC_implementBalls.lua:213: attempt to index field 'vehicle' (a nil value)
2020-04-29 17:25 Error: Running LUA method 'packetReceived'.
2020-04-29 17:25 C:/Users/Administrator/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC_implementBalls.lua:213: attempt to index field 'vehicle' (a nil value)
2020-04-29 17:25 Error: Running LUA method 'packetReceived'.
2020-04-29 17:25 C:/Users/Administrator/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC_implementBalls.lua:213: attempt to index field 'vehicle' (a nil value)
2020-04-29 17:25 Error: Running LUA method 'packetReceived'.
2020-04-29 17:25 C:/Users/Administrator/Documents/My Games/FarmingSimulator2019/mods/FS19_simpleIC/simpleIC_implementBalls.lua:213: attempt to index field 'vehicle' (a nil value)
2020-04-29 17:25 Error: Running LUA method 'packetReceived'.
Gamelog.txt

'packetReceived' errors in MP

Today there were bugs from SimpleIC, the first problem was that when the host was in the vehicle with this mod, the client could not join the game (syncization did not end, there was an error of one of the main game scripts, FSBaseMission or similar), when in finally I managed to sync in LOG there was an error from SimpleIC (different at the host and different at the client, I attach both LOGs).

log_host.txt
log_client.txt

Click on icon

Hello. First want to say amazing job. I edited my first tractor yesterday. Amazing. Couple questions. Can I replace click on “X” to something else or make it smaller?
Thanks 🙏
Dr. Drulia

SimpleIC schon in Anhängern nutzbar?

Habe SimpleIC jetzt mal in 2 Anhängern eingebaut. Wollte eine animierte Plane bzw. in einem Miststreuer die Seitenklappe damit bedienen (natürlich outside). Leider tut sich da gar nichts.
Wenn ich die Einträge in meiner Log sehe, in welche Fahrzeuge sich SimpleIC einbaut, vermute ich mal, dass dies auch noch nicht funktionieren kann?

Super geniales Teil. Vielen Dank dafür. Mein Traktorpool ist komplett umgebaut!!! Einfacher Einbau. TOP! Wenn man merkt, ich wechsle lieber von outside inside kurz in der XML die Bezeichnung geändert und fertig. Genial, vielen Dank dafür.

Problem beim Einbau

Du hattest in deinem Viedeo gesagt das man SimpleIC auch in anhänger einbauen kann.

Es funktioniert aber nicht.

LG Speedy

value nil 102

Moin,

bei mir will das save nicht laden und ich bekomme diesen error....

Schoene Gruesse

Claudio

IC Einstellung wird nicht gespeichert

Hallo,

ich hab bei einem Traktor simpleIC verbaut, funktioniert soweit alles einwandfrei.
Nun mein Problem: im Singleplayer werden alle geöffneten Türen, Fenster usw gespeichert,
aber auf dem Dedi Server nicht.
Das Problem besteht auch nur bei dem einen Mod.

Zusatz Feature: Manuelles Ankoppeln

Hey! Die neue IC Steuerung ist echt nice. Wenn das irgendwie machbar wäre, wäre es geil wenn man mit dieser Steuerung auch Geräte manuell An und Abkoppeln könnte.

Lg

Translate X,Y.Z animation?

First of all a BIG thank you for this great IC mod. Working perfectly! ;)

Is it possible to create TRANSLATE X,Y,Z animations? It is meant to move the beacons up or down.
If yes, how to create this in the XML file?

Many thanks again.

Fendtie

Kamera bug/ Aktivierungsbug

Hi Sam,
ich habe ein kleines Problem: Im Fendt 700/800 TMS Pack ist simpleIC verbaut. Auf den Karten Ellerbach und Geiselsberg, habe ich allerdings das Problem, dass simpleIC nicht reagiert wenn ich es deaktiviere, also das Fadenkreuz, sowie die Triggerpunkte ausblende, und es dann wieder aktiviere. Das selbe Problem ergibt sich auch, wenn ich in die Außenansicht gehe und anschließend wieder in die Innenansicht. Um dann simpleIC wieder bedienen zu können muss ich aussteigen und wieder einsteigen. Ich habe simpleIC im Fendt 400 TMS Pack verbaut, was im Grunde nur das Fendt 700/800 TMS Pack in abgeänderter Form ist. Hierbei ergibt sich dasselbe Problem. Ich habe auch in einen Case Maxxum simpleIC eingebaut und dort gibt es ebenfalls dasselbe Problem.
Kleine Anmerkung: Ich benutze auf beiden Karten einen Traktor mit dem alten IC-control. Könnte es evtl. daran liegen? Ich habe den Case Maxxum mal auf einem neuen Spielstand auf der Ellerbach nur mit simpleIC und dem Maxxum im Modordner getestet und da hatte ich keinerlei Probleme.

P.S. Deine Scripte sind unübertreffbar, da kann das alte IC-control lange nicht mithalten. Vielen Dank!

LG David

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.