Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Visustella plugin putting symbols between numbers

A topic by Golgoleth created Mar 08, 2021 Views: 567 Replies: 2
Viewing posts 1 to 4

Hello! 

I bought and installed some visustella plugins for my game project. Since then i noticed a symbol ","  is appearing between numbers. For exemple, before I was writing 1911 and it was showing this way in game. But since i got the plugins if I'm writing 1911 it will show 1,911 in game. 

I think that's coming from the plugin VisuMZ_1_MessageCore (but i'm not 100% sure). Still i looked at the plugin parameters, and also to my other plugins and i didn't managed to find an option to get this symbols away.  Now its 2 days i'm looking for it and i kinda start to feel frustrated so i decided to post looking for help. 

So if someone know how to solve this, i would really appreciate to read you. 

Thank you! 

P. S. : Here is a list of the actives plugins in this project :

VisuMZ_0_CoreEngine / Public_0_Dragonbones / Public_0_PixiJsFilters / VisuMZ_1_BattleCore / VisuMZ_1_ElementStatusCore / VisuMZ_1_EventsMoveCore / VisuMZ_1_ItemsEquipCore / VisuMZ_1_MainMenuCore / VisuMZ_1_MessageCore / VisuMZ_1_OptionsCore / VisuMZ_1_SaveCore / VisuMZ_1_SkillsStatesCore / VisuMZ_2_AggroControlSystem / VisuMZ_2_BattleSystemATB / VisuMZ_2_ClassChangeSystem / VisuMZ_2_CommonEventMenu / VisuMZ_2_DragonbonesUnion / VisuMZ_2_EnhancedTpSystem / VisuMZ_2_HorrorEffects / VisuMZ_2_DoodadsSystem / VisuMZ_2_PartySystem / VisuMZ_3_ActSeqCamera / VisuMZ_3_ActSeqImpact / VisuMZ_3_AutoSkillTriggers / VisuMZ_3_BattleAI / VisuMZ_3_DoodadsEditor / VisuMZ_3_LimitedSkillUses / VisuMZ_3_NewGamePlus / VisuMZ_3_SkillCooldowns / VisuMZ_3_StateTooltips / VisuMZ_3_VictoryAftermath / VisuMZ_3_VisualStateEffects / VisuMZ_3_VisualTextWindows / VisuMZ_3_WeaponAnimation / VisuMZ_4_AnimatedMapDest / VisuMZ_4_AnimatedPictures / VisuMZ_4_BattleCursor / VisuMZ_4_Debugger / VisuMZ_4_EncounterEffects / VisuMZ_4_GabWindow / VisuMZ_4_MenuCursor / VisuMZ_4_VisualFogs / VisuMZ_4_VisualItemInv / VisuMZ_4_WeaknessPopups / VisuMZ_4_WeaponUnleash

Moderator moved this topic to General Development
Moderator

Moved this to a more appropriate category.

Its most likely inside the code on JavaScript file. You would need to use a software to look at code and find it. i dont know which one it is but if its on one plugin it may be in every plugin because some programmers write differently while same programers don't.