Jump to content

SuperMarioSF

Members
  • Posts

    48
  • Joined

  • Last visited

  • Posts

    48
  • Joined

  • Last visited

Everything posted by SuperMarioSF

  1. So if it is possible to use open file diaglog in Linux (for example, use GTK libraries function to get a file information), there would be a Linux edition? Ubuntu use GNOME for desktop session and GNOME use GTK as core functionality library, using GTK libraries call is suitable for Ubuntu users.
  2. Well, maybe I should announce that Modelbench translation is on-the-go? But there are few technical problems here. so stay tuned, I will find the solution.
  3. Wow. Good job. But using VSCode is also fine for who always working with jsons... It will be better if There is an option to load old *.txt translation and using this to help converting those old format into new *.milanguage format. I wrote a small python script to convert and manually modified some part to get the final result.
  4. Please wait until MI 1.2.x is released. Generally, if a workspace layout is set by user, it is not very often to change the layout. Most people use MI in maximize window mode all the time, so I don't think this would be a problem. Also, maybe it is useful for some users have an Full-Screen mode option (of course this is single-monitor only). BTW: I will test for dual-screen window when I found some time with a suitable monitor.
  5. But if there will be a cross-screen main window, this request may be came true. Though this will be only available when side-panel could be split in half. (There will 2 tabs display simultaneously on just one side-panel. No one want to use a single side-panel tab across two screens. BTW, this will also have benefits on super-wide displays.)
  6. Updated for MI 1.1.2, this is a major update. This update is so big that I have to write some tools to help me transform old version to new version. BTW, the file released here were in ASCII friendly format, so the bad news is you can't directly read and modify the content now. @peterdoo If you need the readable version of my translation text, just send me an E-Mail, and I will reply you that as attachment. So what does your "reprint" means? Remade? By the way, you can directly contact me if you can find me somewhere else.
  7. I have checked your logs, and found some issues here: Your file is using new format (JSON) of translation. But you are using old extension (*.txt). This may made some confusion there. Please use *.milanguage for your new format translation file. Since 1.1.0 update, MI now use Minecraft's item name specification instead of the old names. Those name came from Minecraft's new Item ID system since Minecraft 1.7.10/1.8 . The solution is, open english.milanguage with your favourite text editor (Visual Studio Code is recommended), copy whole tree of block item names, and re-translate them. You can check the log you provided above to find which text is missing, and manually add to existing tree of your translation file. Here is a tip tip to let you know what text is the log talking about: For example, the log says 'blockgold_ore', is actually means '/block/gold_ore' which in file like this: { // <- Directory "/" "description": "Mine-imator language file. Copy and rename this to begin creating your own translation.", "file/": { /*...*/ }, // ...... "block/": { // <- Directory "/block/" "stone": "Stone", // ...... "gravel": "Gravel", "gold_ore": "Gold Ore", // <- Here is the '/block/gold_ore'. "iron_ore": "Iron Ore" // ...... } // ...... } You can see how the old format compatability is working: remove all slashes in that "path like" structure. And notify in logs provide you the old format names. So the solution for you is just guess where can add slash to match existiing structure. BTW, I like the new format.
  8. There are two bugs in MI's World Importer. All about translations. First one: World Importer does NOT apply language settings in MI setting. It always use English as default laguage. Is this is an implementation issue or just forgot to pass something to World Importer to let it know which the target language file is? Currently I just copy my translation file as 'english.milanguage' to bypass this issue. Second one: This is more complicated but easy to figure out how caused this. Let's see this screenshot: Seems fine, right? But when I translated this... it seems not right: I did NOT write that text for that button. And it seems shows first 4 characters of that radio button. I checked language file then I know what happend: (Left: My translation; Right: Source English language) May be when MI looking up the translation entry, it just ignore cases. So World Importer think "/importfromworld/filters/remove" is equal as "/importfromworld/filters/Remove". And then bug come out. Cases was totally ignored. We can do something to let you know what that means: And you can see the bug directly: It's hard to be found when using English language file, and even harder to be found when World Importer just don't load another language file. Since the first bug is a totally not working feature (make World Importer multilanguage support useless), so this report was set to major bug level. Please fix these bugs. Thanks.
  9. After reporting the watermark missing bug, I think why not make the watermark even useful. So I come with this idea. Of course this feature is for FULL version users. A customizable watermark options, in settings, and allow to adjust where the watermark shown, what the watermark is (load from external file), and a transparent option. This option is shared project-wise so put this in settings is fine. If someone want to add watermark in pictures or video, they don't need to open another software to do that if the watermark is customizable.
  10. wow, this reason is really funny. It can be used for do some demonstration for some animation or pictures when you show them to others, which protect your work not being stolen by someone that not cool at all. You know there are many guys that not cool and always want to occupy others works as themselves (sometimes if this is very popular, they even sold them). This is very common in Internet, especially in China. Protecting creative works in China is very diffcult.
  11. This bug is confirmed for fixed. Great job everyone! Where did the watermark go??? This bug seems to be funny, or I just don't know it is intended to be. In TRIAL mode of Mine-Imator 1.1.0 (release) and 1.1.1, I rendered pictures and video in any resolution, there is always NO watermarks. This issue does not affect the MI too much so this is just a minor bug. Sometimes this watermark is useful to do demonstration of some ideas and could prevent somebody steal your work directly. And there is no log available for this bug. Sorry.
  12. This bug was cofirmed for fixed. Great job for this everyone! Here is a bug seems to be caused by Unicode chars in path. There are 3 ways could recreate this issue: Load a schematic file which stored in a path included some Unicode chars. Example: Loading file: D:\WorkDir\Minecraft\测试\Schematics\somemap.schematic When Mine-Imator installed in a path contains Unicode chars. Example: Installed on: D:\工作\Mine-Imator\ When creating a project with Unicode chars. It will not affected when first loading schematics in, but once re-open this project, Mine-Imator will attempt to load schematic stored in project directory, and BOOM, it crashed. Example: Project Name: 这是一个工程 And here are the contents in exception popup window: ___________________________________________ ############################################################################################ ERROR in action number 1 of Draw Event for object app: Cannot load buffer file ############################################################################################ -------------------------------------------------------------------------------------------- called from - gml_Script_res_load_scenery (line 83) called from - gml_Script_popup_loading_draw (line 4) called from - gml_Script_popup_draw (line 110) called from - gml_Script_window_draw (line 30) called from - gml_Script_app_event_draw (line 7) called from - gml_Object_app_Draw_0 (line 0) To be noticed, when this exception popup displayed, the "Ignore" button is available. But it cannot let the schematic file to be properly loaded. So this is a bug. MI 1.1.0 (release) were NOT tested with this issue. Sorry for this. Since MI 1.1.0, the support of Unicode characters in project is very useful. But there are still something need to be improved. So I put this in "Major Bug" catalogy. Thanks for your attention. Possible Related Reports:
  13. This is a good idea to port MI into web-based app. But if you decided to make it possible, there is absolutely more and more challenging you have to face to. Such as how do you render movie to user's local storage, and how to open user's Minecraft world files. Good idea, but need to be consider more.
  14. OK. I will try to run MI 1.1.0-pre on some morden graphic card. Intel HD Graphics HD3000 is really old for graphical works. Thanks for your reply.
  15. Update: I recently downloaded MI 1.1.0-pre3 and confirmed this bug is not appearing anymore. Thank you David. Old contents: I have some issue with new version of Mine-imator 1.1.0 . I have tried to workaround this issue but all failed. Here are things I have done: It reporting "Couldn't load texture from file_directory". I have checked this directory, it exists. (from log: C:\Users\SuperMarioSF\AppData\Roaming\Mine_imator) The directory contains a file "tmp.png" with all transparent, 32x32 pixels. MD5 hash for this file is: 77f6d36c138430158326474af3ab7b95 I cleaned up this directory, and retry to startup. Failed. I tried archive version with different installation directory: C:\Mine-Imator FAILED STARTING UP D:\Mine-Imator FAILED STARTING UP D:\Mine-Imator-110 FAILED STARTING UP I tried using installer with different installation directory: C:\Mine-Imator FAILED STARTING UP C:\Users\SuperMarioSF\Mine-imator FAILED STARTING UP I have reviewed code on Github, but cannot figure out where caused problem. Full log is listed below: ___ Mine-imator log ___ In your bug report, include this full log, along with instructions how to recreate the bug. If the issue concerns a specific animation, upload its folder as a .zip. 16:00:50 mineimator_version: 1.1.0 PRE-RELEASE 16:00:50 gm_runtime: 2.1.0.144 16:00:50 YYC: yes 16:00:50 texture_lib: 1 16:00:50 working_directory: C:\Users\SuperMarioSF\Mine-imator\ 16:00:50 file_directory: C:\Users\SuperMarioSF\AppData\Roaming\Mine_imator\ 16:00:50 OS: Windows 16:00:50 os_version: 393217 16:00:50 os_is_network_connected: yes 16:00:50 os_get_language: zh 16:00:50 os_get_region: CN 16:00:50 USERDOMAIN: SMSF-WorkPC 16:00:50 USERNAME: SuperMarioSF 16:00:50 USERPROFILE: C:\Users\SuperMarioSF 16:00:50 APPDATA: C:\Users\SuperMarioSF\AppData\Roaming 16:00:50 NUMBER_OF_PROCESSORS: 4 16:00:50 PROCESSOR_ARCHITECTURE: x86 16:00:50 PROCESSOR_IDENTFIER: 16:00:50 PROCESSOR_LEVEL: 6 16:00:50 PROCESSOR_REVISION: 2a07 16:00:50 video_adapter_subsysid: 371855420 16:00:50 video_adapter_vendorid: 32902 16:00:50 video_d3d11_context: 0026F028 16:00:50 video_d3d11_device: 0039A7E8 16:00:50 video_adapter_deviceid: 294 16:00:50 video_adapter_sharedsystemmemory: 1711276032 16:00:50 video_adapter_revision: 9 16:00:50 video_adapter_description: Intel(R) HD Graphics 3000 16:00:50 video_adapter_dedicatedsystemmemory: 0 16:00:50 video_adapter_dedicatedvideomemory: 67108864 16:00:50 Library startup 16:00:50 Data\file.dll 16:00:50 Data\movie.dll 16:00:50 Movie init 16:00:50 Data\window.dll 16:00:50 Data\texture.dll 16:00:50 Texture init 16:00:50 working_directory: C:\Users\SuperMarioSF\Mine-imator\ 16:00:50 Trying to save files 16:00:50 surface_save OK 16:00:50 Couldn't load texture from file_directory Possible related posts for this BUG:
  16. The translation file is WIP for new Mine-imator 1.1.0 . But I currently have some issue with new version. (It even cannot startup on my workstation.). So you have to wait a loooooooooooooong time for this. Sorry for that.
  17. You can run Mine-Imator with wine. There is a nice soultion available as "PlayOnMac", a wine manager software available in open-source. After you installed PlayOnMac, remember to install DirectX runtime in your wine virtual drive.
  18. But the reality is: We all use VPN (or proxy server) to access blocked sites and boost connection speed. Most people does not have this. (And they shouldn't because some sociality problem. Seriously, most people should NOT have this because their unpredictable behavior.)
  19. Basically, because the Internet access limitation (or another word: "GFW"), many Chinese user cannot directly to get latest version. So they often want the author for a republish permission (of course in good and legal use). But in my opinion, I don't think this is a good things. Because many OTHER Chinese just take others work and "own" it to satisfy their vanity, or even to benefit their own. This is currently a sociality problem and will not be solved in a short period of time. Because I am a Chinese, and not want they take my work to make their money, so I am not release my work (translation) in public in China mainland. I only release in here.
  20. Sorry, no. Because the creation abuse in China mainland, I'm not going to release in Baidu, or any community hosted in China mainland. And I am going to update license texts to prevent further possibility of abuse. You can directly get new version in this thread at any time. ----------------- Going to translate Mine-Imator Community Build. I'm requesting for permission to do that.
  21. This bug occured because fonts. Fonts you loaded in settings window is only affected on default style text. But it is not working on bold text. As you know, default fonts is not support any non-ANSI characters. So of course whatever Simplified Chinese or Traditional Chinese will not displayed correctly. Similar problem will occured on: Rendering progess screen. You will not able to know how much time is remaining. High quality rendering mode in editor view. You will not able to know current rendering framerate or rendering time cost. Title screen. You will not able to see "Recent projects" text. To solve this problem, you can replace two default fonts in : [Mine-Imator Directory]\Data\ Filename of the file being replaced is listed below: opensans.ttf opensansbold.ttf But, finally, I don't recommended to translate that text because not everyone knows this font issue.
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...