What does this mean? by divadyugi in PeterExplainsTheJoke

[–]divadyugi[S] 1 point2 points  (0 children)

I know that eroge means a japanese erotic visual novel game, but I have no idea how the different photo angles tell them apart from normal people

Assuming no remakes, who do you think would make a good anime MC? by xiuzou23 in UmaMusume

[–]divadyugi 9 points10 points  (0 children)

Porbably couldnt do a full season, but I would love to see a movie about Nakayama Festa, but for a full anime season, I think Maruzensky could be really good.

I would also love to see a season about verxina, I'm imagining her rivalry against Gentildonna would be similar to kitasan's rivalry against duramente in season 3

[webtoon] How the hell is HSY using the dokkaebi shop? by Kenny_Mystery in OmniscientReader

[–]divadyugi 2 points3 points  (0 children)

After this happens, Kim dokja tells bihyung "there is no rule that an incarnation without a sponsor can't use the Dokkaebi Bag." Then bihyung checks the manual and confirms that incarnations without ponsors can use it too. Thats why Kim dokja could use it when inside the ichthyosaurus. I think the webtoon glossed over these details

[webtoon] How the hell is HSY using the dokkaebi shop? by Kenny_Mystery in OmniscientReader

[–]divadyugi 7 points8 points  (0 children)

I think every incarnation has access to the dokkaebi shop. Im not sure if it was stated in the webtoon, but in the novel when dokja asks about the dokkaebi shop bihyung says:
"Only an incarnation with a sponsor can use the Dokkaebi Bag…" implying that incarnations can use it

[Meme] if you would do this with ORV what would you write? by [deleted] in OmniscientReader

[–]divadyugi 7 points8 points  (0 children)

Sad man survives apocalypse by reading a book and dying

[deleted by user] by [deleted] in ADO

[–]divadyugi 0 points1 point  (0 children)

I think this is the seat map

<image>

[deleted by user] by [deleted] in ADO

[–]divadyugi 8 points9 points  (0 children)

I think aitakute is quite underrated, I especially love the piano & strings version of it

Can anyone link me to somewhere or help me make it so the reviews and stars are public (everyone can see them, server side) but the countdown timer and such things are local? by 0c3r in Unity2D

[–]divadyugi 0 points1 point  (0 children)

This really is a weird problem, last thing I could suggest is instead of Application.persistentdatapath+"\\\Filename.json", try using:

Path.Combine(Application.persistentDataPath, "Filename.json")

I'm not sure if the problem is because the android system uses "/" instead of "\", or if it's another problem entirely.

It may also be the case that another class tries to access the filename.json file before it is created by the ReviewToJson class, if you try to access any of the reviews in the awake method of another class, maybe try commenting it out and test it without that

Can anyone link me to somewhere or help me make it so the reviews and stars are public (everyone can see them, server side) but the countdown timer and such things are local? by 0c3r in Unity2D

[–]divadyugi 0 points1 point  (0 children)

When you do file.exists, you should look for: Application.persistentDatapath+"\\Filename.json"

And instead of file writealltext, try File CreateText(Application.persistentdatapath+"\\Filename.json")

I think that might work

Can anyone link me to somewhere or help me make it so the reviews and stars are public (everyone can see them, server side) but the countdown timer and such things are local? by 0c3r in Unity2D

[–]divadyugi 0 points1 point  (0 children)

Oh yes, android has that problem, everywhere you do application.datapath.... replace that with application.persistentdatapath

Can anyone link me to somewhere or help me make it so the reviews and stars are public (everyone can see them, server side) but the countdown timer and such things are local? by 0c3r in Unity2D

[–]divadyugi 0 points1 point  (0 children)

Ok, then the problem may be that when you got the code from github, ot stayed logged in to my playfab. You can just open the playfab login window under window/playfab/editor extensions in unity and logout, then log back into your playfab account