360haven works best with JavaScript enabled
[Release] Lost odyssey save editor 2011 Update 5.1 - Page 18
Loading
Register
Page 18 of 56 FirstFirst ... 813141516171819202122232843 ... LastLast
Results 137 to 144 of 447
  1. #137
    Wisdom Sold Seperately

    8Ball is offline
    Join Date : Dec 2010
    Location : UK
    Posts : 574
    Array
    I cranked my uac up to normal (i always keep it off) and now the editor won't do jack, even gives me an error.

    The editor doesn't need admin privilege but Mojos tool does. Perhaps you can include a manifest for it when building, check out the project properties, specifically the signing and security tabs.
    Failing that theres a tool called mageui in the MS SDK in the program files.

    Last edited by 8Ball; 05-03-2011 at 01:01 PM.

  2. #138
    Administrator
    360HAVEN

    Sephiroth is offline
    Join Date : Nov 2010
    Location : Setagaya-ku, Tokyo, Japan
    Posts : 3,375
    Array
    Homeland Defense Champion
    Twitter: @
    Yeh, you maybe right because i've tried this...

    This works perfect on xp but not win7
    Code:
    shell("lostodysseyencrypt.exe -d save.bin")
    This works also perfect on xp but not win7
    Code:
      Dim path As String = System.IO.Path.GetTempPath & "lostodysseyencrypt.exe"
    
    
            Try
    
                System.IO.File.WriteAllBytes(path, My.Resources.lostodysseyencrypt1)
    
                Dim pro As New Process()
                Dim info As New ProcessStartInfo()
                info.FileName = path
                info.Arguments = " -d save.bin"
                info.UseShellExecute = False
                info.CreateNoWindow = False
                info.RedirectStandardOutput = True
                info.WindowStyle = ProcessWindowStyle.Hidden
                pro.StartInfo = info
                pro.Start()
    
            Catch ex As Exception
                MsgBox("Error: 911")
            End Try
    Yep, works perfect on xp but not win7
    Code:
    Dim Info As New ProcessStartInfo
            Info.FileName = My.Resources.lostodysseyencrypt 'Place mojos app at the root of your application exe
            Info.CreateNoWindow = True : Info.UseShellExecute = True 'Disable showing the cmd window
            Info.Arguments = " -d save.bin"
            Dim Process As New Process
            Process.StartInfo = Info
            Process.Start()
    oh, did i mention, i hate win7.
    Downloads : 170 || Uploads : 13 || Rep Power : 8139 || Posts : 3,375 || Thanks : 503 || Thanked 4,233 Times in 1,293 Posts




    What i have shown you is reality. What you remember... that is the illusion.




  3. #139
    Dead
    SatsuinoHado

    Original Boss is offline
    Join Date : Jan 2011
    Location : Climbing a long ladder
    Posts : 4,035
    Array
    Quote Originally Posted by Sephiroth View Post
    Yeh, you maybe right because i've tried this...

    This works perfect on xp but not win7
    Code:
    shell("lostodysseyencrypt.exe -d save.bin")
    This works also perfect on xp but not win7
    Code:
      Dim path As String = System.IO.Path.GetTempPath & "lostodysseyencrypt.exe"
    
    
            Try
    
                System.IO.File.WriteAllBytes(path, My.Resources.lostodysseyencrypt1)
    
                Dim pro As New Process()
                Dim info As New ProcessStartInfo()
                info.FileName = path
                info.Arguments = " -d save.bin"
                info.UseShellExecute = False
                info.CreateNoWindow = False
                info.RedirectStandardOutput = True
                info.WindowStyle = ProcessWindowStyle.Hidden
                pro.StartInfo = info
                pro.Start()
    
            Catch ex As Exception
                MsgBox("Error: 911")
            End Try
    Yep, works perfect on xp but not win7
    Code:
    Dim Info As New ProcessStartInfo
            Info.FileName = My.Resources.lostodysseyencrypt 'Place mojos app at the root of your application exe
            Info.CreateNoWindow = True : Info.UseShellExecute = True 'Disable showing the cmd window
            Info.Arguments = " -d save.bin"
            Dim Process As New Process
            Process.StartInfo = Info
            Process.Start()
    oh, did i mention, i hate win7.
    No need to mention you express it very well we get it hahaha

  4. #140
    Administrator
    360HAVEN

    Sephiroth is offline
    Join Date : Nov 2010
    Location : Setagaya-ku, Tokyo, Japan
    Posts : 3,375
    Array
    Homeland Defense Champion
    Twitter: @
    Quote Originally Posted by Nick ng8 View Post
    No need to mention you express it very well we get it hahaha
    lol................ :)
    Downloads : 170 || Uploads : 13 || Rep Power : 8139 || Posts : 3,375 || Thanks : 503 || Thanked 4,233 Times in 1,293 Posts




    What i have shown you is reality. What you remember... that is the illusion.




  5. #141
    Mister Epic
    Wait, I just thought of something...

    Would it work in Winblowz 7 by using compatibility mode? I was thinking we could try running it in Winblowz XP compatibility mode, with or without the SPs. (I'll bet most people using Winblowz 7 have forgotten about that little feature.)

  6. #142
    Wisdom Sold Seperately

    8Ball is offline
    Join Date : Dec 2010
    Location : UK
    Posts : 574
    Array
    Afraid not my good chum, already thought of that and shims on either program do nothing.
    The main solution is to code in an elevation request for Mojo's tool, this would mean screwing around with tedious code in the editor to request admin for the shell or if anyone has a copy since Mojos sight is down, outright integrating his code which assuming it will still trip the uac, can be fixed by screwing around in the project properties.
    Either way its all very long winded and just goes to show how insane windows 7 is, slipstreaming a service pack for example is insane now, i have a multi disc i use for servicing etc. and it wants to restrict me to a single variant, kind of defeats the purpose of the disc...

  7. #143
    Mister Epic
    Yeah, thanks. Sephiroth told me about that too.

    Either ways, I hope Mojo can make some tweaks and fixes to the lostodysseyencryption tool and we can get this thing working for Winblowz 7 and Vistass users.

    I have Winblowz 7 Ultimate, myself. You're right, though... It's insane and mundane.

  8. #144
    Dominus Dolor
    so im not sure whats going on with the new 5.0 but it wont let me load my save, it keeps telling me it is not decrypted, altho it does load the SE interface so thats a good start. What am I doing wrong for it not to decrypt the files?

 

 

Similar Threads

  1. [Release] Lost Odyssey Complete Save Editor
    By Killermiles in forum Xbox 360 Modding Programs
    Replies: 126
    Last Post: 02-04-2017, 04:24 PM
  2. [Trainer] lost odyssey + ?? [v0.2]
    By I C0z I in forum Trainers
    Replies: 16
    Last Post: 03-23-2013, 03:27 AM

Visitors found this page by searching for:

lost odyssey save editor

Lost OdSsey save edit

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