Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# NoPixel
Forked from xwxy/NoPixelServer

Basically, NoPixelServer was difficult to get up and running so I'm trying to fix it and share the fixes so other people don't have to put dozens of hours in to start a server.

Expand Down
26 changes: 0 additions & 26 deletions components.json

This file was deleted.

1 change: 0 additions & 1 deletion debug.log

This file was deleted.

Binary file removed evolvedrp96x96.png
Binary file not shown.
Binary file added favicon96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
this_is_a_map 'yes'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions resources/ghmattimysql/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"user": "your_db_user",
"password": "your_db_password",
"user": "root",
"password": "",
"host": "localhost",
"port": 3306,
"database": "gtav_rp2"
Expand Down
2 changes: 1 addition & 1 deletion resources/np-admin/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ AddEventHandler("playerDropped", function()
end)

function HexIdToSteamId(hexId)
local cid = math.floor(tonumber(string.sub(hexId, 7), 16))
local cid = math.floor(tonumber(string.sub( hexId, 7), 16))
local steam64 = math.floor(tonumber(string.sub( cid, 2)))
local a = steam64 % 2 == 0 and 0 or 1
local b = math.floor(math.abs(6561197960265728 - steam64 - a) / 2)
Expand Down
1 change: 0 additions & 1 deletion resources/np-commands/sv_commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function IsWhiteListed(hexId, characterId, callback)
end

function IsWhiteListedJudge(characterId, callback)
-- Nikez's Code ((Swxy#0001))
if not characterId then
return
end
Expand Down
Binary file added resources/np-loading-screen/images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/np-loading-screen/images/background1.jpg
Binary file not shown.
Binary file modified resources/np-loading-screen/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/np-loading-screen/images/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions resources/np-loading-screen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<div id="app">
<div id="keepingColor">
<div id="background">
<img id="bak0" src="images/background1.jpg" style="top: -2%; opacity: 0" />
<img id="bak1" src="images/background2.jpg" style="top: -50%; opacity: 0" />
<img id="bak2" src="images/background3.jpg" style="top: 0; opacity: 0" />
<img id="bak3" src="images/background4.jpg" style="top: -23%; opacity: 0" />
<img id="bak4" src="images/background5.jpg" style="top: -20%; opacity: 0" />
<img id="bak0" src="images/background.jpg" style="top: -2%; opacity: 0" />
<!--img id="bak1" src="images/background.jpg" style="top: -50%; opacity: 0" />
<img id="bak2" src="images/background.jpg" style="top: 0; opacity: 0" />
<img id="bak3" src="images/background.jpg" style="top: -23%; opacity: 0" />
<img id="bak4" src="images/background.jpg" style="top: -20%; opacity: 0" /-->
</div>
</div>

Expand All @@ -39,12 +39,12 @@
<div id="INIT_AFTER_MAP_LOADED-label" class="color-third"></div>
<div id="INIT_SESSION-label" class="color-fourth"></div>
</div>
<div class="loading-bar-container">
<!--div class="loading-bar-container">
<div id="INIT_BEFORE_MAP_LOADED-bar" class="loading-bar bgcolor-first"></div>
<div id="MAP-bar" class="loading-bar bgcolor-second"></div>
<div id="INIT_AFTER_MAP_LOADED-bar" class="loading-bar bgcolor-third"></div>
<div id="INIT_SESSION-bar" class="loading-bar bgcolor-fourth"></div>
</div>
</div-->
</div>

<!-- <div class="interaction-help-prompt">
Expand Down
Binary file modified resources/np-login/html/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/np-login/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="outline">New Character</h1>
</div>
<div id="init" class="window outline">
<img src="./header.png"/>
<h1>Welcome to <span style="color: lightskyblue;">Evolved GTA RP</span></h1>
<h1>Welcome to <span style="color: lightskyblue;">NoPixel GTA RP</span></h1>
<h1>Press <span style="color: lightskyblue;">ENTER</span> to begin!</h1>
</div>
<div id="characters" class="window">
Expand Down Expand Up @@ -167,7 +167,7 @@ <h1>Press <span style="color: lightskyblue;">ENTER</span> to begin!</h1>
<div class="date" style="color: rgb(241,255,0)">01-08-18</div>
<div class="changes">
<ul>
<li>Welcome to Evolved 69.0.</li>
<li>Welcome to NoPixel 2.0.</li>
<li>Be sure to read the the rules on the website - its on you!</li>
<li>If you are not running the launcher follow intructions on the website. </li>
<li>Report all bugs / exploits / anything that seems off on the website immediately.</li>
Expand Down
4 changes: 2 additions & 2 deletions resources/np-taskbar/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ AddEventHandler('coffee:drink', function()
end)


