MenyooSP icon indicating copy to clipboard operation
MenyooSP copied to clipboard

Menyoo animations

Open pat225 opened this issue 3 years ago • 3 comments

Hello. I have a question about animations. In Menyoo menu in game animations/scenarios, aren´t write alphabetically. On this site I click on Code>Download ZIP. I have now Menyoo SP Master zip. In this zip are more files. I open example Solution>source>sub-menus and here is more files. I open Ped animation.cpp. In this files, are written this prereadyed some animations. Hood dance, Pole dance, chilling with friends, etc. But they aren´t written alphabetically, in game too. I chage some rank of these animations alphabetically. I save file and run game, but in menyoo, animations are in still same. How can I active my edited animation list in game? Thanks for help.

pat225 avatar Jul 16 '22 07:07 pat225

Changing the order in that cpp file is not enough. You have to build the project in Visual Studio, then go to MenyooSP\Solution\source\_Build\bin\(Release or Debug), and copy the new Menyoo.asi to your game folder for it to work.

rokatamas99 avatar Jul 16 '22 21:07 rokatamas99

Exist some tutorial or video tutorial, because, I don´t know, how build in Visual Studio. I must paste some text to Visual Studio, or how create it?

pat225 avatar Jul 17 '22 09:07 pat225

Building it is as simple as pressing a button in the top menu: Build > Build Solution. However, for this to work dependencies and external includes must be correctly set, and from your comments I assume you are not familiar with these concepts, and so I do not recommend starting with this project, since you may run into problems you might not know how to solve with your current experience. I would look into tutorials how to create simple C++ projects in Visual Studio first, and get back to this when you're comfortable with those. Also keep in mind this project is under the GPL 3 Lincense, which (as far as I know) means if you ever plan to distribute (send to anyone else) this modified version of Menyoo, you must share the modified project on Github, which requires basic knowledge of Git and Github as well.

rokatamas99 avatar Jul 17 '22 13:07 rokatamas99