More info

This commit is contained in:
ineedbots 2021-06-03 11:47:14 -06:00
parent 69059f2b17
commit 54ad387568

View File

@ -88,8 +88,8 @@ Your `games_mp.log` can be located at the `C:\Users\<LOGINNAME>\AppData\Plutoniu
The editor will generate some GSC code for the waypoints.
![games_mp.log](/raw/bw-assets/wp-editor-gamesmp.png)
This is the GSC function that will generate the waypoints for the map.
![games_mp.log](/raw/bw-assets/wp-editor-gamesmp.png)<br>
This is the GSC function that will generate the waypoints for the map. If you have trouble beyond this point, simply create a Issue and provide the output from here, I can do the rest from there.
You can create/replace the map's waypoints GSC file with the function in `games_mp.log`. Just copy and paste the function into the `maps\mp\bots\waypoints\<MAPNAME>.gsc` file.
![GSC waypoints](/raw/bw-assets/wp-editor-wps.png)