[Thảo Luận] [W] Cần giúp Script Resource Checker

BướmBướm Posts: 1,220Registered
Cần hướng dẫn dùng script Resource Checker và xuất ra 1 game hoàn thiện
Installation
Place this script below Materials and above Main
Press F5 to run the resource checker. You can change this key in the configuration section.
After the resource checker finishes, a file called “Resource_List.txt” will be created in your project folder.
You can also choose to copy files over from the RTP folder directly. In the configuration section,
type in the absolute path to the RTP, and enable file copying. <---- Đoạn này biết phải làm sao
Untitled781b4.png

Comments

  • pitagopitago Posts: 8Registered
    Trong script có đoạn

    #==============================================================================
    # ** Configuration
    #==============================================================================
    module Tsuki
     module Resource_Checker
       
       # Copy your RTP path here.
       # Don't forget the trailing slash (I don't check it)
       RTP_Directory = "F:/Program Files/RPG Runtime/RPGVXAce/"
       
       # Set it to false if you only want a list of resources you use
       Copy_Files_Over = true
       
       # change this if you need to
       Check_Key = Input::F5
    



    Sửa cái RTP_Directory thành đường dẫn đến folder RTP trong máy của bạn.
  • BướmBướm Posts: 1,220Registered
    pitago wrote:
    Trong script có đoạn


    #==============================================================================
    # ** Configuration
    #==============================================================================
    module Tsuki
     module Resource_Checker
       
       # Copy your RTP path here.
       # Don't forget the trailing slash (I don't check it)
       RTP_Directory = "F:/Program Files/RPG Runtime/RPGVXAce/"
       
       # Set it to false if you only want a list of resources you use
       Copy_Files_Over = true
       
       # change this if you need to
       Check_Key = Input::F5
    



    Sửa cái RTP_Directory thành đường dẫn đến folder RTP trong máy của bạn.
    Ra là vậy hiểu nhầm ý của nó thành lấy đường đẫn từ file RTP tk dude
  • BướmBướm Posts: 1,220Registered
  • tstarnprotstarnpro Posts: 7Registered
    bài này của VXACE sao lạc vô đây vậy?
Sign In or Register to comment.