I can’t compile my project anymore with VictoryBPLibrary . Everything was normal before. I make some cosmetic changes on the level and can’t build it. There are many errors with chrono and ratio files (VS folder). log attached.
I’m using 's victory plugin with ue4 version 4.12 for the ability to rebind keys… However its NOT saving the re-binded keys after exiting the game.
Or maybe its possibly using default keys on startup? (and not looking at the correct place to find the newly rebinding key file?) but I tried deleting the input.ini file to make sure its not using that
Not sure if matters… but is a packaged game using 32bit Development build.
I noticed a RebindingIinput.ini file ( in the \Saved\Config\WindowsNoEditor directory) but not sure if that is doing anything because after I rebind keys in game it doesn’t seem to modifiy the file date on RebindingInput.ini file)
Any suggestions on how to find out where is going wrong? Thanks
Working fine for me + cook/build working. However there’s a few warnings:
LogClass: Warning: FLevelStreamInstanceInfo::Location is not initialized properly
LogClass: Warning: FLevelStreamInstanceInfo::Rotation is not initialized properly
LogClass: Warning: BoolProperty FLevelStreamInstanceInfo::bShouldBeLoaded is not initialized properly
LogClass: Warning: BoolProperty FLevelStreamInstanceInfo::bShouldBeVisible is not initialized properly
LogClass: Warning: BoolProperty FLevelStreamInstanceInfo::bShouldBlockOnLoad is not initialized properly
LogClass: Warning: FLevelStreamInstanceInfo::LODIndex is not initialized properly
LogClass: Warning: BoolProperty FVictoryInput::bShift is not initialized properly
LogClass: Warning: BoolProperty FVictoryInput::bCtrl is not initialized properly
LogClass: Warning: BoolProperty FVictoryInput::bAlt is not initialized properly
LogClass: Warning: BoolProperty FVictoryInput::bCmd is not initialized properly
Not sure if its the Victory Plugin not loading up whatever rebindings were changed when game is first started or if it something else?
If I rebind a key to something else it works great (even can change maps, etc.) until the game exits and restarts then any rebindings are not used and everything back.
I tried deleting input.ini and rebindinginput.ini but still not loading any newly created rebindings at start of game.
I know if you add bindings to input.ini it will use those… (possibly overriding anything created by the victory plugin… so I deleted/emptied it to make sure)
Are you not allowed to rebind keys using a 32bit Development build? (will it always use whatever the editor rebinding default was set at?)
If anyone knows anything about or where the rebindings are stored, or any way to check where might not be working… please let me know - I can also give you a free steam key to the game (Bloodlust: Nemesis) if you think looking at the directory structure would help find where the rebindings are stored, etc.
Can you update node : “Victory Get Custom Config Var String”
to be able to target a custom ini file (not the default game.ini), would like a path to a custom file.
For the moment I use “File IO” node but there is a lot of manipulation string to achieve what i want : just read/write a variable in DefaultEngine.ini
Thanks !!!
Hey everyone!
I have a problem with two 's nodes and AI Perception,
I use the nodes “get generic team ID” on a pawn, it return 255 (that’s normal i think) but if i “set generic team ID” to 0, it is always 255? Set generic team ID isn’t working?
I have the interface to do that but no idea why it isn’t working! Only use: Event tick > set generic team ID (0). But get generic team ID is still 255…
Thank’s for your help it will be very appreciated!!
That just means that the struct does not have default values for those. 422 seems to log now. Unless something else has changed i don’t think will cause you any issues.
Edit: I identified the crash was being caused by alright rig plugin but I dont know how to fix it yet. Disabling the plugin allows me to open my project but now I cant edit animations
Hey first off thank you for an amazing plugin! Just wondering is it working with Android, used it and packaged for and doesn’t seem to be working. Any ideas? Thanks again
Still getting error “LogPluginManager: Warning: Plugin ‘VictoryBPLibrary’ is not compatible with the current engine version (4.22.0)” when trying to open engine version 4.22.2.
I wondered if anyone would have some advice: I installed the plugin for 4.22 like two weeks ago, I had some doubts but it even works for 4.00.2!
What I needed was a way to move and rename a screenshot, so I discovered the ‘Screen Shots Rename Move Most Recent’ node, which is perfect and does just that!
Playing with it for some , linking it to my other nodes, it works well! Except when I package my project as Develoment or Shipping, then the node won’t work. Actually it will half work because it still manages to create a folder following a custom naming, but won’t manage to rename and move the screenshot.
So I investigated some things, I tought it may have to do with the default Screenshots folder maybe. The node knows whatever default Screenshots folder I use while I’m in Unreal - but I guess it’s lost at runtime and can’t seem to see any other folder than the ‘default’ default folder, which would be something like C:\Users(User name)\AppData\Local(Project Name)\Saved\Screenshots\WindowsNoEditor
But even that ‘default folder’ will stay empty – I manage to create new folders inside, but no screenshot goes there in the first place, so no screenshot is moved either.
An other question for those who know would be, where exactly is the Screenshots folder location at Runtime?
Maybe I forgot something, does anyone know if I’m doing something wrong?
is free plugin…he has to earn a living…so, maybe he’s working on paid stuff…you can review the source code yourself to see if you can fix / add features.
You should know as well as I do that it’s not so easy to just go into somone’s source code and fix / add features yourself.
The point that has stopped working on is not an isolated. It goes through the whole marketplace as well, because many items there are now useless because the creator isn’t getting as much out of it anymore to give a **** about it and stop working on it. It’s a shame. I can’t afford pushing updates of my games back because some marketplace dev doesn’t update his plugins anymore. But ultimately it made me stop using any 3rd party plug-ins for good. In the specific case of plugin, many very valuable things from have already been adapted into the official UE4 build, so there is less and less reason to keep using it.
Maybe that’s why gave up on it.
And just to be clear - I think is a great guy who’s dedication to his work is commendable. I fully understand why he would eventually abandon his older work like , because there is just nothing in it for him anymore to keep working on it.
PS: Please fix the “get pixel rgb from texture” node, it’s broken in shipping build
I went back a few pages and I couldn’t find anything posted by you… (maybe further back), so apologies if you already put forward what is not working… Anyway, are you using the “get pixel rgb from texture” node or are you not using it but it is preventing you from creating a shipping build and if it was removed, the problem would be solved?