0 lajków
24 komentarzy
1 film
1 przesłany
1 obserwujący
1 547 pobrań
@ChaosInsurgent I've finished coding and am now debugging. Fingers crossed I don't find any bugs!
@Officer_Barley9112 Really?
I am playing with this mod in combination with PEV DTAR and Gang and Turf, what mods are causing what problems?
@MORIMORI3 Here is a video overview of v0.70!
https://youtu.be/1xqNQE-ReCU?si=4Ztlf9hfj0QUCyAY
@ImposingLemming Thanks!
@janyajoshi A retreat order will remove the unit.
The limit can be changed from the configuration file, but spawning more than the default limit may cause the Lua Plugin to crash.
@Yeahsureson Sorry for the late reply.
That is indeed odd.
Please compare with my environment below.
# Required
- Visual C++ 2013
- ScriptHookV
- JM36 Lua Plugin
# Folder structure
- ./dinput8.dll
- ./ScriptHookV.dll
- ./LuaPlugin_ForUsers.asi
- ./scripts/ScriptsDir-Lua/Modules/bcs.lua
- ./scripts/bcsConfig.ini
- ./scripts/bcsPreset.json
@Allen Williams It wasn't included there either.
The Lua runtime has so many limitations like this.
Incidentally, it can't even handle the out argument, so many native functions are unusable.
As mentioned, I plan to rewrite this Mod in C#.
But thanks for telling me about this function.
@Yeahsureson If the menu doesn't open even though the conditions are met, it is likely due to a preset file. If you were using an old preset file or made any edits, please replace it with the file included in the current version.
@MORIMORI3 It's likely that Lua wouldn't be able to handle this feature. That's why I'm rewriting this Mod in C# so I can get rid of those Lua limitations. Please wait a bit, it will take some time.
@5848283QQ Thanks!