Alice Community  

Go Back   Alice Community > Alice 2 > Bugs and Troubleshooting

Reply
 
Thread Tools Display Modes
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Default 03-06-2010, 10:44 AM

Could you provide some more details? what went wrong? note that you have to import your world first, and not open it normally.

Also, notice that in Mama you don't have to save the world before exporting to a movie (which is something I never understood why required in Alice )


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama
   
Reply With Quote
Old
wongwanchap
Guest
 
Status:
Posts: n/a
Default 03-06-2010, 12:42 PM

When I try to convert the original Alice world to mama, it prompt a error message "unable to load the world".

Btw, Mama seems abundant in functionality, but it's slower compare to Alice 2.2.
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 03-09-2010, 02:01 PM

IM getting big problems with Mama too


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Old
x2495iiii
Super Moderator
 
x2495iiii's Avatar
 
Status: Offline
Posts: 3,508
Join Date: Dec 2008
Location: Somewhere in the Continental U.S.
Default 03-09-2010, 03:11 PM

Quote:
Originally Posted by jediaction View Post
IM getting big problems with Mama too
Not helpful. Next time, mention WHAT problems you've been having. Personally, I haven't had many problems with Mama, so I'm wondering if there are differences by machine with Mama, like with Alice.


(')>
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 03-09-2010, 04:00 PM

OK then...problem number 1!!!!!!!!!!!!

I cant import my Hero's game into Alice to make it an EXE


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames

Last edited by jediaction; 03-09-2010 at 05:12 PM.
   
Reply With Quote
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Default 03-09-2010, 04:18 PM

Quote:
Originally Posted by jediaction View Post
OK then...prpblem number 1!!!!!!!!!!!!

I cant import my Hero's game into Alice to make it an EXE
I could, and I did. As I wrote you, your problems have nothing to do with Mama or with Alice, or with the kind of hardware you use. Simply remove all the bullet events from the events area and move them into methods, and activate the isCloseTo check only after and while bullets are shot.


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama
   
Reply With Quote
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Default 03-09-2010, 04:21 PM

Quote:
Originally Posted by wongwanchap View Post
When I try to convert the original Alice world to mama, it prompt a error message "unable to load the world".

Btw, Mama seems abundant in functionality, but it's slower compare to Alice 2.2.
Can you post the world somewhere so I can check that?
And to my experience the current version of Mama, 1.5.2, is actually faster than Alice.


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama

Last edited by meirs; 03-09-2010 at 04:24 PM.
   
Reply With Quote
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 03-09-2010, 05:12 PM

I gave you a link to the game. I have never done the method way for shooting detection and stuff. Ive always done with events, can you make aa example of a event way, and a method way. Ive seen it buy i dont now any games that I could look at


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Old
meirs
Senior Member
 
meirs's Avatar
 
Status: Offline
Posts: 64
Join Date: Dec 2009
Location: Universe
Post 03-12-2010, 02:54 AM

Quote:
Originally Posted by jediaction View Post
I gave you a link to the game. I have never done the method way for shooting detection and stuff. Ive always done with events, can you make aa example of a event way, and a method way. Ive seen it buy i dont now any games that I could look at
Say you have a bullet b that in some part of the game is shot into a target t, and a shooting event calling method During_Shoot (that's a method I saw in your world)

method: During_Shoot
<do Ammo calc and fire stuff>
b.is_flying=true
b.moveToPosition(...)
...
# event testing for hit
event: while b.is_flying and b.isCloseTo(1 meter, t)
<do the hit effect>
<set b.is_flying to false>
Checking first for the boolean value b.is_flying is not expensive, and while it is false the second condition is not checked (short-circuit).


Mama is an Alice On Steroids with YouTube uploader, 3d object creator, tutorial editor, and standalone support:
http://www.eytam.com/mama

Last edited by meirs; 03-13-2010 at 01:24 AM.
   
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.