Solarys

New Member
Aug 18, 2021
5
0
Hello, I definitely understood that I had to put the file in the /lustodyssey/game but it's how to modify this file that I can't do...
When I modify the file before reinstalling it in the game it causes the game to bug by telling me "error line (number)"...
So that when I modify the file I get exactly the same model as what is marked in the file...

Could anyone help me understand why it does this?
Even restarting the game doesn't work.
I'm really sorry to bother you with this but I'm really bad with computers.
 

ZelvanInRow

Active Member
Sep 19, 2019
534
545
Hello, I definitely understood that I had to put the file in the /lustodyssey/game but it's how to modify this file that I can't do...
When I modify the file before reinstalling it in the game it causes the game to bug by telling me "error line (number)"...
So that when I modify the file I get exactly the same model as what is marked in the file...

Could anyone help me understand why it does this?
Even restarting the game doesn't work.
I'm really sorry to bother you with this but I'm really bad with computers.
Send me the full log of the error, so I know what causing it. Usually the error caused by the cheat mod is either of these:
1. The code you changed is not the correct variable
2. The game dev changed past variable to a new one
3. The way the variable is defined was changed.
 

Solarys

New Member
Aug 18, 2021
5
0
Send me the full log of the error, so I know what causing it. Usually the error caused by the cheat mod is either of these:
1. The code you changed is not the correct variable
2. The game dev changed past variable to a new one
3. The way the variable is defined was changed.
Hello here is the file that I modified and what it does in the game
 

ZelvanInRow

Active Member
Sep 19, 2019
534
545
Hello here is the file that I modified and what it does in the game
Ah that is actually a very simple error my friend. Your indentation is wrong. Indentation is basically a space behind the code. It follow certain pattern. A child will have more indentation than the parents.
This is an example of correct indentation
Code:
AAA:
    AAA:
        AAA:
This is an example of wrong indentation:
Code:
AAA:
    AAA:
AAA:
Look at your code in the attachment:
1720429743227.png
The code for galaxy credits and 'or' variable is not indented properly.
Due to those 2 (and egon_enmity near the end), the vbox child below is not recognized as proper child.
Although, I am not very sure is that 'or' really a proper variable? after fixing the indentation and removing the 'or', finally the code work in my game.
 

Mandj120

Member
Apr 17, 2022
172
45
Hello guys! today in the patreon I saw the cheat but only say version 30. that there a cheat and gallery too! (I swear I saw on X)
 

nackedsnake

Engaged Member
Jan 29, 2019
2,408
3,186
I try to modify some of the Scenery and the Sand Wyvern by swapping the jpg on the game > image folder. Looks pretty nice.

Here's the Silent Plains in Sithyrya in daytime:



View attachment 3815574 View attachment 3815575
Did you just made a new Deviant / Rare Specie of Rathalos yourself :oops:
Dick version please :p
Come to think of it, we really don't have many MH porn game (except a few VNs)
The Monster Penis mods for MHWorld really don't hit the same :(
................
And this reminds me the quality Degradation of Teratophilia Contents in Lust Odyssey.... Me sad
 
Last edited:
  • Like
Reactions: Kinzinho

Solarys

New Member
Aug 18, 2021
5
0
Ah that is actually a very simple error my friend. Your indentation is wrong. Indentation is basically a space behind the code. It follow certain pattern. A child will have more indentation than the parents.
This is an example of correct indentation
Code:
AAA:
    AAA:
        AAA:
This is an example of wrong indentation:
Code:
AAA:
    AAA:
AAA:
Look at your code in the attachment:
View attachment 3810704
The code for galaxy credits and 'or' variable is not indented properly.
Due to those 2 (and egon_enmity near the end), the vbox child below is not recognized as proper child.
Although, I am not very sure is that 'or' really a proper variable? after fixing the indentation and removing the 'or', finally the code work in my game.
Okay thank you ^^
I will try
 

Sant3224

Member
Dec 6, 2022
278
266
Why do some of the changelog versions have N/A instead of the actual changes?
Mostly because the moderator didn't updated the main post, only the updated links. You can find the changelogs in a few previous pages, or in the game's itch.io
 
4.80 star(s) 16 Votes