Geodata 3.9 - test rev.

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Apprentice Slash123 is offline
    MemberRank
    Oct 2008 Join Date
    8Posts

    thumbs up Geodata 3.9 - test rev.

    Today I share my first rev. of new geodata for 3.9. All needed files are in pack. Its first rev. so some problems is naturally.

    Download:
    Dev-Host - geodata 3.9.rar - The Ultimate Free File Hosting / File Sharing Service

    Dont upload it to other sources. Thx


  2. #2
    Apprentice tingsilent is offline
    MemberRank
    Jul 2013 Join Date
    18Posts

    Re: Geodata 3.9 - test rev.

    Thanks for share. I'll test on AL 3.9.
    Downloading . . .

    Working for AL 3.9

    Problem sloved : Must build new AL-Game.jar

    Thank Slash123 & joshi3891

    Last edited by tingsilent; 18-09-13 at 06:30 PM.

  3. #3
    Apprentice Slash123 is offline
    MemberRank
    Oct 2008 Join Date
    8Posts

    Re: Geodata 3.9 - test rev.

    Its working for AL 3.9 too, everything is in pack. Just replace your GeoLoader with mine.

  4. #4
    Apprentice joshi3891 is offline
    MemberRank
    Apr 2011 Join Date
    GermanyLocation
    17Posts

    Re: Geodata 3.9 - test rev.

    When I enable geodata in AL 3.9 my CPU is running up to 100% and complete pc freezes...xD

    geoloader replaced with yours and the following config setted:

    Code:
    #
    # This file is part of aion-lightning <aion-lightning.org>.
    #
    # aion-lightning is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # aion-lightning is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with aion-lightning. If not, see <http://www.gnu.org/licenses/>.
    #
    # ----------------------------
    # Geodata config's:
    # ----------------------------
    
    # Enable Geodata (heights and meshes)
    # Default: false
    gameserver.geodata.enable = true
    
    # Enable canSee checks using geodata.
    # Default: false
    gameserver.geodata.cansee.enable = true
    
    # Enable fear skill using geodata.
    # Default: false
    gameserver.geodata.fear.enable = true
    
    # If enabled - during movements npcs will be checking z coordinate based on geo if target is flying
    # Default: false
    gameserver.geo.npc.move = true
    
    # Enable npc checks aggro target visibility range (canSee)
    # Default: false
    gameserver.geo.npc.aggro = true
    
    #Enable geo materials using skills
    # Default: false
    gameserver.geo.materials.enable = false
    
    #Show collision zone name and skill id for GMs
    # Default: false
    gameserver.geo.materials.showdetails = false
    
    #Enable geodata shields, for test purpose
    # Default: false
    gameserver.geo.shields.enable = false
    
    #Enable geodata doors, for test purpose
    # Default: false
    gameserver.geo.doors.enable = false
    
    # Enable object factory for geo primitives
    # Default: false
    gameserver.geodata.objectfactory.enabled = false

  5. #5
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: Geodata 3.9 - test rev.

    Thanks for posting from Chinese forum - credits need to go to GoodT - but thank you!

  6. #6
    Member killerzone is offline
    MemberRank
    Mar 2008 Join Date
    76Posts

    Re: Geodata 3.9 - test rev.


  7. #7
    Apprentice tingsilent is offline
    MemberRank
    Jul 2013 Join Date
    18Posts

    Re: Geodata 3.9 - test rev.

    For AL 3.9

    Copy GeoWorldLoader.java to trunk\AL-Game\src\com\aionemu\gameserver\geoEngine
    Build new AL-Game.jar and Replace to your gameserver\libs
    Config geodata.properties follow joshi3819 posted
    it's work for me.
    Last edited by tingsilent; 19-09-13 at 06:50 AM.

  8. #8
    Apprentice Zim Ruiz is offline
    MemberRank
    Sep 2013 Join Date
    6Posts

    Re: Geodata 3.9 - test rev.

    how do you add geodata on AL 4.0 released by dwarf?

  9. #9
    Valued Member charnolds is offline
    MemberRank
    May 2008 Join Date
    Camaná, PeruLocation
    121Posts

    Re: Geodata 3.9 - test rev.

    geodata It doesn't work well in AL 3.9
    1. collision Problem. by not this works, the skill with collision blow up the player or monster

  10. #10
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: Geodata 3.9 - test rev.

    Quote Originally Posted by Zim Ruiz View Post
    how do you add geodata on AL 4.0 released by dwarf?
    You need the source files --> http://forum.ragezone.com/f587/al-4-...out-ip-955915/

  11. #11
    Apprentice Darwin Supit is offline
    MemberRank
    Jun 2013 Join Date
    5Posts

    Re: Geodata 3.9 - test rev.

    i got problem with this.
    2013-09-20 23:00:52,489 WARN [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:106] Can't instantiate zone handler CORE_400010000java.nio.BufferUnderflowException: null
    at java.nio.Buffer.nextGetIndex(Buffer.java:478) ~[na:1.6.0_30]
    at java.nio.DirectByteBuffer.getFloat(DirectByteBuffer.java:822) ~[na:1.6.0_30]
    at com.aionemu.gameserver.geoEngine.GeoWorldLoader.loadMeshs(GeoWorldLoader.java:97) ~[EG-Game.jar:na]
    at zone.AbyssCore.<init>(AbyssCore.java from JavaSourceFromFile:46) ~[na:na]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.6.0_30]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) ~[na:1.6.0_30]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) ~[na:1.6.0_30]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ~[na:1.6.0_30]
    at java.lang.Class.newInstance0(Class.java:355) ~[na:1.6.0_30]
    at java.lang.Class.newInstance(Class.java:308) ~[na:1.6.0_30]
    at com.aionemu.gameserver.world.zone.ZoneService.getNewZoneHandler(ZoneService.java:100) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.zone.ZoneService.getZoneInstancesByWorldId(ZoneService.java:235) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.WorldMapInstance.<init>(WorldMapInstance.java:121) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.WorldMap3DInstance.<init>(WorldMap3DInstance.java:31) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.WorldMapInstanceFactory.createWorldMapInstance(WorldMapInstanceFactory.java:39) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.WorldMapInstanceFactory.createWorldMapInstance(WorldMapInstanceFactory.java:33) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.WorldMap.<init>(WorldMap.java:60) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.World.<init>(World.java:92) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.World.<init>(World.java:50) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.World$SingletonHolder.<clinit>(World.java:483) [EG-Game.jar:na]
    at com.aionemu.gameserver.world.World.getInstance(World.java:98) [EG-Game.jar:na]
    at com.aionemu.gameserver.GameServer.main(GameServer.java:177) [EG-Game.jar:na]
    2013-09-20 23:00:52,680 INFO [main] com.aionemu.gameserver.world.World [World.java:94] World: 117 worlds map created.

  12. #12
    Apprentice Elfen Lucy is offline
    MemberRank
    Oct 2013 Join Date
    6Posts

    Re: Geodata 3.9 - test rev.

    This Geodata not work on server RAM 8 GB ?
    Out of memory

  13. #13
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: Geodata 3.9 - test rev.

    you need to edit .\AIONEmulator\game\StartGS.bat

    JAVA -Xms3280m -Xmx3280m -XX:MaxHeapSize=3280m

    try this it give the server more ram to use - or just put higher numbers in it until it runs!

  14. #14
    Apprentice Elfen Lucy is offline
    MemberRank
    Oct 2013 Join Date
    6Posts

    Re: Geodata 3.9 - test rev.

    Quote Originally Posted by Dwarfpicker View Post
    you need to edit .\AIONEmulator\game\StartGS.bat

    JAVA -Xms3280m -Xmx3280m -XX:MaxHeapSize=3280m

    try this it give the server more ram to use - or just put higher numbers in it until it runs!
    this work on AL 3.9 sir ?

  15. #15
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: Geodata 3.9 - test rev.

    Quote Originally Posted by Elfen Lucy View Post
    this work on AL 3.9 sir ?
    this works on 3.9 and 4.0



Page 1 of 2 12 LastLast

Advertisement