-- command is something we do in the loop if we want to disable more, IE a vehicle engine.
-- return true or false, if false, gives the % completed.
-- command is something we do in the loop if we want to disable more, IE a vehicle engine. --
-- return true or false, if false, gives the % completed. --
local taskInProcess = false
function taskBar(length,name,runCheck,keepWeapon,vehicle,vehCheck)
local playerPed = PlayerPedId()
Expand Down
4 changes: 2 additions & 2 deletions resources/np-voice/server/sv_main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Swxy#0001 thx nikez
-- thx nikez
useNativeAudio = false
use3dAudio = true
useSendingRangeOnly = true
Expand All @@ -25,7 +25,7 @@ AddEventHandler("onResourceStart", function(resName) -- Initialises the script,
-- MumbleCreateChannel(i)
-- end

Debug("[np:voice] Initialised Script -Swxy#0001")
Debug("[np:voice] Initialised Script")
end)


Expand Down
2 changes: 1 addition & 1 deletion resources/pPassword/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serverPassword": "swaysex78901",
"serverName": "EvolvedRP",
"serverName": "NoPixelRP",
"serverWebsite": "https://discord.gg/BNCH7ShUmZr",
"serverLogo": "https://gtaliferp.fr/img/logo+hi.png",

Expand Down
4 changes: 2 additions & 2 deletions resources/phone/html/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/all.min.css"> <!-- FontAwesome -->
<link type="text/css" rel="stylesheet" href="css/balloon.min.css"> <!-- Tooltips -->
<title>EvolvedRP</title>
<title>NoPixelRP</title>
</head>

<body>
Expand Down Expand Up @@ -96,7 +96,7 @@
<span class="status-bar-player-id"></span>
</div>
<div class="col s4 right-align">
<i class="fas fa-signal"></i> Evolved
<i class="fas fa-signal"></i> NoPixel
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion resources/veh_shop/vehshop_s.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ function updateCarDueDates()
end
print("^1[Evolved RP] ^5Updated all Financing Due Dates for ^2" .. changed .. "^5 vehicles.^7")
end
)
print('^1[NoPixel RP] ^5Updated all Financing Due Dates for ^2' ..changed ..'^5 vehicles.^7')
end)
end

TriggerEvent("cron:runAt", 16, 0, updateCarDueDates)
Expand Down
3 changes: 0 additions & 3 deletions run.cmd

This file was deleted.

20 changes: 0 additions & 20 deletions server-tls.crt

This file was deleted.

28 changes: 0 additions & 28 deletions server-tls.key

This file was deleted.

15 changes: 9 additions & 6 deletions server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ endpoint_add_udp "0.0.0.0:30120"
set onesync_workaround763185 true
set onesync_forceMigration true
set onesync_distanceCullVehicles true
set steam_webApiKey "your_steam_web_api_key"
set steam_webApiKey "38435410B4F548D49AFA87935514D29D"

# Update server to the latest Gamebuild
set sv_enforceGameBuild 2189
#### OneSync (64 ya da 128 Oyuncu Slot Özelliği) END
#-----------------------------#

Expand Down Expand Up @@ -68,7 +71,7 @@ sv_scriptHookAllowed 0
# [EN] A comma-separated list of tags for your server.
# - sets tags "drifting, cars, racing"
# - sets tags "roleplay, military, tanks"
sets tags "EvolvedRP, NoPixel, Pixel, RP, esx, roleplay"
sets tags "NoPixel, Pixel, RP, roleplay"
setr voice_use3dAudio true
setr voice_useSendingRangeOnly true
#-----------------------------#
Expand All @@ -84,13 +87,13 @@ sets banner_connecting "https://i.imgur.com/a6ukJiU.png"

#-----------------------------#
# [EN] Set your server's hostname
sv_hostname "Evolved RP | Development Server | Dont Join"
sv_hostname "Development Server | Dont Join"
#-----------------------------#


#-----------------------------#
# Loading a server icon (96x96 PNG file)
load_server_icon evolvedrp96x96.png
load_server_icon favicon96x96.png
#-----------------------------#


Expand Down Expand Up @@ -122,11 +125,11 @@ sv_endpointprivacy true

#-----------------------------#
# [EN] Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 24
sv_maxclients 5
#-----------------------------#


#-----------------------------#
# [EN] License key for your server (https://keymaster.fivem.net)
sv_licenseKey "your_license_key" # get your own key noobs
sv_licenseKey "nvil6j2j878knz38i2izkb3gvt2wuas9" # get your own key noobs
#-----------------------------#
2 changes: 0 additions & 2 deletions start.bat

This file was deleted.