The Forum is up for sale: XeNTaX Forum looking for new owner
Search found 281 matches
- Sun Jul 01, 2012 3:52 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
Yeeeeeeeeeeeeeah! Thanks to both! Thanks a lot ! This is the noesis py importer for silkroad if someone had needed it from inc_noesis import * import noesis import rapi import os MODE = 0 def registerNoesisTypes(): handle = noesis.register("Silkroad Online", ".bms") noesis.setHan...
- Sun Jul 01, 2012 9:52 am
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
this is the line:
What self do i've to delete?
Code: Select all
return self.noeStrFromBytes(self.inFile.readUInt())- Sat Jun 30, 2012 7:57 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
This is your py now: from inc_noesis import * import noesis import rapi import os MODE = 0 def registerNoesisTypes(): handle = noesis.register("Silkroad Online", ".bms") noesis.setHandlerTypeCheck(handle, noepyCheckType) noesis.setHandlerLoadModel(handle, noepyLoadModel) #see als...
- Sat Jun 30, 2012 6:21 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
Infact i've tryed ^^ but when i load a model:
-Line 62,in noepyLoadModel
load_single_model(data, mdlList)
-Line 50, in load_single_model
parser.parser_file()
-Line 124, in parse_file
idstring = self.inFile.readyBytes(12)
AttributeError: 'SanaeParser' object has no attribute 'inFile'
-Line 62,in noepyLoadModel
load_single_model(data, mdlList)
-Line 50, in load_single_model
parser.parser_file()
-Line 124, in parse_file
idstring = self.inFile.readyBytes(12)
AttributeError: 'SanaeParser' object has no attribute 'inFile'
- Sat Jun 30, 2012 1:50 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
Code: Select all
self.inFile = NoeBitStream(data)
self.animList = []
self.texList = []
self.matList = []
self.boneList = []- Sat Jun 30, 2012 1:41 pm
- Forum: 3D/2D models
- Topic: Rise of Legends .Big file unpacking
- Replies: 1
- Views: 1047
Re: Rise of Legends .Big file unpacking
you have to post here viewforum.php?f=10...
- Fri Jun 29, 2012 6:25 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
I deleted the line says :<<super(SanaeParser, self).__init__(data)>>
but another error appear D:
line 78, __init__
self.adspath = self.:abspath()
AttibuteError: 'SanaeParser' object has no attribute '_abspath'
but another error appear D:
line 78, __init__
self.adspath = self.:abspath()
AttibuteError: 'SanaeParser' object has no attribute '_abspath'
- Thu Jun 28, 2012 7:18 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
so... what i've to delete?
Sorry but i'm a noob in programming language
Sorry but i'm a noob in programming language
- Thu Jun 28, 2012 6:41 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
this is the new code from inc_noesis import * import noesis import rapi import os MODE = 0 def registerNoesisTypes(): handle = noesis.register("Silkroad Online", ".bms") noesis.setHandlerTypeCheck(handle, noepyCheckType) noesis.setHandlerLoadModel(handle, noepyLoadModel) #see als...
- Wed Jun 27, 2012 4:51 pm
- Forum: 3D/2D models
- Topic: Game with beautiful weapons
- Replies: 0
- Views: 829
Game with beautiful weapons
Hi everyone,
I find a extractable game ( preferably a MMORPG) with a lot of beautiful weapons.
The kind of weapons have to be fantasy and not medieval: sword, dagger, bow,staff,blade...
I know yet perfect world,aion,tera,WoW,silkroad and atlantica.
Someone can help me?
I find a extractable game ( preferably a MMORPG) with a lot of beautiful weapons.
The kind of weapons have to be fantasy and not medieval: sword, dagger, bow,staff,blade...
I know yet perfect world,aion,tera,WoW,silkroad and atlantica.
Someone can help me?
- Wed Jun 27, 2012 4:24 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
i'm not english, i don't understand everything >.< can u give me an example?
- Tue Jun 26, 2012 8:55 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
this is your plugin https://www.dropbox.com/sh/7stlpd4qvkq3096/J15ZjCGCe1/fmt_silkroad_bms.py and this is what i've done ... i don't know if it's correct but when i load bsm file from silkroad i've an error the error is: -Line 62, in noepyLoadModel load single_model(data, mdlList) -Line 49, in load ...
- Tue Jun 26, 2012 11:02 am
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
Ok, thanks for the support ^^ sorry xD but i've another question... Seeing in your noesis plugin, i saw that also in ValkyrieSky,VoyageCenturyOnline,Travia2,talesOfFantasy and silkroad py there is the line sanae3d.sanae... The same of the first py of scarlet legacy... Can you tell me how can i resol...
- Mon Jun 25, 2012 6:29 pm
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
Re: scarlet legacy fail import with noesis
Ok don't worry it was my mistake...
I've seen that you have upload the py for the textures... But i don't know why but noesis don't load correctly the model texturated...
I've seen that you have upload the py for the textures... But i don't know why but noesis don't load correctly the model texturated...
- Sun Jun 24, 2012 11:02 am
- Forum: 3D/2D models
- Topic: scarlet legacy fail import with noesis
- Replies: 36
- Views: 8727
