Author Topic: Viper GT1  (Read 67181 times)

JG

  • Karin-chan Fan
  • Website Administrator
  • Hardcore VIPER Otaku
  • ********
  • Posts: 3,497
  • Karma: +85/-4
  • 3000 posts of rediculousness and counting
    • Favorite Sogna Game:
      ・Gokuraku VIPER Paradice
    • Now Playing:
      ・Mario & Luigi: Brothership
    • Sogna Digital Museum
Re: Viper GT1
« Reply #40 on: January 09, 2006, 09:29:36 pm »
There is too a save function; when you save in your room at night the game spits out a very small file named gt1.dxr (actually a flat text file.) And to prove it, if you open up that file and modify it with this data, you'll get to view Akira's ending.
["<yourname>", 30, [200, 100, 100, 100, 100], [4412, 100, 100, 100, 0], [], [], 1, 0, 0, [1, 1, 1, 1], 1, 0, [1, 1, 1], 1]

I know what most of those numbers and brackets mean, but not all of them.


You're right about there being no gallery or replay mode, though. :-/

Guerrilla_Cheez

  • Casual VIPER Fan
  • *
  • Posts: 13
  • Karma: +1/-0
  • "I feel badly about what I've done with children"
Re: Viper GT1
« Reply #41 on: January 10, 2006, 05:21:46 am »
There is too a save function; when you save in your room at night the game spits out a very small file named gt1.dxr (actually a flat text file.) And to prove it, if you open up that file and modify it with this data, you'll get to view Akira's ending.
["<yourname>", 30, [200, 100, 100, 100, 100], [4412, 100, 100, 100, 0], [], [], 1, 0, 0, [1, 1, 1, 1], 1, 0, [1, 1, 1], 1]

I know what most of those numbers and brackets mean, but not all of them.


You're right about there being no gallery or replay mode, though. :-/



really? well I would try that but I didn't get that far in the game. since there's a lot of decision making, and since I don't understand jap, I don't know what im deciding, and there is no walkthrough,save, or anything of use on that game. I guess its the game no one played or cared about, sucks but oh well viper life moves on i guess
"Knowing is half the battle.."

Guerrilla_Cheez

  • Casual VIPER Fan
  • *
  • Posts: 13
  • Karma: +1/-0
  • "I feel badly about what I've done with children"
Re: Viper GT1
« Reply #42 on: March 11, 2006, 01:28:38 am »
There is too a save function; when you save in your room at night the game spits out a very small file named gt1.dxr (actually a flat text file.) And to prove it, if you open up that file and modify it with this data, you'll get to view Akira's ending.
["<yourname>", 30, [200, 100, 100, 100, 100], [4412, 100, 100, 100, 0], [], [], 1, 0, 0, [1, 1, 1, 1], 1, 0, [1, 1, 1], 1]

I know what most of those numbers and brackets mean, but not all of them.


You're right about there being no gallery or replay mode, though. :-/


holy shit that is awesome, I quit trying to play it but the planets just went out of alignment and I just started messing with GT1. anyways, its annoying cause it seems you can only save once and  not before anything important for some reason but I used that code you put up there and i did get her ending!

do you think you could post up the codes for the other endings you got, or a least makoto's thats the one I want to see the most
"Knowing is half the battle.."

JG

  • Karin-chan Fan
  • Website Administrator
  • Hardcore VIPER Otaku
  • ********
  • Posts: 3,497
  • Karma: +85/-4
  • 3000 posts of rediculousness and counting
    • Favorite Sogna Game:
      ・Gokuraku VIPER Paradice
    • Now Playing:
      ・Mario & Luigi: Brothership
    • Sogna Digital Museum
Re: Viper GT1
« Reply #43 on: March 12, 2006, 10:21:06 pm »
I think these will work, if not, let me know and I'll work out something better.

Akira:
["<yourname>", 30, [200, 100, 100, 100, 100], [5000, 100, 100, 100, 0], [], [], 1, 0, 0, [1, 1, 1, 1], 1, 0, [1, 1, 1], 1]

Karin:
["<yourname>", 30, [0, 0, 0, 200, 0], [5000, 100, 100, 100, 0], [], [], 1, 0, 0, [1, 1, 1, 1], 1, 0, [1, 1, 1], 1]

