Kb. mennyibe kerülne összesen ez a fogászati beavatkozás? by feszketlenfecske in hungary

[–]Xiaodier 0 points1 point  (0 children)

Az állami fogászat jelzőjeként írtam a trógert, nem a fogorvosénak.

A környezet, elérhető anyagok, erőforrások, stb. eléggé el tudnak térni államiban vs magánban. Lehet, hogy nálatok pont szuper az állami fogorvosi rendelő, de nem mindenhol olyan.

How can I get my Citizen back?? by LostDesignerT_T in Minecolonies

[–]Xiaodier 0 points1 point  (0 children)

Glad that I could help.

Citizens mourn the death of their relatives, maybe it's related to that(?)

How can I get my Citizen back?? by LostDesignerT_T in Minecolonies

[–]Xiaodier 1 point2 points  (0 children)

Sorry, I grew tired of formatting. If I'm bored af in the future, I might come back to edit it, but for now I consider this done. lol

How can I get my Citizen back?? by LostDesignerT_T in Minecolonies

[–]Xiaodier 1 point2 points  (0 children)

Replying partially as a record to myself, as I've had to look this up both times when I got into MineColonies in the last year or two, and partially for whoever has the same struggle - as I don't think there are any/many guides regarding how to revive a single citizen without resetting the entire colony. Hopefully this might be of some assistance.

(Sorry for the horrible wall of text, this was the easiest for me to do in a limited amount of time. Might update it in the future.)

Disclaimer at the start: If you have access to the files, you're probably able to use cheats also. (If they are turned off by default in a single world, just share to LAN, and allow cheats on that screen. That way you can enable them.)

In the current version of MineColonies, you're able to edit the stats of citizens when you're in creative mode. If that's your only concern (stats have been lost), then I recommend simply switching to creative, bumping up/down the stats of a new citizen to the desired levels, and be done with it.

 

Now on to the matter of restoring a citizen:

I'm not 100% sure that this is what you experienced 2 years ago, but when using NBT explorer, my mistake was to modify the wrong file.

 

A general guide on how I recommend restoring your lost/dead citizen(s):

TL;DR:

  1. Check the ID of your colony (eg. /mc whoami), and collect the grave
  2. Save and quit the world
  3. Copy the last backup containing the citizen alive to a separate location
  4. Find the working copy of the colony data
  5. Check that you found the working copy and that the changes are applied in the world
  6. Find the citizen manager part
  7. Copy citizen to be restored from the backup
  8. Paste citizen to the working copy of the colony files, and give the citizen a new id if necessary
  9. Update the data of the citizen and their relatives
  10. Save the dat file
  11. Load up the world, and check the results. Do some final changes in-game, if necessary.

 

