Comprender

Newbie
Jan 6, 2022
32
20
Nah not stupid. I went ahead and went through each of them, here's the list


FTM means the character has a pussy, MTF means they have a dick


Town NPCs (that you can randomly meet sitting on rocks on islands, can be seduced after a short scene, hard to seduce tho)

QuinnTrans (FTM)Elf
ShaleMaleCanid
SophiaFemaleCanid
WillowFemaleCanid

Other NPCs

CrowFemaleElf
DuskMaleCanid
RazorMaleDrake
AlexanderMaleElf
AriaFemaleCanid
ChinoFemaleCanid
EvaFemaleDrake
FionaFemaleElf
Gruff (character of Naelstrof)MaleCanid (but technically is a sheep)
JessicaFemaleElf
Lara (Croft)FemaleElf
Nael(strof)MaleDrake
OscarMaleCanid
OwenTrans (FTM)Drake
RubyTrans (MTF)Drake
SootFemaleCanid
SylasMaleDrake
ThalMaleElf

Have fun!
Many thanks for that, outstanding work!
 
  • Like
Reactions: flatbutts

HalcyonReign

Member
Dec 16, 2023
250
247
Nah not stupid. I went ahead and went through each of them, here's the list


FTM means the character has a pussy, MTF means they have a dick


Town NPCs (that you can randomly meet sitting on rocks on islands, can be seduced after a short scene, hard to seduce tho)

QuinnTrans (FTM)Elf
ShaleMaleCanid
SophiaFemaleCanid
WillowFemaleCanid

Other NPCs

CrowFemaleElf
DuskMaleCanid
RazorMaleDrake
AlexanderMaleElf
AriaFemaleCanid
ChinoFemaleCanid
EvaFemaleDrake
FionaFemaleElf
Gruff (character of Naelstrof)MaleCanid (but technically is a sheep)
JessicaFemaleElf
Lara (Croft)FemaleElf
Nael(strof)MaleDrake
OscarMaleCanid
OwenTrans (FTM)Drake
RubyTrans (MTF)Drake
SootFemaleCanid
SylasMaleDrake
ThalMaleElf

Have fun!
I could be mistaken, but the first 4 in your list... Quinn is the first NPC you meet (at the gate, that sends you to town) Female, afaik.. Willow, is the male elf in town who you get your house from (all four can be encountered and interacted with in the wilds as well.)

I've only ever attempted to interact with Shale or Willow, and can confirm they are both male.
 

flatbutts

New Member
Mar 16, 2023
8
13
I could be mistaken, but the first 4 in your list... Quinn is the first NPC you meet (at the gate, that sends you to town) Female, afaik.. Willow, is the male elf in town who you get your house from (all four can be encountered and interacted with in the wilds as well.)

I've only ever attempted to interact with Shale or Willow, and can confirm they are both male.
I did mix up the names between Quinn and Willow yeah, thanks for pointing it out. I thought I remembered Willow having a pussy, but I'll trust you on that, should be fixed now!
 
  • Like
Reactions: HalcyonReign

TMakuboss

New Member
Nov 18, 2020
11
11
anyone knows how to get the new sex animations? all I see is blowjob or doggy style whenever I talk to the Npc's.
 

PSage

Newbie
Sep 22, 2023
15
12
Are current links for a 0.9+hotfix version?
Yes gofile,krakenfiles,mega,pixeldrain are the 0.9+hotfix but I'm not sure about catbox as that started auto downloading a file that was named different though it did look like the same file size.
 
  • Like
Reactions: Caerna

JopaVictora

Newbie
Oct 11, 2021
64
54
is there a way to kill monsters instantly or just prevent them from spawning? i use cheat menu to teleport all npc to my location but they all start to kill each other bc of monsters
 
  • Like
Reactions: str8up

Sennin

Member
Dec 9, 2017
138
169
I am hoping the dev puts an augment/enchantment switcher box in the town at some point. I want to make better weapons and armor for the later levels but am relying on random RNG for decent drops. I havent found another enchantment remover/applier since the tutorial level.
Also the prices in the shop kinda suck. 600 gold for an item when you might bring back 20-100g per run. I dont like grinding.
At least the game is fun. Looking forward to more of this.
 

DoorFive

Active Member
Dec 3, 2019
595
688
I am hoping the dev puts an augment/enchantment switcher box in the town at some point. I want to make better weapons and armor for the later levels but am relying on random RNG for decent drops. I havent found another enchantment remover/applier since the tutorial level.
Also the prices in the shop kinda suck. 600 gold for an item when you might bring back 20-100g per run. I dont like grinding.
At least the game is fun. Looking forward to more of this.
Balancing is a problem that has always plagued game developers.
The only thing we can really do is suggest fixes and hope they get listened to.
 
  • Like
Reactions: Sennin
Sep 10, 2021
457
662
Is there a way to convert .npc files into .dat (or a way to edit already-created NPCs)?
You could try opening their files with notepad or a similar program. If their data is stored as human-readable text that should work (I'd be surprised if it isn't).
 

Rangaros

Newbie
Mar 8, 2018
77
72
You could try opening their files with notepad or a similar program. If their data is stored as human-readable text that should work (I'd be surprised if it isn't).
Yeah I figured you can edit the values in text form, but it sucks to not be able to see what you're doing with the character. Better than nothing I suppose. Still feels like it shouldn't be hard to convert the files backwards given you can just load up an appearance file and turn it into a character instantly with no work.
 
  • Like
Reactions: strong_p4ssword

lawrencemcgill

New Member
Apr 20, 2023
3
2
Is there a way to convert .npc files into .dat (or a way to edit already-created NPCs)?
No, you can't edit NPCs which already created in game. Yes, you can convert .npc to .dat file.

1. Open .npc file in text editor( I'm using VS code for it)
2. Search in text for "body"
3. Delete all text before brace
4. Search in text for "scale"
5. Delete all text after 2 braces
6. Save as file and change format to .dat


If you still have questions, let me know, and I'll describe the guide in more detail.

For the future, I'd like to ask everyone sharing their characters to save them not as NPCs but as a save from the character editor. The saves are the same for both NPCs and the main character, so please share your .dat files.

Shortcut for the game save folder, just copy and paste into the address bar in explorer
C:\Users\%username%\AppData\LocalLow\RalivDev\Archipelagates
 
Last edited:

Rangaros

Newbie
Mar 8, 2018
77
72
1. Open .npc file in text editor( I'm using VS code for it)
2. Search in text for "body"
3. Delete all text before brace
4. Search in text for "scale"
5. Delete all text after 2 braces
6. Save as file and change format to .dat
The text around the first part is {"body":{ does that mean I delete everything from the start of the file up to (but not including) that first brace? And for the scale part it would be everything starting with the coma after the double braces, to the end of the file. Is that right?

EDIT: Yep, ok, tried it out. It's exactly like that.

Either way, amazing info, thanks.

And while I'm at it, is there a way to modify vanilla NPCs, by any chance?
 
Last edited:
  • Like
Reactions: lawrencemcgill
4.30 star(s) 32 Votes