3dmm.com

3dmm Chatroom: Daily meetings at 11pm GMT (6pm EST)
Go Back   3dmm.com > 3D Movie Maker > 3DMM Chat
User Name
Password
Register Site Rules FAQ Members List

Reply
 
Thread Tools Display Modes
Old 09-30-2015, 09:18 PM   #51
PizzaToaster
Junior Member
PizzaToaster's Avatar
Join Date: Sep 2015
Posts: 153
Quote:
Originally Posted by Foone
I know. Did you install it on top of an old 7gen? Post the whole errorlog file, as well.

No, I actually didn't upload it over the old version.

They're in seperate folders.

However, I do have the full log!

Quote:
Originally Posted by errorlog.txt2 (full)
Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)]
Windows NT/2K/XP (6.2 , build 9200)
Traceback (most recent call last):
File "C:\Users\robert\Pictures\7gen\7gen.pyw", line 33, in ?
sevengeninterface.run(sys.argv[1:])
File "code\sevengeninterface.py", line 149, in run
gui.run()
File "code\sevengeninterface.py", line 132, in run
ui.event(ev)
File "code\sockgui.py", line 257, in event
self.topwindow.mouseUp(event.pos,event.button)
File "code\sockgui.py", line 117, in mouseUp
if child.mouseUp(pos,button):
File "code\sockgui.py", line 878, in mouseUp
self.clicked()
File "code\sockgui.py", line 883, in clicked
self.callback(self.data)
File "code\sevengeninterface.py", line 122, in runConverter
diereason=module.RunConverter('7gen: ')
File "bin\actorextractorGUI.py", line 181, in RunConverter
return gui.run()
File "code\converterbase.py", line 17, in run
ui.event(ev)
File "code\sockgui.py", line 257, in event
self.topwindow.mouseUp(event.pos,event.button)
File "code\sockgui.py", line 117, in mouseUp
if child.mouseUp(pos,button):
File "code\sockgui.py", line 421, in mouseUp
self.clicked()
File "code\sockgui.py", line 409, in clicked
self.callback(self.data)
File "bin\actorextractorGUI.py", line 124, in createVXP
decomp=decompress3dmm.Decompressor(exepath)
AttributeError: 'module' object has no attribute 'Decompressor'
PizzaToaster is offline   Reply With Quote
Old 09-30-2015, 10:59 PM   #52
Foone
Member
Foone's Avatar
Join Date: May 2013
Posts: 631
You need to update python and pygame when updating to the new 7gen.

Use these:

https://www.python.org/ftp/python/2....hon-2.7.10.msi
http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi
Foone is offline   Reply With Quote
Old 02-22-2019, 01:37 PM   #53
Msdeefi
Junior Member
Msdeefi's Avatar
Join Date: Jun 2018
Posts: 167
Is there a way to make a 3DMM mod without having to use Pygame?


Msdeefi is offline   Reply With Quote
Old 02-23-2019, 03:05 AM   #54
Evil Ash
Senior Member
Evil Ash's Avatar
Join Date: Apr 2003
Posts: 15,534
No
Evil Ash is offline   Reply With Quote
Old 08-14-2019, 06:39 PM   #55
Waffle
Junior Member

Join Date: Aug 2019
Posts: 4
Can someone help me figure what I'm doing wrong? This is my error log:

Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)]
Windows NT/2K/XP (6.2 , build 9200)
Traceback (most recent call last):
File "C:\Users\Nicholas Nunez\Desktop\7gen\7gen.pyw", line 33, in ?
sevengeninterface.run(sys.argv[1:])
File "code\sevengeninterface.py", line 149, in run
gui.run()
File "code\sevengeninterface.py", line 132, in run
ui.event(ev)
File "code\sockgui.py", line 257, in event
self.topwindow.mouseUp(event.pos,event.button)
File "code\sockgui.py", line 117, in mouseUp
if child.mouseUp(pos,button):
File "code\sockgui.py", line 878, in mouseUp
self.clicked()
File "code\sockgui.py", line 883, in clicked
self.callback(self.data)
File "code\sevengeninterface.py", line 122, in runConverter
diereason=module.RunConverter('7gen: ')
File "bin\actorextractorGUI.py", line 182, in RunConverter
return gui.run()
File "code\converterbase.py", line 17, in run
ui.event(ev)
File "code\sockgui.py", line 257, in event
self.topwindow.mouseUp(event.pos,event.button)
File "code\sockgui.py", line 117, in mouseUp
if child.mouseUp(pos,button):
File "code\sockgui.py", line 421, in mouseUp
self.clicked()
File "code\sockgui.py", line 409, in clicked
self.callback(self.data)
File "bin\actorextractorGUI.py", line 127, in createVXP
ret=actorextractor.ExtractActorFromDatafiles(data_ dir,author,preset['thid'],shortname,shortname,name,preset['actor'],uniqueid,tilesheet,recompress,decomp,self.progres sCallback,self.statusCallback)
File "bin\actorextractor.py", line 265, in ExtractActorFromDatafiles
cnquad,cnid=Copy3TH()
File "bin\actorextractor.py", line 125, in Copy3TH
CopyTree(thfile,thpath,quad,thid,thPreProcess)
File "bin\actorextractor.py", line 87, in CopyTree
AddReferenced(startquad,source,outmovie,addedlist, preprocess)
File "bin\actorextractor.py", line 60, in AddReferenced
quad=preprocess('quad',quad)
File "bin\actorextractor.py", line 102, in thPreProcess
newth=pack('<4B4sL',1,0,3,3,'LPMT',myid)
OverflowError: long int too large to convert
Waffle is offline   Reply With Quote
Old 10-22-2019, 08:44 PM   #56
OttotheTomato
Junior Member
OttotheTomato's Avatar
Join Date: Jun 2019
Posts: 49
I'm trying to get a Agustin exported so I could make some custom animations, but I don't know where the bitmap and file go after extraction.
OttotheTomato is offline   Reply With Quote
Old 10-23-2019, 02:09 PM   #57
Dustin Guest
Senior Member

