HelloKitty / RS317.Sharp

A fork of 317Refactor that is ported to C#/.NET.
GNU Affero General Public License v3.0
49 stars 13 forks source link

can't start client in Unity3D #17

Open umaisk opened 5 months ago

umaisk commented 5 months ago

Hi, I am passionate about OSRS and was thrilled to see that I can use this is a starting point.

I have little to no programming experience let alone game development so I could really use a little support to get started.

The steps I've taken so far: 1) Downloaded source code 2) Double clicked on build-norestore-client-release.bat 3) Clicked the 'D' option in the command window when prompted 4) Created a new Unity3D project 5) Drag and dropped all DLL files in the newly created build folder (RS317.Sharp-master\build\client\release\unity) into Assets in the Unity Editor 6) Clicked on Build in Unity Editor -- got a message saying successfully compiled

Can you please guide me on what to do next to get the client up and running? Please forgive me for being such a noob

Thank you so much!