-
Posts
1444 -
Joined
-
Last visited
-
Days Won
83
Content Type
Profiles
Forums
Downloads
Everything posted by Xabi
-
Did you create the needed .txt file also? It's posted on the 0.3.7 topic.
-
It's the other way, put the Bootstrapper FROM runtime INTO the Nuget's folder.
-
You didn't compile the gamemode, read the guide step by step It's been told some posts ago, like 2-3 pages back. You have to copy the Bootstrapper from runtime folder to the path where the 0.3.7 Nuget is and recompile. I don't have it on the FAQ neither the guide because it's related to RAGE's bridge plugin, not to the gamemode itself.
-
There are multiple people using it, there is already a tutorial with all the steps and a FAQ on GitHub. I won't make a tutorial on how to setup correctly RAGE, because it's not rhe gamemode itself. If you don't know how to replace the Bootstrapper.dll even if I told you how, it's not my problem. It's not on my mind adding a license. If people rip it off and claim it as their, good for them.
-
Search 3-4 pages back for the Bootstrapper replacement.
-
Ask on the server about it, this is the mod's forum, not related to any of the servers.
-
The vehicles you can spawn are the ones on the VehicleHash enum, which are updated with the server's Nuget. If you want to add new ones, you should edit all the CreateVehicle functions so they take the hash key as first parameter.
-
Did you recompile the solution after that?
-
0.3.7 Nuget i mean, check on this page or on the previous one how to check where is located.
-
Update to 0.3.7 and copy the Bootstrapper.dll from runtime folder to the path where the 0.3.7 is located.
-
You have to make a new file clientside for each of those commands, as they're not created. About the fuel, just create a gas station with /business create and you'll be able to /refuel your vehicle.
-
Wait for a compatibility patch.
-
On your Visual Studio, under solution's dependencies. If you right click on it, under properties you can see the psth where it's located.
-
Seems you are using an old version of the Bridge, if you have the latest version on GitHub it won't work. To fix that, copy the Bootstrapper.dll from runtime folder into the path where gtanetwork.api Nuget is located.
-
This one
-
All of you having problems, are you using 0.3.7 version? It will only work with that version, as the client-side is done in C#.
-
There's no Linux version as the 0.3.7 is not stable yet. And not sure if will be released when it gets stable.
-
Then maybe you should search on the wiki/Google how compiling works and what's used for.
-
Here is your problem, you'll have to move your Bootstrapper from runtime folder to the path you have the 0.3.6 gtanetwork.api Nuget installed: System.IO.FileNotFoundException: Could not load the specified file. File name: 'Bootstrapper' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
-
Then remove that file and execute the server again, let's see what's printing.
-
I don't know if you managed to fix this: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'db16261.tattoos' doesn't exist Did you create the database as stated on the guide?
-
Those aren't harmful, anything else? Do you have 0.3.7?
-
Then if it's crashing, search on server_exceptions for the cause. Also you should be using 0.3.7 version.
