Create and Fuck your AI Cum Slut –70% OFF
x

corinthiano

Member
Oct 20, 2019
148
55
38
uma coisa que tenho dificuldade é o que é necessário para a posse da madre superiora? eu posso fazer a posse, mas sempre há alguma coisa faltando para o encanto funcionar
 

corinthiano

Member
Oct 20, 2019
148
55
38
[QUOTE = "cmacleod42, postagem: 5820898, membro: 183863"]
Status
o primeiro teste da nova versão é concluído após algumas iterações de correção de bug. Estou trabalhando na tia Brandi agora, fazendo algumas edições de imagens dela com Kylie e escrevendo os eventos adicionais
[/CITAR]at last aunt brandi is a character that has to be explored and spored lol
 

corinthiano

Member
Oct 20, 2019
148
55
38
[QUOTE = "fasteddie, post: 26949, membro: 2253"]
Como funciona o modo de trapaça? Marque, mas não consigo encontrar a opção no jogo.
[/CITAR]before you start the game check the character selection box right on the side
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,440
2,235
470
[QUOTE = "fasteddie, post: 26949, membro: 2253"]
Como funciona o modo de trapaça? Marque, mas não consigo encontrar a opção no jogo.
[/CITAR]before you start the game check the character selection box right on the side
Or use your phone, select games, and enable the 'cheat helper'. This enables or disables cheats while playing
 
  • Like
Reactions: corinthiano

corinthiano

Member
Oct 20, 2019
148
55
38
[QUOTE = "cmacleod42, postagem: 5820898, membro: 183863"]
Status
o primeiro teste da nova versão é concluído após algumas iterações de correção de bug. Estou trabalhando na tia Brandi agora, fazendo algumas edições de imagens dela com Kylie e escrevendo os eventos adicionais
[/CITAR]
quando acabar não se esqueça de me avisar?
 

Brovalon

Active Member
Jan 11, 2020
705
803
257
Waiting for this next update before I play again (it's been a little bit), and oh man, pregnant Brandi Love?
I've been waiting for this day all my life. (Honestly I don't know why more games don't use her.)
 
  • Like
Reactions: corinthiano

corinthiano

Member
Oct 20, 2019
148
55
38
[QUOTE = "Brovalon, postagem: 5824665, membro: 1936198"]
Esperando por esta próxima atualização antes de jogar novamente (já passou um pouco), e oh cara, Brandi Love grávida?
Esperei por este dia toda a minha vida. (Sinceramente, não sei por que mais jogos não a usam.)
[/CITAR]
Tem Julia Ann, Reagan Fox, Phoenix Marie, tem muitas cenas que dariam uma boa história, se eu soubesse fazer games teria uma dessas, além de várias brasileiras, claro.
 

Brovalon

Active Member
Jan 11, 2020
705
803
257
There is Julia Ann, Reagan Fox, Phoenix Marie, there are many scenes that would make a good story, if I knew how to make games I would have one of these, in addition to several Brazilian ones, of course.
I get it for sure. I've genuinely considered learning how to make a game myself because I'm 1/2way decent at writing and would love to see my personal favorites around. Who knows - maybe one day.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,440
2,235
470
[QUOTE = "Brovalon, postagem: 5824665, membro: 1936198"]
Esperando por esta próxima atualização antes de jogar novamente (já passou um pouco), e oh cara, Brandi Love grávida?
Esperei por este dia toda a minha vida. (Sinceramente, não sei por que mais jogos não a usam.)
[/CITAR]
Tem Julia Ann, Reagan Fox, Phoenix Marie, tem muitas cenas que dariam uma boa história, se eu soubesse fazer games teria uma dessas, além de várias brasileiras, claro.
I get it for sure. I've genuinely considered learning how to make a game myself because I'm 1/2way decent at writing and would love to see my personal favorites around. Who knows - maybe one day.
I will note, Phoenix Marie is in this game as Mrs Granger

Also Brovalon, you are welcome to write scenes or characters for this game, I happily take submissions for events. In the current/last release some of the player submitted content is
- Doctor Kay
- Gabby (well I added her basically, but everything after Mom leaves for work and some before was submitted)
- the ones ported from the Bologna mod, so Sharon, Charley, Ash, Karma, Lola, Melanie, Savanna
- the rune matching system for spells and the ATM
- Camryn
- Melissa
- Emily
- a lot of Ms. Jones was reworked
- a lot of Jessica post freeing her
and a lot of other scenes

And of course the basic gameplay and events was developed by others and I am building on their work.
 

legglas13

New Member
Jul 12, 2018
12
8
34
The link is restricted so I cannot download it to check, I sent a request for access

Please note your phone issue is most likely a bug in the code, a typo for instance, check the javascript console when you try the option for any errors
Ah sorry, I changed the settings so it should be accessible with just the link. I'll try looking at the console when I get the chance
 

Brovalon

Active Member
Jan 11, 2020
705
803
257
I will note, Phoenix Marie is in this game as Mrs Granger

Also Brovalon, you are welcome to write scenes or characters for this game, I happily take submissions for events. In the current/last release some of the player submitted content is
- Doctor Kay
- Gabby (well I added her basically, but everything after Mom leaves for work and some before was submitted)
- the ones ported from the Bologna mod, so Sharon, Charley, Ash, Karma, Lola, Melanie, Savanna
- the rune matching system for spells and the ATM
- Camryn
- Melissa
- Emily
- a lot of Ms. Jones was reworked
- a lot of Jessica post freeing her
and a lot of other scenes

And of course the basic gameplay and events was developed by others and I am building on their work.
Wow I had no idea! Maybe I'll give it a shot some-time.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,440
2,235
470
Ah sorry, I changed the settings so it should be accessible with just the link. I'll try looking at the console when I get the chance
Hi
two issues with your mod

a) your are missing a return at the end of handleItem function for Emma, a corrected one is below
//Spells and Items
per.handleItem = function(no, cmd)
{

if (Place != 600) return "";
if (no == 14 && cmd == 2)
{
CastCharmSpell("Emma", 600, 4, 'type=charm1');
return "handled";
};
return ""; // do nothing
};
Also this should be restricted to a place, simple version is added as well

