4.00 star(s) 2 Votes

fsap1

Member
Dec 2, 2017
308
1,317
Is there a way to make game fullscreen size? I have WQHD, one probably needs a microscope to play it on 4k ;)
Open the registry editor (regedit) and go to:
HKEY_CURRENT_USER>Software>Cloudlet Games>Traveller's Tale

Change the keys "Screenmanager Resolution Width" and "Screenmanager Resolution Height" to whatever you wish, remember to change the base to "decimal" first.
You can also keep the original resolution and change "Screenmanager Fullscreen mode" to 1 to go fullscreen and avoid breaking the UI.
 

LaserSaysPew

Member
Game Developer
Jun 13, 2017
136
565
Open the registry editor (regedit) and go to:
HKEY_CURRENT_USER>Software>Cloudlet Games>Traveller's Tale

Change the keys "Screenmanager Resolution Width" and "Screenmanager Resolution Height" to whatever you wish, remember to change the base to "decimal" first.
You can also keep the original resolution and change "Screenmanager Fullscreen mode" to 1 to go fullscreen and avoid breaking the UI.
Now I'm wondering if I can somehow imitate that "go fullscreen and avoid breaking the UI" with an in-game option. I supposed that would be nice to have.


Hope this gets other platform support in the future (specifically macOS). It looks really good!
Actually, yes, I can add different platforms right now. It's just that I don't have them myself so I can't test if everything works. But yeah, I can make builds for macOS, for example.
 

Eerie Entity

❤︎ Victoria Shields' One True Love ❤︎
Donor
Game Developer
May 28, 2018
4,332
15,158
Hmm, art looks great, plot sounds good, and I don't have any quarrel with Unity either, though I do prefer Ren'Py.
I'm not personally into voyeurism though, don't like watching/seeing other people going at it, haha, don't like seeing possible love interests be handled by other people, makes me lose all interest in the target girl and want nothing to do with her.

Wonder if the MC would be pulling off Netori and making different girls completely his, stealing the girls from their partners, or even actually build a love relationship with them and such. Hopefully the girl(s) won't be cheating on MC though, I ain't into that :p

At any rate, it looks and sounds good, but I guess I'll wait for a while and see how things develop in the story, will be reading comments.

Good luck! :)
 

Givettme

Newbie
Jul 4, 2018
46
58
Only two characters you can advance with are Fred and Ashley until the construction worker blocks progess? Nothing to do yet with the other characters? The dialogs in the store are the same every day without options in progressing.
 

LaserSaysPew

Member
Game Developer
Jun 13, 2017
136
565
Only two characters you can advance with are Fred and Ashley until the construction worker blocks progess? Nothing to do yet with the other characters? The dialogs in the store are the same every day without options in progressing.
Yes, currently that's the only event available. Construction worker doesn't block progress, you can still influence them to see different variations if you've missed any. And there is a mini-event, teaser in the store(teasing power upgrade more than actual event though)

Hmm, art looks great, plot sounds good, and I don't have any quarrel with Unity either, though I do prefer Ren'Py.
I'm not personally into voyeurism though, don't like watching/seeing other people going at it, haha, don't like seeing possible love interests be handled by other people, makes me lose all interest in the target girl and want nothing to do with her.

Wonder if the MC would be pulling off Netori and making different girls completely his, stealing the girls from their partners, or even actually build a love relationship with them and such. Hopefully the girl(s) won't be cheating on MC though, I ain't into that :p

At any rate, it looks and sounds good, but I guess I'll wait for a while and see how things develop in the story, will be reading comments.

Good luck! :)
Thanks! Fetishes on every character will be expanded to more than 1, each having different events. There will be love/date-options along with cheating options and netori. But you will be completely in control of those. And it will be quite clear, there won't be "HAHA SUDDEN NTR!", but if you, for example, raise the arousal of your love-interest to the max while she's one-on-one with some male it "might" lead to her doing something inappropriate. But you'll always have the options not to raise and do something else instead.
 

Eerie Entity

❤︎ Victoria Shields' One True Love ❤︎
Donor
Game Developer
May 28, 2018
4,332
15,158
Yes, currently that's the only event available. Construction worker doesn't block progress, you can still influence them to see different variations if you've missed any. And there is a mini-event, teaser in the store(teasing power upgrade more than actual event though)



