Skip to content

Releases: oldnapalm/GTACoop

GTA Coop 0.9.4.7

17 Apr 21:05
Compare
Choose a tag to compare

Changelog

  • Updated to ScriptHookVDotNet3 and LemonUI
  • Merged LAN into server browser
  • Improved aim coordinates
  • Improved vehicle mods sync
  • Improved ped props sync
  • Enabled voice chat (download the voice version, PushToTalk = N)

GTA Coop 0.9.4

23 Aug 01:27
Compare
Choose a tag to compare
v0.9.4

Avoid double recycling

Race gamemode

12 Aug 02:52
Compare
Choose a tag to compare

Extract Gamemodes to the same folder as gtaserver.core

Set <GamemodeName>race</GamemodeName> in serverSettings.xml

Add permissions in groups.xml

    <Group>
      <Name>user</Name>
      <Permissions>
        <Permission>command.vote</Permission>
        <Permission>command.join</Permission>
        <Permission>command.leave</Permission>
        <Permission>command.respawn</Permission>
      </Permissions>
    </Group>

Discord bridge plugin

08 Jan 18:49
Compare
Choose a tag to compare

Configure bot token, webhook URL and channed ID in discordSettings.xml (created on first run)

Add DiscordBot in serverSettings.xml

  <ServerPlugins>
    <string>DiscordBot</string>
  </ServerPlugins>