Modify 'game.exe'?

● ARCHIVED · READ-ONLY
Started by Baddibu 3 posts View original ↗
  1. Hello Community,

    I've made a Icon for my game and want to use it. Is is allowed to modify the game.exe? Acually just change the dragon icon to my own one. Also, just out of interest, is it allowed to modify the 'details' of the .exe? E.g. adding below the information of Eb a line like 'Game by   Baddibu'. If this isn't allowed it's no problem.

    Best regards
  2. Officially, the recommendation is to create a shortcut to game.exe and modify the icon on the shortcut. But Enterbrain aren't going to chase you up if you change the exe's icon directly.
  3. Shaz said:
    Officially, the recommendation is to create a shortcut to game.exe and modify the icon on the shortcut. But Enterbrain aren't going to chase you up if you change the exe's icon directly.
    Thank you for the fast respond. How about adding details? Here a example nothing of EB's informations is deleted:

    Edit: Acually it's not needed. I mean who looks at the details of a .exe?  :)

    Spoiler
    Code:
     1 VERSIONINFOFILEVERSION 3,0,0,1PRODUCTVERSION 3,0,0,1FILEOS 0x40004FILETYPE 0x1{BLOCK "StringFileInfo"{     BLOCK "000004B0"     {            VALUE "FileDescription", "RGSS3 Player"            VALUE "FileVersion", "3, 0, 0, 1"            VALUE "LegalCopyright", "Copyright (C) 2011 Enterbrain, Inc. / Yoji Ojima"            VALUE "ProductName", "Ruby Game Scripting System"            VALUE "ProductVersion", "3, 0, 0, 1"            VALUE "PrivateBuild", "A Game by Baddibu"     }} BLOCK "VarFileInfo"{VALUE "Translation", 0x0000 0x04B0}}