Lucubratorius Loyal
Lucubratorius Loyal
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
How do I learn more about the code
30 replies
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
this.MakePlayerFormationFollowPlayer(component.GetNetworkPeer());
30 replies
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
} private void CheckPlayerBeingDetached() { foreach (NetworkCommunicator networkPeer in GameNetwork.NetworkPeers) { if (networkPeer.IsSynchronized) { MissionPeer component = networkPeer.GetComponent<MissionPeer>(); if (this.PlayerDistanceToFormation(component) >= component.CaptainBeingDetachedThreshold) this.MakePlayerFormationFollowPlayer(component.GetNetworkPeer()); } } }
30 replies
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
I know the exact line where the auto follow is, should I post it?
30 replies
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
I have tried asking that community all week long, only a couple people have reached out, and they only gave me general advice. Im trying to fix bugs in the game. One bug is that some troop formations do not act properly. Another thing I would like to fix is the auto follow function. It makes your troops disobey your order and move onto your location if you move more than 50 feet away from them.
30 replies
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
You can modify this file and see results. A guy around a year ago did a ton of bug fixes, but then he left. A lot of his knowhow has since dissapeared.
30 replies
CC#
Created by Lucubratorius Loyal on 11/4/2023 in #help
❔ Does anyone want to show me how to make a few edits in C#?
No description
30 replies