Quest Progress
-
- Posts: 97
- Joined: Wed Sep 10, 2014 5:29 pm
Re: Quest Progress
Anyone know how to get an rpg kit standalone single player build to run? It locks up at select player screen.
Re: Quest Progress
I'll be testing this as I update the RPG Kit integration. It'll be much faster than logging into a server every time I want to test a script change. If I come across any gotchas, I'll post them.
-
- Posts: 31
- Joined: Fri Oct 02, 2015 6:01 pm
- Location: Netherland/Poland
- Contact:
Re: Quest Progress
Okey, I understand. You have a lot of work, so success!
http://www.indiedb.com/games/samhain-world
https://twitter.com/SamhainWorld
http://www.facebook.com/SamhainGame
Youtube: Wioleta Moniuszko (channel)
Please leave feedback
https://twitter.com/SamhainWorld
http://www.facebook.com/SamhainGame
Youtube: Wioleta Moniuszko (channel)
Please leave feedback
Re: Quest Progress
The updated RPG Kit Support package is now available on the Extras page and in version 1.5.7, which was just released. If you'd like to download 1.5.7 before it's available on the Unity Asset Store, please PM me with your Unity Asset Store invoice number or email it to tony (at) pixelcrushers.com.
Please read the documentation! The Lua functions changed to match up with RPG Kit's new Item System. I think it's easier to use now. The function names are much clearer.
Please read the documentation! The Lua functions changed to match up with RPG Kit's new Item System. I think it's easier to use now. The function names are much clearer.
-
- Posts: 97
- Joined: Wed Sep 10, 2014 5:29 pm
Re: Quest Progress
I tried the update with the 156 dialog system, no errors. Did you get a standalone build working?
Re: Quest Progress
Yes, I followed the video tutorial. To get RPG Kit 3.1 to load straight into standalone, it's just the two checkboxes. That worked fine for me.
To get it to save to PlayerPrefs, I followed the videos on setting the databases to save to PlayerPrefs instead of a remote database.
To get it to save to PlayerPrefs, I followed the videos on setting the databases to save to PlayerPrefs instead of a remote database.
-
- Posts: 97
- Joined: Wed Sep 10, 2014 5:29 pm
Re: Quest Progress
I get this every frame in the editor but game runs
NullReferenceException: Object reference not set to an instance of an object
Unitycoding.RoomSystem.CreateRoomWindow.Update () (at Assets/Unitycoding/Photon Room/Scripts/Runtime/CreateRoomWindow.cs:33)
On standalone I can select player but no 'play'
I need a dropbox link for 1.5.7 please
NullReferenceException: Object reference not set to an instance of an object
Unitycoding.RoomSystem.CreateRoomWindow.Update () (at Assets/Unitycoding/Photon Room/Scripts/Runtime/CreateRoomWindow.cs:33)
On standalone I can select player but no 'play'
I need a dropbox link for 1.5.7 please
Re: Quest Progress
Terry - I'm using the full RPG Kit from the Subversion repository. Maybe there's a difference in RPG Kit Lite? That would be something to ask Zerano. Sorry I can't help there.
I'll put up a dropbox link for 1.5.7 later today.
I'll put up a dropbox link for 1.5.7 later today.
-
- Posts: 97
- Joined: Wed Sep 10, 2014 5:29 pm
Re: Quest Progress
The difference is fewer art assets and no subversion, only asset store. I have photon set to 'offline mode', it was 'self hosted.'Maybe there's a difference in RPG Kit Lite?
I got a dev build standalone version running and get 'object reference not set' on RoomSystem.cs 45, no info on
what to put in photon.
Re: Quest Progress
I did nothing except tick those two checkboxes in the video. I kind of treated the whole RPG Kit login thing as a black box. I think Zerano's going to have to figure out how to handle that 'object reference not set' error. Maybe he needs to post an updated version of RPG Kit Lite on the store?terrymorgan wrote:The difference is fewer art assets and no subversion, only asset store. I have photon set to 'offline mode', it was 'self hosted.'Maybe there's a difference in RPG Kit Lite?
I got a dev build standalone version running and get 'object reference not set' on RoomSystem.cs 45, no info on
what to put in photon.