Unable to find vl gothic font rpg maker как исправить

Pages: 1

Posts

Pages:

1

Hello. I’ve ran into a little snag. One of the people that downloaded my game informed me that the game won’t play because the VL Gothic font couldn’t be found. I would like some advice on how to fix this problem. And after I’ve uploaded a game, can I reupload with a corrected version?

Marrend

Guardian of the Description Thread

20932

I think I might have seen the comment on your gamepage. The question that occurs to me is how did you package the game? If you used VX Ace’s built-in compressor, I’m almost certain it includes the font file for you. If you used WinZip/WinRAR, or like program, it would only include the «Font» sub-directory if it already existed in your project directory.

As an alternative…

author=Marrend
What I’ve done more recently for VX Ace games is run Tsukihime’s resource-checker (with a few edits) and create a self-extracting executable that has the necessary RTP files with it.

As for the question as to whither or not one can edit an existing download, this is absolutely possible. Go into Manage Games (Black bar at the top, just under your user-name; first option) and find the link to the game you want to update. From there, find the «Downloads» icon/link, and there should be a selection of available downloads, plus a «New Download» button at the bottom. You would select a currently available download. From there, I believe there’s a place to select a URL to associate the download with, or to upload a file. Use the appropriate option for your situation.

Note that updating a download in this manner would not produce a notice to your subscribers. Depending on how major the update is, you can let people know that the game has been updated via a comment («I have updated the game to include the font files. Sorry for the inconvenience!») or via a blog, if the update has a lot of info/changes to relay.

pianotm

The TM is for Totally Magical.

29589

Create a new folder in your project file and add the VL Gothic font. You’ll find it in C:WindowsFonts.

Here you go:

https://rpgmaker.net/media/content/users/37917/locker/VLPGothicRegular.ttf

https://rpgmaker.net/media/content/users/37917/locker/VLGothicRegular.ttf

Put these files in the Fonts folder of your game, and it should run correctly. I’m not sure what the order is, but the player’s computer checks if the VLGothic fonts are installed, then checks if these fonts are in your game’s Fonts folder. If the computer can’t find the fonts anywhere, the game won’t run.

I’m not entirely sure if players need to install these fonts on their computer or if the game can run with the fonts in the folder, but it couldn’t hurt to, since installing them will mean they’ll never have this issue again. Either way, players have nothing to lose by installing these fonts.

I had a similar issue with my latest release, and installing the fonts solved the problem.

pianotm

The TM is for Totally Magical.

29589

@Red_Nova Technically, if you have the font, you shouldn’t need it. The problem here is that whoever is having the problem doesn’t have the font, so including the font in your project with a folder named «Fonts» solves the problem.

If I understand the OP correctly, x/he’s not the one having the problem, but one of the people using the program, so x/he probably has the files.

Okay. Thank you so much for your advice.

Yeah, the installation was just general advice for players, but the Fonts folder was directed primarily at Crystal. I had a similar issue with my lastest demo, actually, and the solution I gave them solved their problem, so I was just relaying that to Crystal.

author=pianotm
@Red_Nova Technically, if you have the font, you shouldn’t need it. The problem here is that whoever is having the problem doesn’t have the font, so including the font in your project with a folder named «Fonts» solves the problem.

If I understand the OP correctly, x/he’s not the one having the problem, but one of the people using the program, so x/he probably has the files.

I was also missing the font files in my game, so I recompressed the data, making sure the font files were included. Thank you all so much for your help.

pianotm

The TM is for Totally Magical.

29589

VL-Gothic-font

Solution to an error message «unable to find the VL Gothic Font» for RPG Maker VX Ace game

Put this folder inside the game folder.

Extract fonts folder and see if it works without font error.

Inside fonts folder should have-

VLGothic | File folder
VL-Gothic-Regular | TrueType font file
VL-PGothic-Regular | TrueType font file


VL ゴシックフォントファミリライセンス

M+ FONTS 由来の部分については、M+ FONTS PROJECT のライセンスが適用されます。
添付の LICENSE_J.mplus を参照してください。