Join Date: Oct 2001
Posts: 4,420
Are you using 3dmmpencil or ChunkExtractor?
Dustin Guest is offline   Reply With Quote
Old 10-23-2019, 10:05 PM   #58
OttotheTomato
Junior Member
OttotheTomato's Avatar
Join Date: Jun 2019
Posts: 49
I'm using 7Gen
OttotheTomato is offline   Reply With Quote
Old 10-23-2019, 10:17 PM   #59
OttotheTomato
Junior Member
OttotheTomato's Avatar
Join Date: Jun 2019
Posts: 49
I also can't move the 3dmm exe to the 3dmmpencil folder, is there any way to allow it to?
OttotheTomato is offline   Reply With Quote
Old 10-23-2019, 10:26 PM   #60
Dustin Guest
Senior Member

Join Date: Oct 2001
Posts: 4,420
Files extracted from 7gen should be in whatever directory you installed 7gen.
Dustin Guest is offline   Reply With Quote
Old 10-23-2019, 10:27 PM   #61
OttotheTomato
Junior Member
OttotheTomato's Avatar
Join Date: Jun 2019
Posts: 49
Yeah but I moved the files out of the original folder so I don't really know where they went
OttotheTomato is offline   Reply With Quote
Old 10-23-2019, 10:55 PM   #62
OttotheTomato
Junior Member
OttotheTomato's Avatar
Join Date: Jun 2019
Posts: 49
I'm more interested in getting 3dmm pencil working though, so I'm wondering how to move the exe.
OttotheTomato is offline   Reply With Quote
Old 10-24-2019, 12:24 AM   #63
OttotheTomato
Junior Member
OttotheTomato's Avatar
Join Date: Jun 2019
Posts: 49
I got it to work, but I think someone should make a tutorial on 3dmmpencil, since it seems like a very useful program
OttotheTomato is offline   Reply With Quote
Old 10-24-2019, 01:31 PM   #64
Gorosaurus
Super Moderator
Gorosaurus's Avatar
Join Date: Jan 2002
Posts: 16,146
I recommend that you write the steps that you took to remedy the situation, that way someone can search for this thread and solve it as well
Gorosaurus is offline   Reply With Quote
Old 12-16-2019, 06:43 PM   #65
Kyle Man Man
Junior Member

Join Date: Dec 2019
Posts: 2
help

when I try to extract an actor,it says "bad path/prop.3th not found,I was wondering if you could help me fix this issue
Kyle Man Man is offline   Reply With Quote
Old 10-23-2021, 09:48 PM   #66
Stanleyopar
Junior Member
Stanleyopar's Avatar
Join Date: Aug 2008
Posts: 73
damn...a tilesheet tutorial would have been fantastic...shame it was never done.
Stanleyopar is offline   Reply With Quote
Old 10-23-2021, 11:25 PM   #67
Plopilpy
Senior Member
Plopilpy's Avatar
Join Date: May 2020
Posts: 3,105
Tilesheets are really simple to make.

1. Get Misfit Model 3D

2. Create a flat plane (it's in the settings there, or if not then just flatten a cube)

3. Save the plane as an MD2, and place it in the same folder as the frames of the tilesheet.

4. In 7gen, selecting the MD2 will add the frames as costumes, which can be changed frame-by-frame in the costume changer.


EDIT: I just realized that you meant something completely different.


Plopilpy is online now   Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Sig Police

Contact Us | RSS Feed | Top

Powered By ezboard Ver. 5.2
Copyright ©1999-2000 ezboard, Inc.
Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2022, Jelsoft Enterprises Ltd.