Memuat...
0 berkas disukai
1 komentar
0 video
0 unggahan
0 pengikut
  • Default

    Good evening, excuse my English,
    In any way I can make this mod work.
    I put the Lua.asi and the scripts folder inside the Grand Theft Auto V. folder

    Put the ScriptHookV_1.0.393.4 within the Grand Theft Auto V folder, also tried to put the form that comes with the Bin folder within Grand Theft Auto V.

    I put the szabopersist within Grand Theft Auto V \ scripts \ addins, edited as follows:

    -- CONFIGURE THE KEYS BELOW. Further down you find a list of the codes
    local savekey = 96
    local reloadkey = 110
    local disablemodkey = 109
    local modenabled = True -- SET TO false if you don't want the persistence to be enabled by default - does not affect saved
    --vehicles, this only applies to the 'persistent' ones you drove, which can cause problems in missions

    -- CONFIGURE THE PATH WHERE THE FILE WILL BE SAVED. NOTE: Make sure Windows allows writing there.
    -- 99.9% of the problems will be due bad data on the line below OR Windows permissions nonsense.
    -- IMPORTANT!: Double-check the slashes (/) (they're NOT backslashes (\) ) and the LAST SLASH too!
    -- IMPORTANT!: The path must be between quotation marks ("). Use the default value for reference.
    local savepath = "C:/Users/Rubens/Documents/Rockstar Games"

    -- CHOOSE A COOL TEXT TO APPEAR IN THE LICENSE PLATES OF YOUR SAVED VEHICLES! (Max. 8 dig.)
    -- IMPORTANT!: The text must be between quotation marks ("). Use the default value for reference.
    local platetext = "teste"
    local useplates = true --change to false if you don't want the plates to change

    -- ####################################################################
    -- KEY CODES
    -- ####################################################################
    --
    -- Space = 32 D4 = 52 O = 79 NumPad4 = 100 F9 = 120
    -- PageUp = 33 D5 = 53 P = 80 NumPad5 = 101 F10 = 121
    -- Next = 34 D6 = 54 Q = 81 NumPad6 = 102 F11 = 122
    -- End = 35 D7 = 55 R = 82 NumPad7 = 103 F12 = 123
    -- Home = 36 D8 = 56 S = 83 NumPad8 = 104 F13 = 124
    -- Left = 37 D9 = 57 T = 84 NumPad9 = 105 F14 = 125
    -- Up = 38 A = 65 U = 85 Multiply = 106 F15 = 126
    -- Right = 39 B = 66 V = 86 Add = 107 F16 = 127
    -- Down = 40 C = 67 W = 87 Separator = 108 F17 = 128
    -- Select = 41 D = 68 X = 88 Subtract = 109 F18 = 129
    -- Print = 42 E = 69 Y = 89 Decimal = 110 F19 = 130
    -- Execute = 43 F = 70 Z = 90 Divide = 111 F20 = 131
    -- PrintScreen = 44 G = 71 LWin = 91 F1 = 112 F21 = 132
    -- Insert = 45 H = 72 RWin = 92 F2 = 113 F22 = 133
    -- Delete = 46 I = 73 Apps = 93 F3 = 114 F23 = 134
    -- Help = 47 J = 74 Sleep = 95 F4 = 115 F24 = 135
    -- D0 = 48 K = 75 NumPad0 = 96 F5 = 116
    -- D1 = 49 L = 76 NumPad1 = 97 F6 = 117
    -- D2 = 50 M = 77 NumPad2 = 98 F7 = 118
    -- D3 = 51 N = 78 NumPad3 = 99 F8 = 119
    --

    In the game within the vehicle tightening In a 0 to try to save the vehicle and nothing appears on the screen actually I do not see any sign that the mod is working.

    Observations: My game is original Steam, this updated offline version at 393.4

    Perbesar untuk membaca komentar lengkapnya
    Jumat, 31 Juli 2015