さざなみゴシックフォント由来の部分およびそれらの部品を元に改変した一部の文字
については、さざなみフォントと同様に修正BSDライセンスとします。オリジナルの
さざなみフォントのライセンスについては添付の README.sazanami を参照してくだ
さい。

その他 VL ゴシックフォントファミリで独自に追加した文字、および M+フォント
の部品を元に独自に作成した文字(2007/05/06以降に修正した漢字および記号)はM+
フォントと同じライセンスを摘要します。

なお、文書への埋め込みなど、フォントとしての再使用を目的としない用途におい
ては、以下で言う Redistribution には当たらず、制限なく行えるものとします。

Copyright (c) 1990-2003 Wada Laboratory, the University of Tokyo.
Copyright (c) 2003-2004 Electronic Font Open Laboratory (/efont/).
Copyright (C) 2002-2011 M+ FONTS PROJECT
Copyright (C) 2006-2011 Daisuke SUZUKI daisuke@vinelinux.org.
Copyright (C) 2006-2011 Project Vine Vine@vinelinux.org.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

  1. Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
  3. Neither the name of the Wada Laboratory, the University of Tokyo nor
    the names of its contributors may be used to endorse or promote products
    derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO AND
CONTRIBUTORS «AS IS» AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Обновлено: 09.02.2023

I think I might have seen the comment on your gamepage. The question that occurs to me is how did you package the game? If you used VX Ace’s built-in compressor, I’m almost certain it includes the font file for you. If you used WinZip/WinRAR, or like program, it would only include the «Font» sub-directory if it already existed in your project directory.

As an alternative.

author=Marrend
What I’ve done more recently for VX Ace games is run Tsukihime’s resource-checker (with a few edits) and create a self-extracting executable that has the necessary RTP files with it.

As for the question as to whither or not one can edit an existing download, this is absolutely possible. Go into Manage Games (Black bar at the top, just under your user-name; first option) and find the link to the game you want to update. From there, find the «Downloads» icon/link, and there should be a selection of available downloads, plus a «New Download» button at the bottom. You would select a currently available download. From there, I believe there’s a place to select a URL to associate the download with, or to upload a file. Use the appropriate option for your situation.

Note that updating a download in this manner would not produce a notice to your subscribers. Depending on how major the update is, you can let people know that the game has been updated via a comment («I have updated the game to include the font files. Sorry for the inconvenience!») or via a blog, if the update has a lot of info/changes to relay.

11 авг. 2015 в 0:37
Unable to find VL Gothic font, also cant install font in windows

Allright, I have spent the last 2 hours trying to get my RPG maker VX ACE game working on windows 10 and I have just about given up. First, I copied the fonts folder to the game directory, didnt work. Then I re-installed the RTP in FOUR diffrent programs folder location (x86 and Normal, as well as one with Common Filles) With no avail. THEN I decided to reinstall the whole thing, and that did nothing either. I cant even coppy the VL-Gothic-Regular.tiff to the Fonts folder because it says its an invalid font file; clearly it is because I need it.

Is anyone else getting this error to this severe of a degree?

Ive seen it pop up before, but they claimed it can be fixed by re-installing, witch for me it cant.

Is this a windows 10 thing, or a general issue?

11 авг. 2015 в 1:16
Probably a windows 10 thing. So many problems lately. Copying the VL-Gothic-Regular.tiff isn’t what you’d need to do. Try double clicking it and then selecting install. I don’t know if it is still there in Win10 but for every other version I have used it’s been a button in the top left corner of the window that opens when you double click it.
11 авг. 2015 в 1:43

Maybe try and use a different font for your game. In the «Main» part of the script section (bottom most script) do the following:

If needed place the font in the game directory in a folder called «Fonts», e.g.:
11 авг. 2015 в 11:47

When I double click it I get a message called «The Requested file <Directory> Is not a valid font file.» And When that line of code is entered I get the same message. Furthermore placing the font file in the directory yields simmalar results.

Im curious as to how they will solve thsi particular problem as if its based in windows 10, how will they develop a wide spread patch.

Does anyone know of a possible hack to FORCE installation of a font?

