Skip to content
Merged
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
5 changes: 1 addition & 4 deletions nuclearesrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
import subprocess
import argparse
import logging
import traceback
import ctypes
from typing import Dict
import ctypes



__version__ = "v2.0.0"
Expand Down Expand Up @@ -87,7 +85,6 @@ def find_nucleares() -> psutil.Process | None:
# Client is launching through steam, we are expected to launch it on Steam's behalf
game_exec = subprocess.Popen(obj)

ctypes.windll.user32.MessageBoxW(0, "Remember to turn on the WebServer, else NuclearesRPC will not work!", "Reminder!", 64)
cid = 1331101603649818786
presence = pypresence.Presence(cid, pipe=0)
logging.info("Locating running Nucleares executable...")
Expand Down