2) in initialiseMod() there is a line at the end
var md = WritePlaceHeader();
this should be removed

I do see from checking this that adding a new person is not very flexible and I will update the game to make this easier.

Also your adding to the credits should not just replace the entire function as this is not flexible either. Check the Severn Valley Mod source code for a more flexible way
 

Boryszkov

New Member
Feb 1, 2018
14
17
70
Hi!
I just wanted to ask whether there is a complete murder path save somewhere that I could download? Lost my saves some time ago and wanted to see the game before I start again once the update drops
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,440
2,235
470
Hi!
I just wanted to ask whether there is a complete murder path save somewhere that I could download? Lost my saves some time ago and wanted to see the game before I start again once the update drops
Sorry I do not have any complete saves, they are not that useful for me in testing. I have previously posted some assorted saved at various points but both paths. I do not have any convenient at the moment and all saves I have are upgraded to the new release

oh yeah btw what will be the two spells
Not really decided yet, they will be determined based on story ideas as they crop up

so to play the mo i dont need the main/base game?
As it says it is a STANDALONE mod
 
  • Like
Reactions: Drill Sergeant

corinthiano

Member
Oct 20, 2019
148
55
38
[QUOTE = "cmacleod42, postagem: 5828668, membro: 183863"]
Devo observar que Phoenix Marie está neste jogo como Sra. Granger

Além disso, Brovalon, você é bem-vindo para escrever cenas ou personagens para este jogo, fico feliz em receber inscrições para eventos. Na versão atual / última versão, algum conteúdo enviado pelo jogador é
- Doutor Kay
- Gabby (bem, eu a adicionei basicamente, mas tudo depois que mamãe sai para o trabalho e um pouco antes foi enviado)
- aqueles transferidos do mod Bologna, então Sharon, Charley, Ash, Karma, Lola, Melanie, Savanna
- o sistema de correspondência de runas para feitiços e ATM
- Camryn
- Melissa
- Emily
- muito da Sra. Jones foi retrabalhado
- muitas postagens de Jessica libertando-a
e muitas outras cenas

E, claro, a jogabilidade e os eventos básicos foram desenvolvidos por outros e estou desenvolvendo o trabalho deles.
[/CITAR]
verdade, esqueci que a fênix marie está no jogo
 
4.30 star(s) 64 Votes