|
||
|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
It is probably to late to suggest this.
When you pick up a partial stack of something a new item of type Item is left behind. Can you you rework it so the new item is the same type as the item type you lifted? I was about a happy camper when I finally figured out how to get around it. Code:
public override Item Dupe( int amount )
{
return Dupe( new MarijuanaBud(), amount );
}
|
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
In order to get a region to serialize something you have to enable the serialization in the region.
public override bool Saves{ get{ return true; } } [EDIT] The problem is when the world loads it creates a new region of type Region instead of creating the type that inherits the Region class which sucks because the only thing you can serialize is properties of the region class and nothing beyond that. |
|
|
|
#4 (permalink) |
|
Account Terminated
|
php-junkie you do realize I already knew that right?
Infact I know its buggy because during work on Factions Asayre and I ran into issues. Like I said region serilzation is not how you should do it. Your welcome to listen to somebody who knows what he is talking about from experience or continue to waste your time. Your cannot do what you want the way your writting your system, the region serilzation has always been buggy. |
|
|
|
|
|
#7 (permalink) | |
|
Master of the Internet
|
Quote:
I could just assume that because it's been broken for two years that means that it's not repairable. But that could be an incorrect assumption.
__________________
Paranoia is what happens when you finally have all of the facts. |
|
|
|
|
|
|
#8 (permalink) |
|
Guest
Posts: n/a
|
It is hardly a bug. I know this because I've tested it and I know for a fact it works. I'm also sure it works exactly how it was intended to work. It just lacks in functionality and knowing this it should have been obvious that I have already gone with a alternative method of saving state.
I wasn't asking for your help so why your giving me your input is beyond me. I was simply giving a suggestion which doesn't require a reply from anyone unless it is the Dev team asking for more input that I seriously doubt they need. |
|
|
|
#10 (permalink) |
|
Master of the Internet
|
Ah, okay. Not like it really mattered to me anyway. I didn't even realize there was an issue with it until I read this thread.
I definately wouldn't lose sleep over it in any event ![]()
__________________
Paranoia is what happens when you finally have all of the facts. |
|
|
|
|
|
#11 (permalink) |
|
Account Terminated
|
Why exactly are you being rude to me?
Zippy is the one that told me its broke ever 11 months ago. Its never been worked on, its never worked corectly. I think actually the problem was loading region changes, which thus makes serailzation pointless. All I know your not being "nice" about getting help. I will let Asayre deal with the thread, tired of being treated badly for an unknown reason. You claim you didn't ask for input, yet based on your posts you are. I think your just full of yourself and not your not willing to listen to somebody who knows something you don't. |
|
|
|
|
|
#13 (permalink) |
|
Account Terminated
|
Forget it.
I was only trying to tell you why your having problem. Region serilzation is still broken, since you can't load your changes. Your welcome to argue this point, I just don't continue this pointless discussion. Why your not going to believe me, and waste your time, I will never know. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|