Thanks! Fetishes on every character will be expanded to more than 1, each having different events. There will be love/date-options along with cheating options and netori. But you will be completely in control of those. And it will be quite clear, there won't be "HAHA SUDDEN NTR!", but if you, for example, raise the arousal of your love-interest to the max while she's one-on-one with some male it "might" lead to her doing something inappropriate. But you'll always have the options not to raise and do something else instead.
Okay so in a nut shell; different fetishes are all more or less avoidable/optional? That's good, because I'm a Netori advocate, not a Netorare advocate, yeah I only like Netori flip side of the coin and hate the other, hypocritical but that's just how it is; people love to win but they hate to lose, haha :p
Yeah, I'll be keeping the girls loyal to me and me only if at all possible :p
Thanks for taking the time to respond, I'll give the game a go :)
 
  • Like
Reactions: Lerd0

fsap1

Member
Dec 2, 2017
308
1,317
I like how you can mix and match different levels of "fire" to get different outcomes, some scenes are very hot. For now you're just a voyeur but the game is enjoyable and shows promise.

Now I'm wondering if I can somehow imitate that "go fullscreen and avoid breaking the UI" with an in-game option. I supposed that would be nice to have.
The way to change resolution in unity is to call the method Screen.SetResolution (int width, int height, bool fullscreen, int refreshRate).
Example:
Code:
Screen.SetResolution(1280, 720, true, 60);
So you could add a button to do that and go fullscreen, but keep in mind different monitors support different resolutions so you shouldn't hardcode this. What you should do is get the resolutions supported by the user's monitor (Screen.resolutions) and select the appropriate one.

Either way, you still need to figure out how to rescale your UI properly.
 

raulz0r

Member
Dec 3, 2017
196
307
Game is pretty interesting, but still it feels kinda "raw" at the moment, I think in a few updates time it should prove to be a good game.
 
  • Like
Reactions: valley57

LaserSaysPew

Member
Game Developer
Jun 13, 2017
136
565
But for now you're just a voyeur.

Either way, you still need to figure out how to rescale your UI properly.
For now. Most events won't be voyeur at all. Even those that will happen with using Dreamwalker power(kinda of a spoiler but I can't help myself, sorry). I'm really trying not to spoil my ideas right now. But even dreamwalker won't be just looking once he figures out some things. Stop tempting me!
And thx for the tip, I'll experiment with rescaling and fullscreen and make it happen in the next version.

mac version
I'll add mac version in an hour. I don't know how well it will work, I can't test it. So if someone tries it, please, reply if it works or not.

Game is pretty interesting, but still it feels kinda "raw" at the moment, I think in a few updates time it should prove to be a good game.
You're absolutely right! It's my first attempt and with every version I will, along with adding new stuff, also polish existing ones. I just hope people tell me if they think something should be changed so I could weight and consider it.
 
  • Like
Reactions: fsap1

Telgar

Member
Donor
Oct 20, 2017
204
348
Okay so in a nut shell; different fetishes are all more or less avoidable/optional? That's good, because I'm a Netori advocate, not a Netorare advocate, yeah I only like Netori flip side of the coin and hate the other, hypocritical but that's just how it is; people love to win but they hate to lose, haha :p
Yeah, I'll be keeping the girls loyal to me and me only if at all possible :p
Thanks for taking the time to respond, I'll give the game a go :)
I wouldn't say that that is hypocritical, many people like one and not the other. It's a Power thing. To many, like me, who like to be the one doing the cheating but can't stand to be cheated on, it gives them a sense of power and control, in an other wise chaotic and out of control world. It makes the MC into a powerful person that they enjoy interacting with. Where the other side, to them, feels like your out of control and having to watch as your romantic interests, family and loved ones are taken from you one by one.

Can't wait to try this game and will respond once I have.
 

TiffanyMonroe

Forum Fanatic
May 29, 2018
5,767
13,703
From the comments "you" don't get to do anything but watch other people. Too bad I wanted the mc to get pegged by that mistress.
 

LaserSaysPew

Member
Game Developer
Jun 13, 2017
136
565
Added Mac OS download links. Untested. If someone's brave enough, please, reply with the result!

From the comments "you" don't get to do anything but watch other people. Too bad I wanted the mc to get pegged by that mistress.
Give it time. :D
 

LaserSaysPew

Member
Game Developer
Jun 13, 2017
136
565
Are you hinting at you're adding femdom?
Of course. It might not be an extreme femdom in the beginning, but there will certainly exist such a fetish to insert into charaters' minds. And then I might start expanding it further. Depends on several factors really: my imagination, players' reactions and... polls, I suppose. I will start implementing them in discord and patreon soon.
 
4.00 star(s) 2 Votes