UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

LIME64 ERROR!

broken avatar :(
Created 8 years ago
by thezombieproject
0 Members and 1 Guest are viewing this topic.
3,218 views
broken avatar :(
×
broken avatar :(
Location: usNUKETOWN
Date Registered: 19 February 2014
Last active: 7 years ago
Posts
177
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
Zombie Specialist
Signature
×
thezombieproject's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Oil Rig Beta Access
Oil Rig Beta Access
i just purchased ghost so i can get models. when i try exporting the models with lime64 i keep getting this error.
i havent used lime 64 that much so i have no idea what this means
https://gyazo.com/96f067bd16024a0080596795d3a9b65b
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 25 June 2013
Last active: 8 months ago
Posts
3,997
Respect
1,024Add +1
Forum Rank
Eviscerator
Primary Group
UGX V.I.P.
My Groups
More
My Contact & Social Links
More
×
HitmanVere's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
UGX V.I.P.
UGX V.I.P.
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Show options.txt file, maybe something got added there, which program tries to run with failure
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 6 months ago
Posts
1,322
Respect
Forum Rank
Zombie Colossus
Primary Group
UGX Team Member
My Groups
More
My Contact & Social Links
More
Personal Quote
(ง º ω º )ง u wont sum m8y?
Signature
Do not take life too seriously. You will never get out of it alive.
×
DidUknowiPwn's Groups
UGX Team Member
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Use an older lime64 for ghosts I think it's in root site/temp
broken avatar :(
×
broken avatar :(
Location: usNUKETOWN
Date Registered: 19 February 2014
Last active: 7 years ago
Posts
177
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
Zombie Specialist
×
thezombieproject's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Oil Rig Beta Access
Oil Rig Beta Access
Use an older lime64 for ghosts I think it's in root site/temp

ill give it a try thanks

Double Post Merge: July 04, 2016, 06:10:55 am
Show options.txt file, maybe something got added there, which program tries to run with failure


Code Snippet
Plaintext
// 	Options can also be set via this file including the command line.
// -o     --outdir Output directory (creates if dose not exsist)
// -p     --nopause  program exits after completion
// -s     --noskip don't skip image if exsists in output folder (0/1)
// -v     --verbose Verbose Level (0,1,2)
// -f     --filter Filters models by name
// --ex_filter Filters models out that contain the substring
// -l     --single_lod Only export higest lod
//          --list dose not load only list models
//          --inc_normals export the normals
//          --inc_spec export the spec's
//          --img_local export images local
//          --white_vert_col_xe force white vertex colors in XE
//
// --ma Export .ma(mel)
//  --obj Export .obj(mtl)
// --xe Export xmodel_export
// --smd Export SMD
// --gdt Export GDT
//
// Options are set in the following format option:value
//
// Examples:
// verbose:1
// filter:viewmodel_
// inc_normals
//      img_local
//
// Short form is also possible
//      f:viewmodel_
//
// Multiple filter example:
// f:viewmodel_,body,car,plane
//
// The tool also support a exclude filter.
// which will skip any models matching the filter.
// Fror example:
// ex_filter:viewmodel_
//
// Will skip all models that contain 'viewmodel_' in the name
//


ma:1
obj:0
xe:1
smd:0
gdt:1

inc_normals
white_vert_col_xe

Last Edit: July 04, 2016, 06:10:55 am by thezombieproject
broken avatar :(
×
broken avatar :(
Location: fi
Date Registered: 25 June 2013
Last active: 8 months ago
Posts
3,997
Respect
1,024Add +1
Forum Rank
Eviscerator
Primary Group
UGX V.I.P.
My Groups
More
My Contact & Social Links
More
×
HitmanVere's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
UGX V.I.P.
UGX V.I.P.
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
ill give it a try thanks

Double Post Merge: July 04, 2016, 06:10:55 am

Code Snippet
Plaintext
// 	Options can also be set via this file including the command line.
// -o     --outdir Output directory (creates if dose not exsist)
// -p     --nopause  program exits after completion
// -s     --noskip don't skip image if exsists in output folder (0/1)
// -v     --verbose Verbose Level (0,1,2)
// -f     --filter Filters models by name
// --ex_filter Filters models out that contain the substring
// -l     --single_lod Only export higest lod
//          --list dose not load only list models
//          --inc_normals export the normals
//          --inc_spec export the spec's
//          --img_local export images local
//          --white_vert_col_xe force white vertex colors in XE
//
// --ma Export .ma(mel)
//  --obj Export .obj(mtl)
// --xe Export xmodel_export
// --smd Export SMD
// --gdt Export GDT
//
// Options are set in the following format option:value
//
// Examples:
// verbose:1
// filter:viewmodel_
// inc_normals
//      img_local
//
// Short form is also possible
//      f:viewmodel_
//
// Multiple filter example:
// f:viewmodel_,body,car,plane
//
// The tool also support a exclude filter.
// which will skip any models matching the filter.
// Fror example:
// ex_filter:viewmodel_
//
// Will skip all models that contain 'viewmodel_' in the name
//


ma:1
obj:0
xe:1
smd:0
gdt:1

inc_normals
white_vert_col_xe


Try with:

Code Snippet
Plaintext
ma:1
obj:0
xe:0
smd:0
gdt:0

Use an older lime64 for ghosts I think it's in root site/temp

I dont think you can access his temp site anymore due to people finding out about it. Havent checked in ages though, so not sure
broken avatar :(
×
broken avatar :(
Location: usNUKETOWN
Date Registered: 19 February 2014
Last active: 7 years ago
Posts
177
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
Zombie Specialist
×
thezombieproject's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Oil Rig Beta Access
Oil Rig Beta Access
Try with:

Code Snippet
Plaintext
ma:1
obj:0
xe:0
smd:0
gdt:0

I dont think you can access his temp site anymore due to people finding out about it. Havent checked in ages though, so not sure


i tried this
Code Snippet
Plaintext
ma:1
obj:0
xe:0
smd:0
gdt:0
and still no luck

i also tried using an older lime 64 version
but im still getting this
https://gyazo.com/abe0e3259a33c126a2c1f460c8f45341
Last Edit: July 04, 2016, 06:33:44 am by thezombieproject
broken avatar :(
×
broken avatar :(
OnionmanVere Bo21
Location: ieu dnt wnt 2 no
Date Registered: 27 September 2013
Last active: 1 year ago
Posts
1,864
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Mapper
My Groups
More
Personal Quote
ok
Signature
Aye mate you don't know me so y don't you shut tf up ok buddy :)

×
Scobalula's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Box Mappers Elite
Box Mappers Elite
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Scobalula's Contact & Social Links
Running as Admin? And has Ghosts updated in the past week?

Does Lemon work?
broken avatar :(
×
broken avatar :(
Location: usNUKETOWN
Date Registered: 19 February 2014
Last active: 7 years ago
Posts
177
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
Zombie Specialist
×
thezombieproject's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Oil Rig Beta Access
Oil Rig Beta Access
Running as Admin? And has Ghosts updated in the past week?

Does Lemon work?


Im running admin

I just purchased and downloaded ghost last night

I did run a quick test on lemon thats not working either its not finding any anims
https://gyazo.com/4c699895756a7c1aac9cb9b40cd8d818



broken avatar :(
×
broken avatar :(
OnionmanVere Bo21
Location: ieu dnt wnt 2 no
Date Registered: 27 September 2013
Last active: 1 year ago
Posts
1,864
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Mapper
My Groups
More
Personal Quote
ok
×
Scobalula's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Box Mappers Elite
Box Mappers Elite
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Scobalula's Contact & Social Links

Im running admin

I just purchased and downloaded ghost last night

I did run a quick test on lemon thats not working either its not finding any anims
https://gyazo.com/4c699895756a7c1aac9cb9b40cd8d818

1.42 doesn't work with Ghosts, use 1.423. If 1.423 doesn't work, I'd put my money on Ghosts being updated.
Last Edit: July 04, 2016, 10:32:26 pm by Scobalula

 
Loading ...