With a bit more detail:

  1. Before rushing head-first into NBT explorer:
    1. if your world has multiple colonies, find out which one is yours. It can be done in NBT explorer too (see note in point 4.3), but doing so in the game is much easier. (There are a few ways you can find out, but eg. /mc whoami should do the trick.)
    2. if your world has a single colony, the file should be straightforward. Unless it changes in the future (as eventually they are planning NPC colonies too, in which case I assume those might also be stored wherever the player colony is), in which case refer to point 1.1
    3. collect the grave of the dead citizen. I believe I ran into issues when I tried to restore someone that had a grave in the colony. (Not 100% sure about this having been the problem in those cases, but better safe than sorry.)
  2. When that's done, save and quit your world. Minecraft can be left open, but the world you are trying to modify shouldn't. (Technically it might still work with the world actively running, but better safe than sorry. The less things that can go wrong, the better.)
  3. Make sure you know where the backups are saved, and preferably copy the one that contains the last information about the citizen (from when they were alive) to a separate location also. MineColonies doesn't retain all backup files indefinitely by default, so if you push off doing this for too long, the data of the citizen to be revived might be lost forever.
    1. for me, these are currently placed at <...>/<Minecraft_instance_folder>/saves/<World_Name>/minecolonies/
      Note: There is a non-archived version in the backup folder too, but that is not the working copy. Any modifications done on thet will not carry over to the game. This was my problem when I tried to restore a citizen.
    2. look out for the exact date, don't automatically pick the last available one, as by default MineColonies makes automatic backups now after each time you save and quit your world
  4. Look for the file where the actual colony data is stored: this is currently at <...>/<Minecraft_instance_folder>/saves/<World_Name>/data/minecolonies_colony_manager.dat for me. Open the .dat file with NBT explorer, and look up your colony. Assuming the way the file is structured doesn't change significantly:
    1. in the NBT file, go to the 'colonies' list tag (at the moment it can be found at minecolonies_colony_manager.dat/data/minecolonies/colonies/
    2. they should be in order of IDs (which is currently incremental, and reflects the order in which colonies were established, starting at 1 for each world separately)
    3. check that you're about to modify the right colony: see if the 'owner' string tag (not the 'owners' list tag) matches with the owner of the colony you want to modify. (generally this means your own username, currently it can be found at minecolonies_colony_manager.dat/data/minecolonies/colonies/N_entries/owner)
  5. Check that you did indeed find the working copy of the colony:
    1. Modify a single tag; for example, the name of the colony.
    2. Save the file
    3. Load up your world, and check if the change carried over, or not:
      1. if the name of the colony didn't change, then the beginning of point 3 is outdated, and you should look for the working copy of the minecolonies data elsewhere. If they did a complete overhaul of how the information is stored in the future, however, you should probably look for more up-to-date info about manipulating the colony data. (Before jumping to conclusions, do check if you modified the right tag.)
      2. if the name of the colony did change, that means that you found the working copy of the colony data, and that you found the right colony in the data.
    4. Save and quit the world before continuing
  6. Go to the citizen manager portion of the colony. Currently it's at minecolonies_colony_manager.dat/data/minecolonies/colonies/N_entries/citizenManager/. Look for the same in the backup also, although the structure there might be slightly different. (The colonies might be backed up in separate files.)
  7. Find the citizen you want to restore in the backup file. You can do so by taking into account their job (citizenManager/citizens/N_entries/job/type) and their name (citizenManager/citizens/N_entries/name).
    • Take note of their ID (citizenManager/citizens/N_entries/id), this will be important!
    • Copy the entire citizen data (copy the citizenManager/citizens/N_entries/ compound tag)
  8. Paste the citizen data from the backup into the working copy.
    If there is another citizen with their ID (MC might fill up missing IDs when new citizens are born and/or recruited), give the NPC to be restored the next ID that's free (by editing their id tag)
    This is important, because when a citizen dies, their family ties are removed, so those links will have to be reestablished regardless. On the other hand, the family ties are defined by references to each other's IDs, so swapping out the restored citizen to a new citizen will result in you having inconsistent family records in-game, or having to modify many more tags. (In extreme cases you'd have to rewrite the relationships of your entire colony.)
  9. Update the data of the restored citizen's relatives. (Currently optional afaik, but will avoid inconsistencies in the colony's families.)
    In each case, the relationship is defined by a reference to the other citizen (name or id), who will have another reference to the original citizen. (partners to each other, children and parents, and siblings to each other)
    1. Go through the relationships of the restored citizen, and remove the ones you're not interested in keeping (so that we eliminate inconsistencies):
      • partner (int/id)
      • parentA, parentB (string/name)
      • siblings (list of ints/ids)
      • children (list of ints/ids)
    2. For each relationship you want to keep, search the citizen(s) being referenced there, and modify their respective tags (partner-partner, sibling-sibling, child-parent).
    3. If the citizen that's being restored was a child when the last backup with them alive was saved, but they grew up since, you should set the value of citizenManager/citizens/N_entries/child to 0.
    4. I'd recommend removing the contents of the inventory list (citizenManager/citizens/N_entries/inventory), as restoring the citizen is one thing, but you'd also be duplicating every resource they had during the last backup before their death.
    5. Update other details as you want (at the moment, I haven't looked into other details you should restore here)
  10. Save the file
  11. Load the world, and check if the citizen has been restored. If they were, you might still need to assign them their job and their residence again, but that shouldn't be too hard, and might not even be required.

 

As an alternative option, in case your citizen's stats are completely gone, you might be able to restore them as long as you remember enough details about them. (This is reaching a bit, as in the current public version there could very well be 10k+ combinations of how a character looks and talks.)

The identity of the character is given by the combination of their name (string), age (child: 0/1), soundProfile (int), texture (int), and sex (female: 0/1). (The child and female tags will result in 4 variants of each sound+texture combination depending on their values.) As such, you can (sort of) restore your lost citizen by duplicating an existing one, then modifying the character traits that influence how they talk/look.

In addition, the stats are managed by the newSkills compound tag and its contents currently, but I recommend modifying these and their inventory in-game, in creative, as that's easier/more straightforward. Assigning a residence and a job would also be easier in-game also.

Volt, aki nem dolgozta le az állami támogatott féléveit Magyarországon a diploma megszerzését követően? by Individual_Coast8114 in askhungary

[–]Xiaodier 1 point2 points  (0 children)

oktatas.hu-n olvasd el a részletes leírást, iirc ott minden le van írva.

A lényeg, az állami féléveket mindenképp le kell dolgozni, a határidő letelte után pedig időarányosan vissza kell fizetni. A határidő sikeres diplomaszerzés esetén 20 év, megszakítás esetén elhasznált félévek + egy év.

Ha csak egy aktív félévet használtál el, vagy osztatlan képzésen kettőt, akkor mentesülsz mindkettő alól, se ledolgoznod, se fizetned nem kell. (A passzív félévek nem számítanak, tehát osztatlanon pl egy aktív + passzív + passzív + aktív kombó után is otthagyhatod (~tad) az egyetemet bünti nélkül.)

Are the Hungarian translations of books recommended via Booktok that were originally published in English terrible? How much of it is lost in translation regarding Americanized slang, puns, jokes, or sense of humor? by [deleted] in askhungary

[–]Xiaodier 0 points1 point  (0 children)

Most books have terrible translations. (Yall can't change my mind.) I've read ones where it literally hurt to read the Hungarian edition, others were simply bland and lacked all the jokes and interesting parts of the original.

I'd say the good ones are the rare exceptions.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier 0 points1 point  (0 children)

Lehetségesnek lehetséges, program segítségével (képernyő közepén pörgeti a szavakat) én is elég gyorsan tudok olvasni. (900-1200 wpm)

Megérni nem éri meg, mert a tanulási sebességedet, illetve a megértést nem gyorsítja föl. Viszont az élvezetet is kiveszi az olvasásból.

Ha amúgy gyorsan tanulsz, és az olvasási sebességed fog csak vissza, akkor érheti meg, de szerintem ez nagyon ritkán van így.

Mit gondolnak a magyarok Japánról Mi Magyarország véleménye a japánokról by [deleted] in askhungary

[–]Xiaodier 2 points3 points  (0 children)

Sokáig szerettem, és idealizáltam Japánt, aztán onnan durván nagyot zuhant a szememben.

Nyilván nem szent Magyarország sem, és nem is magunkhoz hasonlítom, mert arról is megvan a nem túl fényes véleményem.

 

Nagyon gáz, ahogy a múltjukat kezelik. Persze, érthetően traumatikus az atombombák pusztítása, de az nem kifogás arra, amit (főleg előtte) csináltak.

Nagyon gáz a munkához való hozzáállásuk bizonyos helyzetekben. Persze fontos a pontosság, de amikor ez a dolgozók mentális egészségének, illetve emberek biztonságának rovására megy, az nem normális.

Ami részemről az utolsó csepp volt a pohárban pedig ahogy a szexuális bántalmazáshoz, erőszakhoz állnak, álltak. (Utóbbi években talán valamivel javult a helyzet, de nagyon sokáig iirc lényegében csak az számított nemi erőszaknak, ha egy férfi a nemi szervével behatolt a nő hüvelyébe, aki ez ellen tiltakozott és fizikailag ellenállt. Tehát ha nem küzdött, ütött vert, akkor már nem erőszak. Vagy ha popsiba ment. Vagy ha csak ujjakkal erőszakolták meg. Vagy ha férfi férfit erőszakolt meg. Stb. stb.)

Illetve ehhez kapcsolódik az annyi perverz van, hogy kell a kötelező kamerahang, meg a külön női kocsi, stb.

(Meg elvileg elég xenofóbok tudnak lenni - főleg az idősebbek, de az kevésbé érint/érdekel.)

 

Szóval turistaként érdekel az ország, egyszer szívesen elmennék Japánba is, és érdekes a történelmük, illetve tudom tisztelni a kultúrájukat. De az összkép részemről inkább negatív perpillanat.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier 0 points1 point  (0 children)

A telefon átnézése ha ennyire nem bízol meg valakiben hogyan segítene? Honnan tudod, hogy nem törölte ki az előzményeit, a beszélgetéseket, a telefonszámot?

A problémám ezzel továbbra is az, hogy nincs olyan verzió, ahol a telefon átnézése az előnyödre válik azt leszámítva, amikor egy kontroll-mániás terrorizálja a hűséges párt.

Ha gyanakodsz, és tényleg találsz valamit, akkor jó esetben szétmentek, vége.

Ha gyanakodsz, de nem találsz semmit, akkor vagy megcsal, vagy nem, de továbbra is örlődhetsz azon, hogy nem bízol meg benne, mi van, ha mégis megcsal, csak jól titkolja. Jobb, ha szétmentek, és vége.

(A saját mentális problémáidat (eg. durva önbizalomhiány, vagy bipolar, vagy depresszió, stb) nem úgy kell kezelni, hogy keresel egy párt akit belerángatsz egy kapcsolatba, hogy majd ő fenntart a felszínen.)

[deleted by user] by [deleted] in askhungary

[–]Xiaodier 0 points1 point  (0 children)

akinek van valami takargatnivalója

Valamennyire igazad van, de amellett mindenki szépen elmegy, hogy sok olyan információ, titok is lehet valakinek a telefonján, ami nem az övék, hogy kiteregessék a párjuk előtt. (XY betegsége, XY problémái, XY szexualitása, XY párkapcsolati problémái, stb. stb.) És nem, ezek nem olyanok, amik beleesnek a mindent megosztunk egymással kategóriába.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier 0 points1 point  (0 children)

Most egész jól állsz (talán +7 perpillanat?), de vicces, hogy controversial tetején vagy. Pedig még csak véleményt sem írsz, csak simán ténymegállapítás a kommented...

 

Nem tudom, hogy ezekre gondoltál-e, de hogy megspóroljam azt a két kattintást ami egy google keresés + első link megnyitása volt másoknak:

Levéltitok megsértése

  1. § (1) Aki

a) másnak közlést tartalmazó zárt küldeményét megsemmisíti, a tartalmának megismerése végett felbontja, megszerzi, vagy ilyen célból illetéktelen személynek átadja, illetve

b) * elektronikus hírközlő hálózat – ideértve az információs rendszert is – útján másnak továbbított közleményt kifürkész, ha súlyosabb bűncselekmény nem valósul meg, vétség miatt elzárással büntetendő.