Makoto & Narsha:
["<yourname>", 10, [0, 0, 0, 0, 200], [5000, 100, 0, 0, 0], [], [], 1, 0, 0, [1, 0, 0, 0], 1, 0, [0, 1, 0], 1]

Makoto and Narsha's takes some luck.
For Makoto, you need to get knocked out during the argument between Akira and Makoto (this is a random event but it can happen up to twice during the month.)  Choose to take a short shower (I forget if this is first or second choice), watch Tarma and her get it on, then you blackmail her witht he pictures you took of her.  Keep in mind that Makoto's ending is a bad ending. (The only happy endings are Akira and Karin.)
For Narsha, just keep showing up at the game center.  When she "solicits" you, go with her to the love hotel.  She's the easiest to get, but if you do you've blown your shot with the others and will finish the month with a rejection no matter how well you did otherwise.  I suppose you could get Narsha and then blackmail Makoto though, but thats still heading down a bad ending path.

Don't ask how one gets the manager, Aoki.  I couldn't give a damn.

You might notice a pattern in the gt1 save file based on the codes I've shared here. I'll share what I know, but its got big holes becuase I havent bothered ot play enough random weeks to find out what each number of the save file is meant for.  The carraige returns are added for readibility, obviously the real save file is a single line.
[
"name",
day,
[akirascore, int?, int?, karinscore, makotoscore],
[money, strength, intelligence, beauty, stress],
[scenearray?],
[scenearray?],
boolean?,
intorvoid?,
int?,
[date1boolean, date2boolean, date3boolean, date4boolean],
boolean?,
boolean?,
[makotosworkoutscene, alphinascene, narshascene],
boolean?,
]

Feel free to experiment with this template. If you discover a particular space in the save file for which I have a question mark does something special, let me know what the effect is.

Guerrilla_Cheez

  • Casual VIPER Fan
  • *
  • Posts: 13
  • Karma: +1/-0
  • "I feel badly about what I've done with children"
Re: Viper GT1
« Reply #44 on: March 13, 2006, 12:50:32 am »
thanks alot!! I will do some experimenting but let me know something. I have no clue what the fuck is happening in this game. everything is loosely based off reading what you said. like you said try taking a short shower, is that when i click on my house and spend the night there? like usually i just go to the construction site and I assume im working for the day. then i wait to see if i see one of the girls. If i do, there is 3 choices, i think the top is like lets date, i don't know the middle, and the bottom is no, cause when i click that, they always look sad or angry. and if I click yes for makoto and akira then this scene comes up and i think they're mad at me. Yeah, I really do wish I knew what was going on. I just used what you said and found patterns in the game, but yeah the game has this random thing when someone will come randomly, I haven't figured out to what extent the random people affect the game, except the f50 guys give you a bad ending if you choose wrong as well as the plant dude from M1. Its kinda fun messing with this stuff but it would be alot more interesting if I knew what I was clicking, oh well, I'll do what I can. thanks again
"Knowing is half the battle.."

Hyperguy

  • Retired Admin 2004-2012
  • Forum Administrator
  • Hardcore VIPER Otaku
  • *******
  • Posts: 2,840
  • Karma: +48/-6
  • o/
Re: Viper GT1
« Reply #45 on: March 13, 2006, 12:41:39 pm »
Did yall know you can view any scene from the game by opening it in Internet Explorer with Shockwave installed?

JG

  • Karin-chan Fan
  • Website Administrator
  • Hardcore VIPER Otaku
  • ********
  • Posts: 3,497
  • Karma: +85/-4
  • 3000 posts of rediculousness and counting
    • Favorite Sogna Game:
      ・Gokuraku VIPER Paradice
    • Now Playing:
      ・Mario & Luigi: Brothership
    • Sogna Digital Museum
