Caco P

New Member
Dec 12, 2019
6
4
I seem to be able to only have the girls dancing at the base of the poles. I remember seeing at least one other pole dance animation but am unable to find it. Was it from a mod I have since removed? I have no idea. If anyone knows the name of the animation where the girl is swinging near the top of the pole...the animation name would be appreciated.
 

HighKnow

New Member
Feb 18, 2018
13
16
But when the files are without misstake, the bugs are because the files are duplicates and are located in different locations in the folder structure. I have already been able to fix one, two or more errors in this regard. What's still a mystery to me is that certain functions in the game sometimes work and then don't. But assume that this is also a problem of duplicate files in the folder structure.
 

B_st_cloud

Newbie
Apr 22, 2021
47
110
But when the files are without misstake, the bugs are because the files are duplicates and are located in different locations in the folder structure. I have already been able to fix one, two or more errors in this regard. What's still a mystery to me is that certain functions in the game sometimes work and then don't. But assume that this is also a problem of duplicate files in the folder structure.
Saw on discord that someone looked into the file structure and code. Apparently its a massive mess. It's probably a mystery to the dev too.
 

HighKnow

New Member
Feb 18, 2018
13
16
Sorry for the long text, but I can't explain it any other way. And sorry for my bad english. It is the google-translator:
I noticed this especially with the files in the “Stats” folder from the mods. The files stored there are often duplicated. In the end, that’s logical. It's mainly about the files that are definitely needed for the respective mod, but are already available from other mods. Here are 3 examples:
I suddenly had the age setting for the player and all the other characters twice. This means that the age of all characters always adapts to the age of the player. It was possible to change it, but I would have had to reset it every time I saved and restarted the game. I found the file that defines the age 3 or 4 times in the Modules folder. I now only have one LPSTAT in it and it is in the STATS folder of the last mod I added. Since then it's been working again. I had a similar experience with the LPSTAT for the money. That was suddenly gone for me. So it wasn't even shown to me in the game and I wasn't able to earn any more with it. After I had removed all the duplicate LPSTAT, I realized that this file absolutely had to exist under vin_Base. What's particularly annoying about these two examples is that both files actually do the same thing, but have to be saved in different locations. And if the respective LPSTAT is outside of vin_Base, then you cannot deactivate the mod because the function is no longer available. But if I now put the LPSTAT for the age in the vin_Base/Stats folder, then it works in the base game, but not in the mods. If you then say to the file, please don't have a 70-year-old grandma, then with the mods you will still get the grandma. But it works in the Stats folder of the last mod installed for all mods. Then I noticed this with all the files for the university. Suddenly it stopped working. But I had previously installed a mod that included all the files for the university. I deleted the duplicates and then it worked again. BUT with the UNI I can't say whether it's just the basic function or the one from the mod. I couldn't tell any difference. But I moved the files from the mod to the vin_Base folder and replaced them there. So, purely theoretically, something should have changed in the course of the game.
I also suspect that most of the other bugs largely come from this too. Either they are directly duplicate files or certain programming that was written in two different files but has the same function in the game. They cancel each other out or lead to other dubious errors in the game because in this case the game doesn't know which command to choose. That would explain why some things sometimes work and sometimes don't. But in order to solve this problem, you would have to know in which folders only the base game executes the commands and in which folder the respective files have to be so that all mods are addressed.
Another example is if there are LPCHARACTER files in the respective mods that create a random character. Then it makes sense for the individual mod, but if you have two or three mods installed where random characters are created, then they get in the way or don't work. You don't need these files in every mod. It would be enough if they were there once. They would just have to work with every mod. I don't know whether this can be implemented, because the nasty thing is that the general LPCHARATER files have the same function, but are called something different in the respective mod. Unfortunately, simply replacing the files doesn't work in this case.
Maybe one or two still active players can pay attention to this when installing mods. If that's really the reason, then we might get most of the bugs out of the game without having to have any real professional knowledge of programming. A basis is enough. Because these errors don't come from the programming itself. Unfortunately, I can't contribute more because then my knowledge of modding or programming will reach its limits. And as I said, these were just examples. But assume that this is exactly the cause of most other errors.
 

Dofus 4 life

Newbie
Oct 18, 2023
88
170
Sorry for the long text, but I can't explain it any other way. And sorry for my bad english. It is the google-translator:
I noticed this especially with the files in the “Stats” folder from the mods. The files stored there are often duplicated. In the end, that’s logical. It's mainly about the files that are definitely needed for the respective mod, but are already available from other mods. Here are 3 examples:
I suddenly had the age setting for the player and all the other characters twice. This means that the age of all characters always adapts to the age of the player. It was possible to change it, but I would have had to reset it every time I saved and restarted the game. I found the file that defines the age 3 or 4 times in the Modules folder. I now only have one LPSTAT in it and it is in the STATS folder of the last mod I added. Since then it's been working again. I had a similar experience with the LPSTAT for the money. That was suddenly gone for me. So it wasn't even shown to me in the game and I wasn't able to earn any more with it. After I had removed all the duplicate LPSTAT, I realized that this file absolutely had to exist under vin_Base. What's particularly annoying about these two examples is that both files actually do the same thing, but have to be saved in different locations. And if the respective LPSTAT is outside of vin_Base, then you cannot deactivate the mod because the function is no longer available. But if I now put the LPSTAT for the age in the vin_Base/Stats folder, then it works in the base game, but not in the mods. If you then say to the file, please don't have a 70-year-old grandma, then with the mods you will still get the grandma. But it works in the Stats folder of the last mod installed for all mods. Then I noticed this with all the files for the university. Suddenly it stopped working. But I had previously installed a mod that included all the files for the university. I deleted the duplicates and then it worked again. BUT with the UNI I can't say whether it's just the basic function or the one from the mod. I couldn't tell any difference. But I moved the files from the mod to the vin_Base folder and replaced them there. So, purely theoretically, something should have changed in the course of the game.
I also suspect that most of the other bugs largely come from this too. Either they are directly duplicate files or certain programming that was written in two different files but has the same function in the game. They cancel each other out or lead to other dubious errors in the game because in this case the game doesn't know which command to choose. That would explain why some things sometimes work and sometimes don't. But in order to solve this problem, you would have to know in which folders only the base game executes the commands and in which folder the respective files have to be so that all mods are addressed.
Another example is if there are LPCHARACTER files in the respective mods that create a random character. Then it makes sense for the individual mod, but if you have two or three mods installed where random characters are created, then they get in the way or don't work. You don't need these files in every mod. It would be enough if they were there once. They would just have to work with every mod. I don't know whether this can be implemented, because the nasty thing is that the general LPCHARATER files have the same function, but are called something different in the respective mod. Unfortunately, simply replacing the files doesn't work in this case.
Maybe one or two still active players can pay attention to this when installing mods. If that's really the reason, then we might get most of the bugs out of the game without having to have any real professional knowledge of programming. A basis is enough. Because these errors don't come from the programming itself. Unfortunately, I can't contribute more because then my knowledge of modding or programming will reach its limits. And as I said, these were just examples. But assume that this is exactly the cause of most other errors.
yeah boy the game's a mess
 

PhazeUFO

Well-Known Member
Sep 28, 2021
1,375
1,327
Saw on discord that someone looked into the file structure and code. Apparently its a massive mess. It's probably a mystery to the dev too.
I wonder how it differs from the source code when it was shared. Makes me wish one of the patreon votes was hiring someone to fix the code during this absence.
 
  • Like
Reactions: mothulu

seacat1

Newbie
Aug 18, 2018
24
14
Messy source code aside, this is one of the few updated games I seen on here and it seemed like they had active patreons or whatever based on the main menu. Well, anyone can get bored of doing or working on anything.
 
  • Like
Reactions: Lifeplayer

HighKnow

New Member
Feb 18, 2018
13
16
Messy source code aside, this is one of the few updated games I seen on here and it seemed like they had active patreons or whatever based on the main menu. Well, anyone can get bored of doing or working on anything.
You are right. The other games make no fun or are really big mess. Could you recommend other worthwhile games from here to me, please?
 
  • Like
Reactions: Lifeplayer

ObeX

Newbie
Jun 13, 2019
94
99
Messy source code aside, this is one of the few updated games I seen on here and it seemed like they had active patreons or whatever based on the main menu. Well, anyone can get bored of doing or working on anything.
not just had vinfamy still HAS active patreon supporters
1,626 members €643.3/month
 
  • Like
Reactions: seacat1
Feb 1, 2018
188
116
From the looks of things, this game is officially dead. Now, why could that be I do not understand. However, I feel sorry that this game after all these months of being hyped to be one of the best porn games of all time just be up in smoke. I may not get an answer on why this has happened but I am just happy that modding is still an option.
 

Dofus 4 life

Newbie
Oct 18, 2023
88
170
From the looks of things, this game is officially dead. Now, why could that be I do not understand. However, I feel sorry that this game after all these months of being hyped to be one of the best porn games of all time just be up in smoke. I may not get an answer on why this has happened but I am just happy that modding is still an option.
it happened because the game after 2-3years of developing it, became unstable, a fucking mess with bugs, and instead fixing them, the dev just kept creating new stuff over a base game broken, and if you add the mods, even more mess, then the dev decided to fix those mistakes he did, hahaha last message was 5 months ago, 1 out of 2, he is fixing all this shit or he just gave up xD
 
  • Like
Reactions: seacat1

R0y

Member
Nov 25, 2017
373
225
To be abandoned, there are posts here every day, and most of the games that get abandoned die. There are hardly any posts on them that show you how good this game is.
 
  • Like
Reactions: M_e_*
3.30 star(s) 117 Votes