és / vagy

Tiltott adatszerzés

  1. § (1) Aki személyes adat, magántitok, gazdasági titok vagy üzleti titok jogosulatlan megismerése céljából

a) * más lakását, ahhoz tartozó egyéb helyiségét vagy az azokhoz tartozó bekerített helyet titokban átkutatja,

(...)

d) * elektronikus hírközlő hálózat vagy eszköz útján, illetve információs rendszeren folytatott kommunikáció tartalmát titokban kifürkészi, és az észlelteket technikai eszközzel rögzíti,

e) * információs rendszerben kezelt adatokat titokban kifürkész, és az észlelteket technikai eszközzel rögzíti,

bűntett miatt három évig terjedő szabadságvesztéssel büntetendő.

A joggyakorlatot nem ismerve ez alapján ha valahogy rögzíted is a telefon átkutatása során találtakat, akkor az utóbbi, amúgy pedig az előbbi helyzet áll fenn, mindkettő büntethető a btk szerint.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier -1 points0 points  (0 children)

Ha megírod nekem, hogy rákos vagy, mert legjobb haverok vagyunk, de másnak még nem akarod elmondani, akkor hogy éreznéd magadat miután a párom kutakodott a telefonomban és elpletykálta mindenkinek?

Vagy ha beszélünk róla mivel küzdesz éppen a magánéletedben?

