Giter Site home page Giter Site logo

mhf-save-manager's People

Contributors

chakratos avatar guevara1962 avatar mowstyl avatar rainapepe avatar tsugami avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mhf-save-manager's Issues

Itembox editor does not display correctly

Using 1.8.0 the itembox editor does not display any icons and seeingly every page is displayed on top of each other

image

There are no errors or failed requests in the logs

about distribution editor

hi, I edited a distribution and new table had appeared in pgadmin, but nothing happen when I lauched the game and I can't receive anything from the guide girl, what would be the problem? Thank you !

Request to add support for missing files.

There is 3 extra files that store data for a player which are not in the save manager as of now.
Those files are Minidata, Scenariodata and Savefavouritequest.
Would be cool to get those saved easily through the manager aswell, especially since scenariodata holds everything for the series quests.

Inventory Space

Good Day, on the manager we can only go up to 40 pages for the itembox but in game i got 63 pages is there a way to add more box space on the manager as well? thank you in advance :)

roadshop error

image
I don't know if it's because I have the main version of erupe but I get this

About errors at startup

素晴らしいツールの作成をありがとうございます。
起動時に以下のエラーが発生してしまうので修正方法があればご教授頂けないでしょうか。

「Fatal error: Uncaught PDOException: SQLSTATE[42703]: Undefined column: 7 ERROR: 列t0.gcpは存在しません LINE 1: ...t0.name AS name_5, t0.last_login AS last_login_6, t0.gcp AS ... ^ in C:\MHF_TOOL\MHFSaveManager\www\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:78 Stack trace: #0 C:\MHF_TOOL\MHFSaveManager\www\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php(78): PDO->query('SELECT t0.id AS...') #1 C:\MHF_TOOL\MHFSaveManager\www\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php(911): Doctrine\DBAL\Driver\PDOConnection->query('SELECT t0.id AS...') #2 C:\MHF_TOOL\MHFSaveManager\www\vendor\doctrine\orm\lib\Doctrine\ORM\Persisters\Entity\BasicEntityPersister.php(889): Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS...', Array, Array) #3 C:\MHF_TOOL\MHFSaveManager\www\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php(178): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(Array, NULL, NULL, NULL) in C:\MHF_TOOL\MHFSaveManager\www\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractPostgreSQLDriver.php on line 60」

Error at starting up

Thank you for providing such a useful tool.
I've been using a Windows-based server so far, but I'm thinking of switching to an ubuntu desktop-based server.
I tried to use this tool using docker, but I got the following error.
Is there any way to improve it?

os : Ubuntu 22.04.1 LTS
erupe : Ver9.1.1Community Edition
docker ver : 20.10.12
docker compose ver : 2.16.0

[config.php]
const DBNAME = 'erupe02';
const DBUSER = 'postgres';
const DBPASS = 'postgres';
const DBHOST = '127.0.0.1';
const DBDRIVER = 'pdo_pgsql';
const DBPORT = 5432;
const ITEMBOX_ITEMS_READ = 4000; //How many items are shown in the itembox editor: 4000 Items = 40 Pages

MHF Character Manager.pdf

1.7.4 Fails when User points are null (default)

The latest release fails to load a character for editing if any of the user point values (Frontier points, Trial Gacha, etc.) are null. This makes sense since it is expecting an int, but they default to null on new user creation and have no constraints preventing that. Editing those values to be a number fixes the issue as expected.

Should be resolved with a simple set of null checks to prevent failure on startup. Resolved in PR #24

