Skip to content

Reopening RidableHorse2 #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Reopening RidableHorse2 #554

wants to merge 3 commits into from

Conversation

IIIaKa
Copy link
Contributor

@IIIaKa IIIaKa commented Mar 5, 2025

From that PR, only the new hooks remain.
#551

@IIIaKa
Copy link
Contributor Author

IIIaKa commented Mar 7, 2025

Regarding public methods and properties.
As you told me, they compile fine, but in the IDE, they cause errors, which creates inconveniences when writing plugins. Is there a way to make them public through the patcher so that the .dlls linked to the IDE also recognize that these properties are accessible?

image
image

@bmgjet
Copy link
Contributor

bmgjet commented Mar 7, 2025

You can set the environment args to dump the publicized files.
Example in bat file for starting server
cd C:\Main
set OXIDE_PublicizerOutput=%~dp0OutTest
RustDedicated.exe -nographics -batchmode

@ads102003
Copy link
Contributor

This might be a useful link:
https://docs.oxidemod.com/guides/developers/publicizer

@IIIaKa
Copy link
Contributor Author

IIIaKa commented Mar 11, 2025

@bmgjet @ads102003
Thank you, I created the '_Patched' folder in the server directory and simply added 'set OXIDE_PublicizerOutput=./_Patched' before 'RustDedicated.exe' in the bat file.

@MrBlue MrBlue force-pushed the develop branch 5 times, most recently from 342e2fb to ed689a6 Compare April 2, 2025 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants