The Daily Click ::. Forums ::. Klik Coding Help ::. Play a mod with ModFusion Object?!
 

Post Reply  Post Oekaki 
 

Posted By Message

MasterM



Registered
  02/01/2002
Points
  701

I am an April Fool
12th September, 2005 at 09:13:02 -

okay simple thing: i want to play a mod with the mod fusion object
the mod is located in the same folder as my application (which is no exe yet just cca)
so this is what i do:

start of frame
load mod "Appdrive$ + Appdir$ + mod.it" to cache slot 0
play loaded module
------

why don't i hear anything?

 
Image

The Chris Street

Administrator
Unspeakably Lazy Admin

Registered
  14/05/2002
Points
  48487

Game of the Week WinnerClickzine StaffAcoders MemberKlikCast StarVIP MemberPicture Me This Round 35 Winner!Second GOTW AwardYou've Been Circy'd!Picture Me This Round 38 Winner!GOTM December Third Place!!
I am an April FoolKliktober Special Award Tag
12th September, 2005 at 12:28:02 -

You haven't loaded the module into a track yet.

Do:

Start of frame
Load Mod "Appdrive$ + Appdir$ + mod.it" to cache 0 into Track 1
Play Mod on Track 1



 
n/a

Tiles

Possibly Insane

Registered
  06/12/2002
Points
  2339

GOTM 3TH PLACE WINNER - JANUARY 2010
12th September, 2005 at 12:58:47 -

Itīs because of the - " - being at the wrong positon

try this one:

$Appdrive+$Appdir+"mymod.it"

 
Free graphics,Free Games
http://www.reinerstilesets.de

MasterM



Registered
  02/01/2002
Points
  701

I am an April Fool
12th September, 2005 at 13:41:05 -

@circy: Load Mod "Appdrive$ + Appdir$ + mod.it" to cache 0 into Track 1

well it asks me for the cache but i dont know how to load it into a track/how to do "to cache 0 into Track 1"
could you please tell me how do to so. two windows come up. in the first i enter the location of the mod and in the second i set the cache and writing 0 into Track 1 into the cache dialog won't work (Which doesnt surprise me though )
i am using the ModFusion Object not the ModFX3: ModFusion ex (I cant load this one into MMF for some reason)

@tiles: no that won't do the job

 
Image

The Chris Street

Administrator
Unspeakably Lazy Admin

Registered
  14/05/2002
Points
  48487

Game of the Week WinnerClickzine StaffAcoders MemberKlikCast StarVIP MemberPicture Me This Round 35 Winner!Second GOTW AwardYou've Been Circy'd!Picture Me This Round 38 Winner!GOTM December Third Place!!
I am an April FoolKliktober Special Award Tag
12th September, 2005 at 13:52:03 -

Oh, I use ModFusion 3. Does your version have a QuickLoad Mod option? It asks for the Mod location, the Cache ID and the Track ID.

 
n/a

MasterM



Registered
  02/01/2002
Points
  701

I am an April Fool
12th September, 2005 at 15:24:42 -

no it doesnt and i think i shouldnt be bothered
the dmc2 object is easy to use so i should simply stick to this one
thanks anyway

 
Image

MasterM



Registered
  02/01/2002
Points
  701

I am an April Fool
12th September, 2005 at 15:38:53 -

i am even too stupid for getting it to work when i use dmc2
i dont know what the heck i am doing wrong

 
Image

The Chris Street

Administrator
Unspeakably Lazy Admin

Registered
  14/05/2002
Points
  48487

Game of the Week WinnerClickzine StaffAcoders MemberKlikCast StarVIP MemberPicture Me This Round 35 Winner!Second GOTW AwardYou've Been Circy'd!Picture Me This Round 38 Winner!GOTM December Third Place!!
I am an April FoolKliktober Special Award Tag
12th September, 2005 at 15:52:54 -

Well if its any consolation I'm having a nightmare trying to use the .wtf format with this

 
n/a

MasterM



Registered
  02/01/2002
Points
  701

I am an April Fool
12th September, 2005 at 16:14:48 -

* InitBASS() is what i didnt do in dmc2

 
Image
   

Post Reply



 



Advertisement

Worth A Click