Skip to content

efebagri/ragemp-server-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💾 RAGEMP

ragemp

visitors

Set it up yourself

In the RAGEMP folder in the config.xml file, change the code to here:

<?xml version="1.0" encoding="UTF-8"?>
<channel>prerelease_server</channel>

or the old version

<?xml version="1.0" encoding="UTF-8"?>
<channel>10_mNwuchuQ4ktWbR8d2N5jUzRt</channel>

If you want to use C# as backend what you may need

settings.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <resource src="Core"/>
  <acl_enabled>true</acl_enabled>
  <log_console>true</log_console>
  <log_chat>true</log_chat>
</config>

or the old version

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <resource src="Core"/>
    <acl_enabled>true</acl_enabled>
    <log_console>true</log_console>
    <log_chat>true</log_chat>
</config>

meta.xml

<meta>
    <info name="Core" description="Core Scripts" />
    <script src="Core.dll" />
</meta>

So that no unnecessary folder structures are created

<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>