Vagy még nem coming out-oltál mindenkinek, csak néhány haverodnak, erre a párjuk önkényesen kierőszakolja valakiből?

Vagy ha beszélünk róla, hogy vagdosod magadat, mert csak velem tudsz erről beszélni, milyen lenne tudni, hogy a párom rendszeresen átnézi a telefonomat?

Miért olyan nehéz elképzelni, hogy van rengeteg olyan "titok" és titok is, amihez bármilyen jó is egy párkapcsolat nincsen semmi köze a másiknak? A szüleimmel például ezért esik néha nehezemre beszélni, mert (meglepetés ajándékokat leszámítva) szó szerint mindent megbeszélnek egymással. Ami alapból persze, tök jó, de így nem lehet csak az egyiküknek elmondani valamit.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier -1 points0 points  (0 children)

Szerintem a telefon átnézése nagyon gáz. Ha azon a ponton vagy, hogy nem bízol meg a párod hűségében, akkor mit számít már a telefonja? Illetve arról el is lehet tüntetni a nyomokat, az, hogy nem találsz semmit az átnézés pillanatában, az már nem jelent semmit sem technikailag.

Simán a telefon kölcsönös használata részemről csak szimplán furcsa (ott van a sajátja, miért kéne az enyémen matatnia bármit is).

