(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

Np man! Glad I can help :slight_smile:

@,@
*.wav can be?
which plugin :confused:
thanks

1.Only *.ogg ( use Audacity to convert your audio files from w/e to ogg )

  1. plugin:

How to install:
In your project folder, make a new folder and name it Plugins.
Put the “VictoryPlugin” folder inside there. ( You will have path: Path\ProjectName\Plugins\VictoryPlugin ).
That it.

Now open your project.
Open a blueprint graph, right click on the background and search for “Get Sound Wave From File”. ( I know it says wave, but it works only with ogg files ).
node takes a path as input and returns a sound file.

If you want it to work no matter where your project is, store the sound files inside your project’s folder, something like that: Path\ProjectName\Sounds*.ogg
And use the “Victory Paths Game Root Directory” node.

The path string will look something like ( pseudo code ):

path = VictoryPathsGameRootDirectory + “Sounds/myaudiofile.ogg”

Then you use for the “Get Sound Wave From File” node’s input.

That’s it :slight_smile:

Thank you very much :o

You’re Welcome :smiley:

Hi just a quick one!

Do you have any plans to build the Victory plug-in for Mac?

If not, could you tell me how can I do it?

Thanks!

the URL: I can’t download。Can you email me,Thanks

My beloved!

I know it just got released, but do you have any ETA for Victory 4.10?

Thank youuuuu!

Awesome, thanks again for the work you do :slight_smile:

Someone who compiles C++ on Mac OS needs to compile my plugin there, for Development Editor, Development Game 64, and Shipping 32, then I can post the binaries for everyone.

If anyone would like to do , please pm me.

:slight_smile:

Hee hee! :slight_smile:

I just installed VS 2015 (requirement in 4.10), and I will be doing the Victory BP upgrade shortly!

:slight_smile:

Draw Circle, Another Victory BP Library Node Is Now In 4.10 Main Engine Release!

Dear Community,

I submitted a C++ pull request to Epic to make Draw Debug Circle into a blueprint node, and now it has been released in 4.10!

From the 4.10 release notes:
“New: Blueprints can now draw circles via the Debug Draw Circle node.”

Here are some pics from my Victory BP Library version!

Make sure to check out “Draw Debug Circle!”


**Other Contributions from Me In 4.10**

**1. I made an algorithm performance improvement to the FABRIK animation node:**
/EpicGames/UnrealEngine/pull/1133

2. I ensured proper functioning of **SetEnableGravity** for **destructible components**, so that you can change gravity of apex pieces at any after the destructible is destroyed.
/EpicGames/UnrealEngine/pull/1249

3. **FVector:: DistSquaredXY for Vector.h**, only C++ accessible
/EpicGames/UnrealEngine/pull/1365

4. **Crash fix for GameSession.h**, when the playerstate class is invalid in the game mode.
/EpicGames/UnrealEngine/pull/1453

Enjoy!

Look forward to it, thanks.

How Can I Use Victory BP Node ~ Load Level Instance ~ In a Multipalyer Game?

Dear Community,

To make sure that a client loads in the levels you are crafting via my Load Level Instance node in a multiplayer game, you have to do is use a multicast BP custom event.

See the pic!

Enjoy!

Make sure you are clicking on the link and not copying and past it to the address line.
If the address is too long it will shorten the text and put “…” in the middle of it.

Victory Plugin Upgraded to 4.10!


**Upgraded to 4.10!**

My Victory BP Library Plugin is Now Upgraded to 4.10!

My [Victory Ed Engine](https://wiki.unrealengine.com/%27s_Vertex_Snap_Editor_Plugin#Overview) Vertex Snap and Instanced Static Mesh Editor is also upgraded to 4.10!

**Latest plugin download on the UE4 Wiki: (7.16 mb) **
https://wiki.unrealengine.com/File:VictoryPlugin.zip

Not using the latest engine version? Check out my wiki section on which plugin release dates go with which engine version!

Plugin Release Date and UE4 Engine Versions
https://wiki.unrealengine.com/'s_Vertex_Snap_Editor_Plugin#Plugin_Release_Dates_and_UE4_Engine_Versions


**Victory Plugin on Media Fire**

**If your browser is not updating the Wiki download page** to the most recent version, you can use my alternative Media Fire download link!

Please note clicking  link will not start a download instantly, it will just take you to the Media Fire file description.

https://www.mediafire.com/?g6uf9kt5ueb2upj

Note on Packaging Victory Plugin


**Donations**

Donations can be sent to me via:
http://lightningfitness.org/donate/

Enjoy!

:)

Hey, thank you very much for updating your plugin to 4.10 :slight_smile:

Also congrats for getting 5 of your awesome contributions into 4.10!

When I read about that you fixed SetEnableGravity for destructibles, I thought about a very useful node you might be able to add to your plugin.

At the moment (in BP) you can hit a destructible component with a trace and the HitBoneName (Name) is telling you which chunk of the fractured mesh the trace hit and the HitItem (Int) is also telling you which chunk of the DM was hit. Would there be a way to delete part from the destructible mesh so that it disappears? I guess that’s surely possible in C++ so if you could expose that to BP in your plugin that would be really awesome!

It would allow everyone to manipulate these chunks from BP. For example, at the moment I face the problem that quite huge chunks can block the path of the player. If I could just make the player destroy individual chunks, he could free his path without deleting the whole destructible component which would look really strange, it’s like shooting on one stone and suddenly 200 stones around you disappear.

Would be really awesome :o

you are smart :3 can u answer me that questions:

Why cant ue4 just save variables states etc with one little command?

I mean ingame just type: save “savename”
And there after you can do: load “savename”

And it just works.

Wouldnt that be awesome…

Dear ,

I get error when i try to build the plugin in VS2015.

Any ideas on what i am doing wrong?

Thank you!

Hi there!

You’re showwing me the VS error list, not the output window, please always show me the output window :slight_smile:

Try Rebuilding the project, which will reenereate the Intermediate folder for the plugin :slight_smile:

Please note rebuilding is different then regular build, “Rebuild Solution”

Just dont do with a custom engine build anyone, unless you want to rebuild the engine.

That’s the only way to regenerate the plugin Intermediate Folder which I can’t possibly include with my download since its usually about 1 GB it size :slight_smile:

Nce to hear form your Roccino!

:slight_smile:

Thanks for the compliments John!

:slight_smile:

Your idea is great! I was going to be doing something like soon, but now I think I’ll do it sooner!

:wink: