4.60 star(s) 32 Votes

Nerro

Well-Known Member
Sep 9, 2017
1,910
3,138
Why is auto enabled by default in dialogue?. How do i disable it?
 

olev1996

Newbie
Sep 17, 2019
28
98
Seems like automatons' animations aren't swapped now, but still bugged. Patch 1.02.
UPD: Dialogs are swapped too.
 
Last edited:

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,295
Are there any major changes for 1.02?
Well here's the change:

Code:
diff -r "Succubus Farm v1.01/data/Map081.json" "Succubus Farm v1.02/data/Map081.json"
12115c12115
<                 "$gameMap._setEnemyId = 5;"
---
>                 "$gameMap._setEnemyId = 4;"
13677c13677
<                 "$gameMap._setEnemyId = 4;"
---
>                 "$gameMap._setEnemyId = 5;"
This swaps the automatons in the recollection room.

What's really bad is this doesn't fix the issues. To fix the issue do the following:
  1. Go to www/img/characters/
  2. Rename automode_write.rpgmvp to automode_write3.rpgmvp
  3. Rename automode_write2.rpgmvp to automode_write.rpgmvp
  4. Rename automode_write3.rpgmvp to automode_write2.rpgmvp
That fixes the flashing images on the pink automaton as well.

I'm rolling out a 1.02.01 soon, that's probably a better choice to use.
 

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,295
Succubus Farm 1.02.01 Release
FAQ

Q: Is this the full game?
A: Yes.

Q: But this is smaller, how is that possible?
A: Assets were recompressed to save disk space. In some cases quality has been reduced. The changes should not be perceptible.

Downloads

PackageSizeLink
JOIPlay137.6M
Windows191.6M
Linux196.3M

Succubus Farm v1.02.01 (Unofficial)

Windows Install: 429,854,255 bytes
Linux Install: 473,580,523 bytes
Game Assets: 163,544,331 bytes ~18% of the 1.02 release
  • Features:
    • Update to
    • Better image compression
    • plugin integrated
    • Translation of variable/switch names (MTL)
    • Added screenshots - use F6
    • Updated splash screen
    • Added option to skip splash screen
    • Increased save slots to 999
  • Fixes:
    • Issue in the core with URLs which had characters with URI encoding
    • Swapped automaton animations
    • Flashing during automaton animation
    • Layer issues
Older Changelog

As always, please report any issues you find to me.
 

Succubus Hunter

Conversation Conqueror
May 19, 2020
7,396
14,179
Succubus Farm 1.02.01 Release
FAQ

Q: Is this the full game?
A: Yes.

Q: But this is smaller, how is that possible?
A: Assets were recompressed to save disk space. In some cases quality has been reduced. The changes should not be perceptible.

Downloads

PackageSizeLink
JOIPlay137.6M
Windows191.6M
Linux196.3M

Succubus Farm v1.02.01 (Unofficial)

Windows Install: 429,854,255 bytes
Linux Install: 473,580,523 bytes
Game Assets: 163,544,331 bytes ~18% of the 1.02 release
  • Features:
    • Update to
    • Better image compression
    • plugin integrated
    • Translation of variable/switch names (MTL)
    • Added screenshots - use F6
    • Updated splash screen
    • Added option to skip splash screen
    • Increased save slots to 999
  • Fixes:
    • Issue in the core with URLs which had characters with URI encoding
    • Swapped automaton animations
    • Flashing during automaton animation
    • Layer issues
Older Changelog

As always, please report any issues you find to me.
Yay for new update! Thank you for your coding work for our community!
 

polynerph

Newbie
Apr 30, 2017
79
84
Download button for Windows version doesn't work
Succubus Farm 1.02.01 Release
FAQ

Q: Is this the full game?
A: Yes.

Q: But this is smaller, how is that possible?
A: Assets were recompressed to save disk space. In some cases quality has been reduced. The changes should not be perceptible.

Downloads

PackageSizeLink
JOIPlay137.6M
Windows191.6M
Linux196.3M

Succubus Farm v1.02.01 (Unofficial)

Windows Install: 429,854,255 bytes
Linux Install: 473,580,523 bytes
Game Assets: 163,544,331 bytes ~18% of the 1.02 release
  • Features:
    • Update to
    • Better image compression
    • plugin integrated
    • Translation of variable/switch names (MTL)
    • Added screenshots - use F6
    • Updated splash screen
    • Added option to skip splash screen
    • Increased save slots to 999
  • Fixes:
    • Issue in the core with URLs which had characters with URI encoding
    • Swapped automaton animations
    • Flashing during automaton animation
    • Layer issues
Older Changelog

As always, please report any issues you find to me.
Download link for windows doesn't work. (Download doesn't start)
But I could download the Linux version. Thanks!
 
  • Like
Reactions: z3o__

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,295
Yay for new update! Thank you for your coding work for our community!
In this case, there was very little coding needed. Just moving files and configuring plugins. That said, you're welcome.

Download button for Windows version doesn't work

Download link for windows doesn't work. (Download doesn't start)
But I could download the Linux version. Thanks!
Works for me, no idea why you were seeing issues. Unfortunately unofficial updates don't get the same love as official updates on F95, and I don't have an account on nopy for uploading, so I'm stuck with PixelDrain for now.
 
  • Like
Reactions: Succubus Hunter

Pink Man

Member
Jun 21, 2018
144
28
Is it possible to change the MC's name?

How do I remove message boxes to have a full view of the CG?
 
Last edited:

Evilbeef

New Member
Mar 24, 2018
8
2
Does anyone know where I can find the files where the texts are in English because I want to do a German translation but unfortunately I can't find the files?
 

Pink Man

Member
Jun 21, 2018
144
28
No. The MC's name is fixed.

Does shift not work?
I've tried shift, but it doesn't seem to work. Shift does work in seemingly older games like Summer memories or the NPC-world games. The interface on Succubus farm looks different- just like that of Tails of Desire (Shift doesn't work there either).

Is it something to do with the games being made on different versions of RPG maker or something?
 

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,295
Does anyone know where I can find the files where the texts are in English because I want to do a German translation but unfortunately I can't find the files?
scenario folder next to www. Here's how you decode (python script in that directory, I called it decode.py):
Python:
#!/usr/bin/env python3

import codecs
import os
import shutil

for entry in os.listdir('.'):
    if(entry.endswith(".sl")):
        print(entry)
        with codecs.open(entry, 'r', encoding='utf-8') as f:
            text = f.read()

        out = ""
        for c in text:
            out += chr((ord(c) ^ 255))
        with codecs.open(entry[:-3] + ".txt", 'w', encoding='utf-8') as f:
            f.write(out)
        shutil.copystat(entry, entry[:-3]+'.txt')
Here's how you encode (same idea):
Python:
#!/usr/bin/env python3

import codecs
import os
import shutil

for entry in os.listdir('.'):
    if(entry.endswith(".txt")):
        with codecs.open(entry, 'r', encoding='utf-8') as f:
            text = f.read()

        out = ""
        for c in text:
            out += chr((ord(c) ^ 255))
        with codecs.open(entry[:-4]+'.sl', 'w', encoding='utf-8') as f:
            f.write(out)
        shutil.copystat(entry, entry[:-4]+'.sl')
 

g659039

Member
Apr 10, 2018
346
499
Animations are very nice but dialogue window distracts me it even covers the thing, is there any way to hide it?
Need to edit OP post becouse it is no longer censored
 
4.60 star(s) 32 Votes