Portal-Zone Gothic-Zone Gothic II-Zone Gothic 3-Zone Gothic 4-Zone Modifikationen-Zone Download-Zone Foren-Zone RPG-Zone Almanach-Zone Spirit of Gothic

 

Ergebnis 1 bis 5 von 5
  1. Beiträge anzeigen #1 Zitieren
    Waldläufer Avatar von Squerol
    Registriert seit
    Feb 2013
    Ort
    Polska
    Beiträge
    176
     
    Squerol ist offline

    3rd person camera offset possible to change?

    Hello. I have a simple question about Gothic 3 camera - is it possible to change 3rd person camera offset so it would be set to "over-the-shoulder", like on this example picture? (made screenshot with free camera cheat active)

    [Bild: cam.png]

    Looked up at marvin-mode editor menus, inside ini files, messed around with Cheat Engine and couldn't find anything. Is it possible at all? Thanks.

  2. Beiträge anzeigen #2 Zitieren
    Abenteurer Avatar von Feyn
    Registriert seit
    Dec 2016
    Beiträge
    68
     
    Feyn ist offline
    Zitat Zitat von Squerol Beitrag anzeigen
    Hello. I have a simple question about Gothic 3 camera - is it possible to change 3rd person camera offset so it would be set to "over-the-shoulder", like on this example picture? (made screenshot with free camera cheat active)
    Looked up at marvin-mode editor menus, inside ini files, messed around with Cheat Engine and couldn't find anything. Is it possible at all? Thanks.
    I dont know if it is possible, but recently i saw an entity named "PC_Camera" inside the SysDyn_(...).lrentdat.
    There you can find a class called "gCCameraAI_PS" with some interesting modes and variables:
    e.g. mode "CamModeNormal" with variables "CamOffsetXMinRange" and "CamOffsetXMaxRange"
    Not sure if it does what it sounds like, though

  3. Beiträge anzeigen #3 Zitieren
    Waldläufer Avatar von Squerol
    Registriert seit
    Feb 2013
    Ort
    Polska
    Beiträge
    176
     
    Squerol ist offline
    Zitat Zitat von Feyn Beitrag anzeigen
    I dont know if it is possible, but recently i saw an entity named "PC_Camera" inside the SysDyn_(...).lrentdat.
    There you can find a class called "gCCameraAI_PS" with some interesting modes and variables:
    e.g. mode "CamModeNormal" with variables "CamOffsetXMinRange" and "CamOffsetXMaxRange"
    Not sure if it does what it sounds like, though
    Thanks but I couldn't even open SysDyn.lrendats...
    g3dit just freeze forever or I get this error:

    Spoiler:(zum lesen bitte Text markieren)

    java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
    at java.util.concurrent.FutureTask.report(Unknown Source)
    at java.util.concurrent.FutureTask.get(Unknown Source)
    at javax.swing.SwingWorker.get(Unknown Source)
    at de.george.g3dit.tab.archive.EditorArchiveTab$OpenFileWorker.done(EditorArchiveTa b.java:308)
    at javax.swing.SwingWorker$5.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
    at sun.swing.AccumulativeRunnable.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
    at javax.swing.Timer.fireActionPerformed(Unknown Source)
    at javax.swing.Timer$DoPostEvent.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.WaitDispatchSupport$2.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(Unknown Source)
    at java.awt.Dialog.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at java.awt.Window.setVisible(Unknown Source)
    at java.awt.Dialog.setVisible(Unknown Source)
    at de.george.g3dit.tab.archive.EditorArchiveTab.openFile(EditorArchiveTab.java:158)
    at de.george.g3dit.Editor.openFile(Editor.java:377)
    at de.george.g3dit.Editor$EditorFileDropSubscriber.lambda$onFileDrop$0(Editor.java: 482)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.OutOfMemoryError: Java heap space
    at de.george.g3utils.util.Misc.asHex(Misc.java:25)
    at de.george.g3utils.io.G3FileReader.read(G3FileReader.java:86)
    at de.george.g3utils.io.G3FileReader.readGUID(G3FileReader.java:131)
    at de.george.lrentnode.properties.eCEntityProxy.read(eCEntityProxy.java:18)
    at de.george.lrentnode.properties.ClassProperty.<init>(ClassProperty.java:20)
    at de.george.lrentnode.util.ClassUtil.readClassItems(ClassUtil.java:134)
    at de.george.lrentnode.classes.G3Class.read(G3Class.java:91)
    at de.george.lrentnode.classes.G3Class.<init>(G3Class.java:26)
    at de.george.lrentnode.classes.DefaultClass.<init>(DefaultClass.java:15)
    at de.george.lrentnode.classes.ClassTypes.getClassInstance(ClassTypes.java:54)
    at de.george.lrentnode.util.ClassUtil.readClass(ClassUtil.java:70)
    at de.george.lrentnode.archive.ArchiveEntity.read(ArchiveEntity.java:65)
    at de.george.lrentnode.archive.lrentdat.LrentdatEntity.read(LrentdatEntity.java:21)
    at de.george.lrentnode.archive.ArchiveFile.readInternal(ArchiveFile.java:178)
    at de.george.lrentnode.archive.lrentdat.LrentdatFile.readInternal(LrentdatFile.java :37)
    at de.george.g3utils.io.GenomeFile.read(GenomeFile.java:27)
    at de.george.lrentnode.archive.lrentdat.LrentdatFile.<init>(LrentdatFile.java:19)
    at de.george.lrentnode.util.FileUtil.openArchive(FileUtil.java:45)
    at de.george.lrentnode.util.FileUtil.openArchive(FileUtil.java:36)
    at de.george.g3dit.tab.archive.EditorArchiveTab$OpenFileWorker.doInBackground(Edito rArchiveTab.java:300)
    at de.george.g3dit.tab.archive.EditorArchiveTab$OpenFileWorker.doInBackground(Edito rArchiveTab.java:276)
    at javax.swing.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at javax.swing.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

  4. Beiträge anzeigen #4 Zitieren
    Moderator Avatar von George
    Registriert seit
    Sep 2010
    Beiträge
    684
     
    George ist offline
    Zitat Zitat von Squerol Beitrag anzeigen
    Thanks but I couldn't even open SysDyn.lrendats...
    g3dit just freeze forever or I get this error:
    Opening the SysDyn is really memory intensive. However using 64-bit Java could help.

  5. Beiträge anzeigen #5 Zitieren
    Waldläufer Avatar von Squerol
    Registriert seit
    Feb 2013
    Ort
    Polska
    Beiträge
    176
     
    Squerol ist offline
    Zitat Zitat von George Beitrag anzeigen
    Opening the SysDyn is really memory intensive. However using 64-bit Java could help.
    Thank You very much George, after installing version linked by You, SysDyn file loads in something like 1 second, it works now.

    Anyway didn't managed to see any effect by changing PC_Camera values there, with in-game console too no effects (command "edit PC_Camera").
    Thanks for suggestions anyway, Feyn

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
Impressum | Link Us | intern
World of Gothic © by World of Gothic Team
Gothic, Gothic 2 & Gothic 3 are © by Piranha Bytes & Egmont Interactive & JoWooD Productions AG, all rights reserved worldwide