Re: Viper GT1
« Reply #46 on: March 13, 2006, 09:54:21 pm »
thanks alot!! I will do some experimenting but let me know something. I have no clue what the fuck is happening in this game. everything is loosely based off reading what you said. like you said try taking a short shower, is that when i click on my house and spend the night there? like usually i just go to the construction site and I assume im working for the day. then i wait to see if i see one of the girls. If i do, there is 3 choices, i think the top is like lets date, i don't know the middle, and the bottom is no, cause when i click that, they always look sad or angry. and if I click yes for makoto and akira then this scene comes up and i think they're mad at me. Yeah, I really do wish I knew what was going on. I just used what you said and found patterns in the game, but yeah the game has this random thing when someone will come randomly, I haven't figured out to what extent the random people affect the game, except the f50 guys give you a bad ending if you choose wrong as well as the plant dude from M1. Its kinda fun messing with this stuff but it would be alot more interesting if I knew what I was clicking, oh well, I'll do what I can. thanks again
Staying at your house is only useful for saving.  Its basically wasting a day for when you could be improving your scores.  As you've probably noticed, the part time jobs adjust your base scores and money.  They really don't affect things as much as you'd think.  As far as I can tell, they're only useful for turning the tides in your favor on the 30th, when you've only managed to get about 50% of the right choices in the random events. At 75-80% or higher, your base scores won't matter becuase they'll love you no mater what your scores.  Akira seems to likes well-rounded scores but beauty is most important to her and must not be lower than other scores.  Karin likes well-rounded but requires intelligence as highest score.  Makoto needs strength as highest score, but having high beauty probably doesn't hurt (I am quite sure intelligence doesn't mean a thing to her.)  Money never matters unless you run out, becuase then you've got to work to get more.  Stress is no matter so long as you keep it below 90.  If it gets hgher than 60 ot 70, go blow off steam in the arcade.

As far as the random events, thats exactly what they are, random.  And a LOT of them look exactly alike.  I can't really help you there.  You've got to be able to read a little bit of it to know what the girl (or Aoki) is talking about, so you know which of the 2 or 3 responses is correct.  Play it enough and try to note what the first line looks like, and the reaction each girl takes when you respond.  Usually the answers correspond to a blushing, smiling, and frowning/angry response.

When you get knocked out by Akira during her argument with Makoto (the screen goes fully black for a bit, so you can't miss it), and you come to with Makoto, she tells you she carried you from Anne Mitters to her dojo.  She suggests you take a shower at the dojo to recover.  When the choice comes up, one is for a short shower, the other is for long.  IN short, you'll see Makoto and Tarma get it on, in the long, you'll miss this scene and Makoto can't be won at all from then on.  Keep in mind, Makoto will carry you away only if you're chasing her (her scores are higher than the others) - otherwise, you might end up at Akira or Karin's apartments instead.

I hope thats enough of an answer for now.


Did yall know you can view any scene from the game by opening it in Internet Explorer with Shockwave installed?
Except all the variables are set to zero.  Which means you get rejected in some scenes.  Or others are just plain inaccessible.

Asukachan

  • VIPER Animator
  • Serious VIPER Fanatic
  • ***
  • Posts: 272
  • Karma: +14/-0
    • Favorite Sogna Game:
      ・VIPER-CTR, VIPER-F40
    • Now Playing:
      ・Popful Mail (Sega CD)
    • VIPER ANIMATION Blog
Re: Viper GT1
« Reply #47 on: March 14, 2006, 12:01:34 am »
I just got this game and I cant hear any voices...yet in the data folder there are sound files of voices...how do I make it so I can hear them in the game?

JG

  • Karin-chan Fan
  • Website Administrator
  • Hardcore VIPER Otaku
  • ********
  • Posts: 3,497
  • Karma: +85/-4
  • 3000 posts of rediculousness and counting
    • Favorite Sogna Game:
      ・Gokuraku VIPER Paradice
    • Now Playing:
      ・Mario & Luigi: Brothership
    • Sogna Digital Museum
Re: Viper GT1
« Reply #48 on: March 14, 2006, 07:35:43 pm »
Can't help ya there.  I've not been able to get voice either.
I think maybe you have to do a full install to get the voice to work.  Don't know - I always play it right from CD.

Snorlax.RAYZR

  • Addicted to Guru
  • Ambassador of VIPER Knowledge
  • ****
  • Posts: 729
  • Karma: +1/-0
  • TEIYAH !!!!!
Re: Viper GT1
« Reply #49 on: March 14, 2006, 10:21:04 pm »
I got it from the torrent.

EDIT: HG, how do I view it in IE? I only have "Run As..." that shows up.



Hyperguy

  • Retired Admin 2004-2012
  • Forum Administrator
  • Hardcore VIPER Otaku
  • *******
  • Posts: 2,840
  • Karma: +48/-6
  • o/
Re: Viper GT1
« Reply #50 on: March 17, 2006, 03:14:16 pm »
Good question.  I don't remember all of the details, but there should be an "Open with..." dialog when you right click on the dxr file.  From there, you choose internet explorer to open it.  If you have shockwave player installed, it should play normally.

Snorlax.RAYZR

  • Addicted to Guru
  • Ambassador of VIPER Knowledge
  • ****
  • Posts: 729
  • Karma: +1/-0
  • TEIYAH !!!!!
Re: Viper GT1
« Reply #51 on: March 19, 2006, 10:51:03 am »
I thought it would be more difficutl than that.


Er... DXR? I'm not sure if I follow...

In the GT1 image (mounted with Daemon) I see only a folder named 'Data', Autorun, GT1 ("Application [Macromedia Projector]", which has only OPEN and RUN AS...), and an HTML ReadMe file.



JG

  • Karin-chan Fan
  • Website Administrator
  • Hardcore VIPER Otaku
  • ********
  • Posts: 3,497
  • Karma: +85/-4
  • 3000 posts of rediculousness and counting
    • Favorite Sogna Game:
      ・Gokuraku VIPER Paradice
    • Now Playing:
      ・Mario & Luigi: Brothership
    • Sogna Digital Museum
Re: Viper GT1
« Reply #52 on: March 19, 2006, 01:42:09 pm »
There's a whole host of dxr files in the data folder.

blackskull180

  • VIPER Initiate
  • Posts: 3
  • Karma: +0/-0
Re: Viper GT1
« Reply #53 on: April 04, 2007, 05:58:07 am »
Could someone upload the gifts to GT1 for me please and thanx u. XD

Hyperguy

  • Retired Admin 2004-2012
  • Forum Administrator
  • Hardcore VIPER Otaku
  • *******
  • Posts: 2,840
  • Karma: +48/-6
  • o/
Re: Viper GT1
« Reply #54 on: April 04, 2007, 10:10:45 am »
Here you go:


Doctor_Raven

  • Ambassador of VIPER Knowledge
  • ****
  • Posts: 748
  • Karma: +8/-1
  • Lone Guardian of Cybertron
Re: Viper GT1
« Reply #55 on: April 04, 2007, 10:52:37 am »
yep those gifts will get you the ultra secret MEGA ORGY ending on GT1.
ಠ_ಠ
I saw what you did there.

blackskull180

  • VIPER Initiate
  • Posts: 3
  • Karma: +0/-0
Re: Viper GT1
« Reply #56 on: April 05, 2007, 02:05:21 pm »
LOL hahahahaha funny, but for real now couldoneof u give me a link to all tjhe gifts or something please im desperit hear.

Doctor_Raven

  • Ambassador of VIPER Knowledge
  • ****
  • Posts: 748
  • Karma: +8/-1
  • Lone Guardian of Cybertron
Re: Viper GT1
« Reply #57 on: April 05, 2007, 02:19:04 pm »
LOL hahahahaha funny, but for real now couldoneof u give me a link to all tjhe gifts or something please im desperit hear.

Those are all the gifts you get man, Hyperguy has provided you all that he has.  if you want more, here:


But no more man, you are acting too greedy.
ಠ_ಠ
I saw what you did there.

blackskull180

  • VIPER Initiate
  • Posts: 3
  • Karma: +0/-0
Re: Viper GT1
« Reply #58 on: April 05, 2007, 03:08:24 pm »
OMG, hows that being creepy i just want the gifts to Viper GT1, whats wrong with that/

Rai

  • Serious VIPER Fanatic
  • ***
  • Posts: 299
  • Karma: +20/-0
    • Favorite Sogna Game:
      ・VIPER-M1
Re: Viper GT1
« Reply #59 on: April 05, 2007, 04:44:51 pm »
He said greedy, not creepy, but now that you mention it, it is pretty creepy wanting to give gifts to a game.