30 ноя. 2015 в 15:41
It’s a bit late to respond but i had the same problem with Windows 10. The issue was that the Windows-Firewall has to be activated so Windows can install or open fonts who are not already in the Windows fonts file.
30 ноя. 2015 в 16:31
It’s a bit late to respond but i had the same problem with Windows 10. The issue was that the Windows-Firewall has to be activated so Windows can install or open fonts who are not already in the Windows fonts file.

Allright, I have spent the last 2 hours trying to get my RPG maker VX ACE game working on windows 10 and I have just about given up. First, I copied the fonts folder to the game directory, didnt work. Then I re-installed the RTP in FOUR diffrent programs folder location (x86 and Normal, as well as one with Common Filles) With no avail. THEN I decided to reinstall the whole thing, and that did nothing either. I cant even coppy the VL-Gothic-Regular.tiff to the Fonts folder because it says its an invalid font file; clearly it is because I need it.

Is anyone else getting this error to this severe of a degree?

Ive seen it pop up before, but they claimed it can be fixed by re-installing, witch for me it cant.

Гиперион

Жанр: Квест-Головоломка
Дата выхода: 12.09.2013
Мейкер: VX Ace
Графика: Всего понемногу
Музыка: Mass Effect, RTP

Описание:
Главная героиня Виктория, капитан корабля «Миридиан», получает сигнал бедствия от станции «Гиперион». Первой станции человечества, которая, много лет назад, покинула пределы солнечной системы. Открыв путь в неизведанный космос.


Готовность игры в целом: 100%

Если вы скачали, раньше замены, и у вам вдруг нет VL Gothic, то клац

P.s Надеюсь ничего не забыл. Игра не требует ртп, вес 27 мб
Сама концепция этой игры, продумывалась для конкурса «Fast Dev». Но так как она не очень подошла по теме, то я просто решил параллельно со стартом конкурса — начать её разработку, пытаясь уложиться в максимально сжатые сроки. Хотя даже если бы тема подошла, я бы просто не успел бы за два дня её сварганить, правда я это понял только в процессе.
В общем, это плод 5 дней разработки, было бы быстрее, если бы у меня понедельник и вторник не были забиты другими делами. В игре геймплея, при первом прохождении, должно хватит на 40-60 минут, ну я надеюсь :D

Гиперион

Жанр: Квест-Головоломка
Дата выхода: 12.09.2013
Мейкер: VX Ace
Графика: Всего понемногу
Музыка: Mass Effect, RTP

Описание:
Главная героиня Виктория, капитан корабля «Миридиан», получает сигнал бедствия от станции «Гиперион». Первой станции человечества, которая, много лет назад, покинула пределы солнечной системы. Открыв путь в неизведанный космос.


Готовность игры в целом: 100%

Если вы скачали, раньше замены, и у вам вдруг нет VL Gothic, то клац

P.s Надеюсь ничего не забыл. Игра не требует ртп, вес 27 мб
Сама концепция этой игры, продумывалась для конкурса «Fast Dev». Но так как она не очень подошла по теме, то я просто решил параллельно со стартом конкурса — начать её разработку, пытаясь уложиться в максимально сжатые сроки. Хотя даже если бы тема подошла, я бы просто не успел бы за два дня её сварганить, правда я это понял только в процессе.
В общем, это плод 5 дней разработки, было бы быстрее, если бы у меня понедельник и вторник не были забиты другими делами. В игре геймплея, при первом прохождении, должно хватит на 40-60 минут, ну я надеюсь :D

Тема: Гиперион

Белый Крест
За заслуги перед форумом
Рыцарь форума 3 ст.

Информация о пользователе

Тема: Гиперион

Белый Крест
За заслуги перед форумом
Рыцарь форума 3 ст.

Информация о пользователе

Читайте также:

      

  • Волшебная лампа аллоды когда
  •   

  • В море коварном под небом лоскутным опасность грозит нам стократ sea of thieves что это
  •   

  • Как скрафтить терра меч
  •   

  • Fallout 76 ящик для разборки как поставить
  •   

  • Разлом геншин импакт что это

Понравилась статья? Поделить с друзьями:
  • Unable to find the vmx binary как исправить
  • Unable to find some essential data как исправить
  • Unable to find a compatible srs audio device как исправить
  • Unable to execute самп как исправить
  • Unable to execute samp как исправить