Giter Site home page Giter Site logo

Question about font about mwarestuff HOT 21 CLOSED

satanahorror avatar satanahorror commented on September 28, 2024
Question about font

from mwarestuff.

Comments (21)

marcussacana avatar marcussacana commented on September 28, 2024

Hmmm, strange, not sure what I can reply to you here... but for now, try use the SRL, enable the CreateFontW hook, then use the srl to change the font to your one, if not works... hell yeah, that is strange.
try extract all packages of the game and ensure if don't exist more fonts.

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

There are no more fonts. I can send you fully disassembled files

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

I unpacked system.npk, there is a setting.ini file there.
This file contains the following:

[Init]
SCREEN_WIDTH=1280
SCREEN_HEIGHT=720
WINDOW_NAME="‚Э‚Й‚­‚ўѓ‚ѓWѓJ‚МЋq"
#DOCKING=0#‰рЏњ
DOCKING=1#ѓhѓbѓN
#SOUND_TYPE="CRIAdx2"
SOUND_TYPE="XAudio2"
#CODE_PAGE="UTF8"
CODE_PAGE="SJIS"

[App]
VERSION="1.00"
SAVE_PATH="<APPDATA>/Nitroplus/‚Э‚Й‚­‚ўѓ‚ѓWѓJ‚МЋq/1.00"

[Font]
FOT-ѓ†ѓgѓЉѓЌ Pro M="media/font/FOT-UtrilloPro-M.otf"
FOT-ѓZѓUѓ“ѓk Pro DB="media/font/FOT-CezannePro-DB.otf"
FOT-ѓZѓUѓ“ѓk Pro M="media/font/FOT-CezannePro-M.otf"

I deleted it:

[Font]
FOT-ѓ†ѓgѓЉѓЌ Pro M="media/font/FOT-UtrilloPro-M.otf"
FOT-ѓZѓUѓ“ѓk Pro DB="media/font/FOT-CezannePro-DB.otf"
FOT-ѓZѓUѓ“ѓk Pro M="media/font/FOT-CezannePro-M.otf"`

and still the game worked and accepted the old fonts.
I don't know what else to do :(

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

StringReloads-difficult.
I am very stupid :p

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

do you have telegram, or facebook?
I'd like to talk it over there.
If you don't mind.
It is very difficult to write here.

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

sorry

from mwarestuff.

marcussacana avatar marcussacana commented on September 28, 2024

Nop, I dislike to talk personally because here is a public place, maybe someone can have the same problem like you and read this to know what to do.
If you're with doubt of what do with the SRL, take a look in the Specific-Games Repostorie in my github,
Take a look in this example #3 (comment)
You just need change in the end of the SRL.ini the To= to your font face name.

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

image
WOW!
Where did it change the value?

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

I set the font, but it didn't work.
Just stupid encoding of the old font changed or whatever.

[Font.0]
From=*
;FromWidth=10
;FromHeight=10
;FromCharset=0
;To=Kautiva Cyrillic Black
Charset=0
Width=00
Height=50

image

and what fonts should I take from the system, or do I need to create a separate folder and put them in?

from mwarestuff.

marcussacana avatar marcussacana commented on September 28, 2024

in the begin of the To line have a ;, that means 'comment' AKA (ignore it), just remove the ;

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024
;FromWidth=10
;FromHeight=10

is this the location of the text?

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

image
WORK!
Do I need to delete the SRL after manimulations?

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

Since the game will be installed by others, it will need to draw fonts, they can not be transferred?

from mwarestuff.

marcussacana avatar marcussacana commented on September 28, 2024

Nop, you can't delete. the SRL will be needed to change the game font.
Also, The user need install the font, but maybe you can overwrite that fonts in the font.npk and maybe, maybe the SRL will load it without install in the windows, test it to ensure.

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

How do I change the position of the text?

from mwarestuff.

marcussacana avatar marcussacana commented on September 28, 2024

Impossible with my tools, maybe with the nutcracker, take a look in this issue #7
Maybe you wanna change the position because of the new font size? you can comment the Width and Height in the SRL.ini to restore the original game font size.

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

I don't understand how this tool works

from mwarestuff.

marcussacana avatar marcussacana commented on September 28, 2024

Are you saying about the nutcracker or the SRL?

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

nutcracker

from mwarestuff.

marcussacana avatar marcussacana commented on September 28, 2024

Srry i didn't used that one too. try ask help in the repo of that tool

from mwarestuff.

satanahorror avatar satanahorror commented on September 28, 2024

Thanks for the help. I don't know what's going to happen. You can close the topic if you think that the issue has been resolved.

from mwarestuff.

Related Issues (20)

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.