Error logs to help identify the culprit lines:
Fatal error: Uncaught TypeError: MHFSaveManager\Model\User::getGachatrial(): Return value must be of type int, null returned in C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\Model\User.php:299
Stack trace: #0 C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\Controller\CharacterController.php(35): MHFSaveManager\Model\User->getGachatrial()
#1 C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\routes.php(159): MHFSaveManager\Controller\CharacterController::Edit(Object(MHFSaveManager\Model\Character))
#2 [internal function]: {closure}('3')
#3 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\ClassLoader\ClassLoader.php(46): call_user_func_array(Object(Closure), Array)
#4 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\Route\Route.php(95): Pecee\SimpleRouter\ClassLoader\ClassLoader->loadClosure(Object(Closure), Array)
#5 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\Router.php(424): Pecee\SimpleRouter\Route\Route->renderRoute(Object(Pecee\Http\Request), Object(Pecee\SimpleRouter\Router))
#6 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\Router.php(345): Pecee\SimpleRouter\Router->routeRequest()
#7 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\SimpleRouter.php(71): Pecee\SimpleRouter\Router->start()
#8 C:\Users\Kabutak\Desktop\MHFSaveManager\www\public\index.php(16): Pecee\SimpleRouter\SimpleRouter::start()
#9 {main} thrown in C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\Model\User.php on line 299
Fatal error: Uncaught TypeError: MHFSaveManager\Model\User::getFrontierpoints(): Return value must be of type int, null returned in C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\Model\User.php:318
Stack trace: #0 C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\Controller\CharacterController.php(37): MHFSaveManager\Model\User->getFrontierpoints()
#1 C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\routes.php(159): MHFSaveManager\Controller\CharacterController::Edit(Object(MHFSaveManager\Model\Character))
#2 [internal function]: {closure}('1')
#3 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\ClassLoader\ClassLoader.php(46): call_user_func_array(Object(Closure), Array)
#4 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\Route\Route.php(95): Pecee\SimpleRouter\ClassLoader\ClassLoader->loadClosure(Object(Closure), Array)
#5 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\Router.php(424): Pecee\SimpleRouter\Route\Route->renderRoute(Object(Pecee\Http\Request), Object(Pecee\SimpleRouter\Router))
#6 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\Router.php(345): Pecee\SimpleRouter\Router->routeRequest()
#7 C:\Users\Kabutak\Desktop\MHFSaveManager\www\vendor\pecee\simple-router\src\Pecee\SimpleRouter\SimpleRouter.php(71): Pecee\SimpleRouter\Router->start()
#8 C:\Users\Kabutak\Desktop\MHFSaveManager\www\public\index.php(16): Pecee\SimpleRouter\SimpleRouter::start()
#9 {main} thrown in C:\Users\Kabutak\Desktop\MHFSaveManager\www\app\Model\User.php on line 318

Error at starting up

I have this error while trying to run "phpdesktop-chrome":
image
What could be the problem?
My config file is like this:
image

Add Gacha Shop editor

Since Gacha Shop is totally functional now, adding support for it would be helpful for many server admins who don't know how to manually insert entries in the database (mainly because they don't know what they have to put and where)

My Tore points not available as a distribution

An oversight when creating the Distribution Manager exists, type 15 is only marked as Poogie Outfits. If you were to distribute item type 15 with an ID of 0, the player will receive My Tore points however there is no option to do this in the Distribution Manager.

I think the Poogie Outfits category should be renamed to something that more or less just represents My Tore, and the points should be added to that list.

Item box pages not working

Hey, unless I'm doing this completely wrong, but I got a max item box page of 40 and I'm trying to give myself more like 63 pages for example it says that the value 4000 = 40 pages so would 6300 = 63 pages? if so, I'm doing this but it's not changing in the editor at all.

Any idea why? sorry to put this in the Issue box I didn't know any other way to get in touch

Edit: Never mind i figured it out sorry about the inconvenient

Backup saves importing is not working correctly

When i try to import my old save into a pre existing save nothing happens, and i've yet to figure out why that is. I can create backups of my save, but if i download that backup, and import it back into the save manager it won't register either. Meaning that for some reason the save manager can only create backups but not import them. I am at a complete loss here, any help would be appreciated!

Error 500 : Internal Server Error

problem
Sorry for bothering. I got this error after I update my erupe server to 9.1. I'm using version 1.6.1. the older version didn't work either.
It would be grateful if someone could solve the problem.

Edit: I figured out the problem. It seems like something is wrong with my visual c++, after reinstalling, the problem is solved.

Update Roadshop Editor

As of this commit the normal_shop_items collumns were renamed making the current version no more compatible with it, an update is required for this feature.

Distribution editor

I create a distribution but when i go in game for claim it the game tell me there’re no distribution to be claimed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.