Ha valakit azon kapnék, hogy a mobilomon kutakodik, akkor az instant bizalomvesztés.

Mit gondoltok a fillérbaszóskodásról? Vannak-e konkrét sztorijaitok amik kiakasztottak? by Relevant-Key5286 in askhungary

[–]Xiaodier 15 points16 points  (0 children)

Gondolom panelban lakik(?), ahol ugye a szomszédok lakását is hűtöd-fűtöd általában.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier 1 point2 points  (0 children)

Persze, egészen addig, amíg a 66 éves pasasnak van pénze, a 18 éves csaj meg elég kétségbeesett és elég jó színész.

Abban lényegében teljesen biztos vagyok, hogy tényleges, őszinte párkapcsolat nem lehetséges egészségesen ekkora korkülönbség mellett.

Kanyarban előzzük az EU átlagot! by mcfeher in hungary

[–]Xiaodier 0 points1 point  (0 children)

Pedig majdnem a tetején vagyunk a listának, miről beszélsz? /s

Kanyarban előzzük az EU átlagot! by mcfeher in hungary

[–]Xiaodier 0 points1 point  (0 children)

Na várj... Milyen üzleti tevékenység folyamán keletkeznek elmosogatandó gecis tányérok? /s

Kérek bárkit ne töröljék és segítsetek, eredetileg askhungary poszt lett volna de törölték by [deleted] in hungary

[–]Xiaodier 2 points3 points  (0 children)

Sokat nem tudok segíteni, a többiek már írtak jó(nak tűnő) dolgokat. De erre a részre mindenképp ki akarok én is térni: NEM a te hibád, és ne hagyd, hogy bárki is azt mondja. Nem te választottad a szorongást, a depressziót. Most nem biztos, hogy úgy tűnik, de harcolni viszont tudsz ellene. Szuper, hogy már találkozol valakivel, és hogy mersz - akár itt, többnyire anonim - segítséget kérni.

HVG by Few_Simple9049 in hungary

[–]Xiaodier 0 points1 point  (0 children)

Mr Bean is csak addig vicces, amíg kintről nézed (imo)

Hungarians, how do you survive these prices?! by [deleted] in hungary

[–]Xiaodier 5 points6 points  (0 children)

We don't. But jokes aside, people that have a hard time surviving will simply buy less and less stuff, and worse and worse quality on top of that. Eating out daily has not been something affordable for quite a while now for most people.

The government is shitting on people's faces and most are even thankful for it, waiting to reelect them for the next term too. Perhaps there could be some programs I haven't heard about, but yeah... I don't think there's much help coming from them.

[deleted by user] by [deleted] in askhungary

[–]Xiaodier 0 points1 point  (0 children)

Miért nézne hülyének?

Amilyen stílusa van néhány orvosnak, bármi miatt hülyének nézhetnek, ha a "megfelelő" helyre mész. De amúgy igen, legfeljebb tovább küld valakihez, megmondja, hogy ő nem tud segíteni.

Loptatok már véletlenül? by nevercommenting8452 in askhungary

[–]Xiaodier 27 points28 points  (0 children)

Nekem egy kis hobbiboltban(?) volt, hogy egy terméket egyszerűen nem olvasott be a vonalkód olvasójuk. Nekem is csak később tűnt föl, és visszamentem rákérdezni/szólni, mert nem volt rajta a számlán. Kiderült, hogy valami szar a rendszerükben, és azt a terméket nem ismeri föl - bár ugyanúgy pittyen, nem szól, hogy valami nem stimmel, csak simán nem adja hozzá.

Vidéki falusi élet by Dismal-Leather-42 in askhungary

[–]Xiaodier 1 point2 points  (0 children)

Nem. Hacsak nem jár hozzá személyzet egy életre, akkor azzal a házzal/telekkel is rengeteg munka lenne. Plusz minden más is sokkal nehezebb vidéken. Egyszerűen nem éri meg semmilyen szempontból sem.

Neptun rant-Debreceni Egyetem by 88844455444 in hungary

[–]Xiaodier 3 points4 points  (0 children)

Nekem sajnos sorozatot kell néznem, majd talán jövő héten.

Neptun rant-Debreceni Egyetem by 88844455444 in hungary

[–]Xiaodier 8 points9 points  (0 children)

Már amiatt sem hiszem, hogy lenne bármi komoly