Bemanistyle #1 In music game coverage - Dance Dance Revolution, Beatmania, IIDX, Popn Music Sponsored Banner Ad. Contact Keith or Djp to AdvertiseSponsored Advertisement

Go Back   Bemanistyle [dot] com Forums > Bemani Simulation > Theme Discussion
Tags: , , ,

Reply
 
Thread Tools

making battery mode default
Old 11-30-2006, 09:46 PM   #1
Xayro
g//ay for k//eternal
 
Xayro is offline
Join Date: Jun 2006
Posts: 144
Marketplace Rating: 0
Tokens: 1,415.79
Bank: 0.00
Total Tokens: 1,415.79
Donate Tokens
Send a message via PM  to Xayro
Default making battery mode default

Does anyone know the code for a theme to make the battery life, instead of bar life, the default life method in Normal gameplay? As in... not course mode? I've tried next to everything. I can't figure it out. Help?
  Reply With Quote

Old 11-30-2006, 10:17 PM   #2
captainjack360
WHAT WAS THAT?
 
captainjack360's Avatar
 
captainjack360 is offline
Join Date: Jul 2006
Posts: 209
Marketplace Rating: 0
Tokens: 1,102.14
Bank: 0.00
Total Tokens: 1,102.14
Donate Tokens
Send a message via PM  to captainjack360
Default

Quote:
Originally Posted by Xayro View Post
Does anyone know the code for a theme to make the battery life, instead of bar life, the default life method in Normal gameplay? As in... not course mode? I've tried next to everything. I can't figure it out. Help?
Just go to the select options screen after you've picked your song and on the "2nd" options screen choose "Battery" and choose the # of bat lives you want in game, and hopefully those settings will save

edit: you need to also have a "profile"
__________________

I got an AA on AA.
http://www.bemanistyle.com/sims/profile.php?id=14976
I make simfilez
  Reply With Quote

Old 11-30-2006, 10:39 PM   #3
Xayro
g//ay for k//eternal
 
Xayro is offline
Join Date: Jun 2006
Posts: 144
Marketplace Rating: 0
Tokens: 1,415.79
Bank: 0.00
Total Tokens: 1,415.79
Donate Tokens
Send a message via PM  to Xayro
Default

well.. I want it to stay that way without a profile. I never thought of that method, and it will work temporarily,

but I'd like a way to incode it into the Gameprefs.ini of stepmania, or the metrics.ini of the theme.
  Reply With Quote

Old 11-30-2006, 11:49 PM   #4
chaosrain37
Not a moderator
 
chaosrain37's Avatar
 
chaosrain37 is offline
Join Date: Aug 2006
Location: Mexico
Posts: 90
Marketplace Rating: 0
Tokens: 213.08
Bank: 3,356.07
Total Tokens: 3,569.15
Donate Tokens
Send a message via PM  to chaosrain37
Default

Run SM while having a USB memory plugged in, itll act like a memory card
automatically and will save your settings.
__________________
Whatever...
  Reply With Quote

Old 12-10-2006, 02:09 AM   #5
TNT Xplosiv
//didderfreak::[Zero0920]
 
TNT Xplosiv's Avatar
 
TNT Xplosiv is offline
Join Date: Jun 2006
Location: Hell
Posts: 190
Marketplace Rating: 0
Tokens: 23.36
Bank: 7,165.81
Total Tokens: 7,189.17
Donate Tokens
Send a message via PM  to TNT Xplosiv
Default

Quote:
Originally Posted by Xayro View Post
Does anyone know the code for a theme to make the battery life, instead of bar life, the default life method in Normal gameplay? As in... not course mode? I've tried next to everything. I can't figure it out. Help?
Quote:
Originally Posted by Theme metrics.ini
# Song options

LifeType=2,together
LifeTypeDefault=
LifeType,1=mod,bar;name,Bar
LifeType,2=mod,battery;name,Battery

BarDrain=3,together
BarDrainDefault=
BarDrain,1=mod,normal-drain;name,Normal
BarDrain,2=mod,norecover;name,NoRecover
BarDrain,3=mod,suddendeath;name,SuddenDeath

BatLives=10,together
BatLivesDefault=
BatLives,1=mod,1 life;name,1
BatLives,2=mod,2 lives;name,2
BatLives,3=mod,3 lives;name,3
BatLives,4=mod,4 lives;name,4
BatLives,5=mod,5 lives;name,5
BatLives,6=mod,6 lives;name,6
BatLives,7=mod,7 lives;name,7
BatLives,8=mod,8 lives;name,8
BatLives,9=mod,9 lives;name,9
BatLives,10=mod,10 lives;name,10
Search for that in the metrics
Where it says..., put...
LifeTypeDefault=2
BarDrainDefault=1
BatLivesDefault=4

I need to become a themer...
__________________



  Reply With Quote

Old 12-17-2006, 05:05 PM   #6
MegamanZ
//bemanistyle::[Member]
 
MegamanZ is offline
Join Date: Jul 2006
Posts: 103
Marketplace Rating: 0
Tokens: 967.42
Bank: 674.67
Total Tokens: 1,642.09
Donate Tokens
Send a message via PM  to MegamanZ
Default

in addition to what TNT Xplosiv said:
Code:
[Common]
ColorP1=0.4,1.0,0.8,1		// sea green
ColorP2=1.0,0.5,0.2,1		// orange
FirstRunInitialScreen=ScreenCompany
InitialScreen=ScreenCompany
WindowTitle=StepMania
DefaultModifiers=
DefaultCpuModifiers=
JoinPauseSeconds=0.8
DifficultiesToShow=beginner,easy,medium,hard,challenge
CourseDifficultiesToShow=easy,regular,difficult
set DefaultModifiers to 4 lives. DefaultCpuModifiers shouldn't have to be touched (correct me if I'm wrong on this)
  Reply With Quote

Old 12-30-2006, 01:41 PM   #7
TNT Xplosiv
//didderfreak::[Zero0920]
 
TNT Xplosiv's Avatar
 
TNT Xplosiv is offline
Join Date: Jun 2006
Location: Hell
Posts: 190
Marketplace Rating: 0
Tokens: 23.36
Bank: 7,165.81
Total Tokens: 7,189.17
Donate Tokens
Send a message via PM  to TNT Xplosiv
Default

Quote:
Originally Posted by MegamanZ View Post
in addition to what TNT Xplosiv said:
Code:
[Common]
ColorP1=0.4,1.0,0.8,1        // sea green
ColorP2=1.0,0.5,0.2,1        // orange
FirstRunInitialScreen=ScreenCompany
InitialScreen=ScreenCompany
WindowTitle=StepMania
DefaultModifiers=
DefaultCpuModifiers=
JoinPauseSeconds=0.8
DifficultiesToShow=beginner,easy,medium,hard,challenge
CourseDifficultiesToShow=easy,regular,difficult
set DefaultModifiers to 4 lives. DefaultCpuModifiers shouldn't have to be touched (correct me if I'm wrong on this)
DefaultCpuModifiers not being modifyed will result in CPU's using the lifebar in the Demo. Not needed, but I'm thinking SM will crash if either one dies during the Demo.
__________________



  Reply With Quote
Reply



Go Back   Bemanistyle [dot] com Forums > Bemani Simulation > Theme Discussion
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Sponsored Advertisement



All times are GMT -6. The time now is 02:15 AM.

vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
| Home | Register | FAQ | Members List | Calendar | Today's Posts | Search | New Posts |