Logo

Need help with something

Register Log In Back To Forums

Post #1 · Posted at 2015-07-09 04:58:26pm 8.8 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

OK I'm modifying Gene's theme for my DDR 2013 AC Sim and i need help

http://i62.tinypic.com/11uknc9.jpg

I need to make the text on the bottom bigger and i also need to change the "LOCAL MODE" to the gray color can someone help me with this?

Post #2 · Posted at 2015-07-10 12:47:19am 8.8 years ago

Offline dbk2
dbk2 Avatar Member
332 Posts
Not Set
Reg. 2012-04-30

Do you know if that text is a BitmapText actor or a PNG file? Do you know where the code is that causes it to appear on this screen?

Post #3 · Posted at 2015-07-10 12:52:10am 8.8 years ago

Offline Kyzentun
Kyzentun Avatar Member
3,209 Posts
United States
Reg. 2008-02-20

"I'm honestly pissed off."
If you're talking about the Credits text, it's almost certainly in BGAnimations/ScreenSystem overlay.lua (or the default.lua for it, if that's a folder style screen), in the function CreditsText. That's how _fallback does it.
silenttype01: Kyzentun is never harsh. He says it how it is.

GENERATION 24: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.

Post #4 · Posted at 2015-07-10 12:54:50am 8.8 years ago

Offline dbk2
dbk2 Avatar Member
332 Posts
Not Set
Reg. 2012-04-30


Last updated: 2015-07-10 12:57am
Quote: Kyzentun
If you're talking about the Credits text, it's almost certainly in BGAnimations/ScreenSystem overlay.lua (or the default.lua for it, if that's a folder style screen), in the function CreditsText. That's how _fallback does it.

Kyzentun is almost certainly correct on this one, though he nipped my attempt at eliciting a pedagogical moment in the bud. Roll Eyes

Feel free to ask questions if you have any about learning to theme.

Post #5 · Posted at 2015-07-10 01:27:46am 8.8 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2015-07-10 01:27am
Alright i'll check in the LUA file and the fallback theme

I cant find it in the theme and fallback but I can tell you its an font in the fonts folder and i Used the languages for the local mode text

https://www.youtube.com/watch?v=ojfovX3OUfE im trying to do it like in this theme

Post #6 · Posted at 2015-07-10 01:42:43am 8.8 years ago

Offline dbk2
dbk2 Avatar Member
332 Posts
Not Set
Reg. 2012-04-30


Last updated: 2015-07-10 02:41am
Hmm. Okay. Let's try to help you find it. What text editor do you use to write code in?

If you're using Windows OS, maybe you're using Notepad++ or SublimeText2?
If you're using Mac OS X, maybe you're using Textmate2 or SublimeText2?

If you aren't using one of those, or some similarly-poweful editor, you should. Something simple like Notepad (Windows) or TextEdit (OS X) aren't enough.

Text editors like the ones I listed above allow you to open up and search through an entire folder all at once. So, you could open the entire Theme folder as a project and search for the text you're looking for (Local Mode).

Having an appropriate text editor, and learning how to use it, is one of the most important first steps to learning theming.

Here is some documentation explaining how to search multiple files in SublimeText2: http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/search_and_replace/search_and_replace_files.html

And here is the same sort of documentation for NotePad++: http://www.makeuseof.com/tag/how-to-find-and-replace-words-in-multiple-files/

Post #7 · Posted at 2015-07-10 02:17:44am 8.8 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I use notepad ++

Post #8 · Posted at 2015-07-10 02:40:35am 8.8 years ago

Offline dbk2
dbk2 Avatar Member
332 Posts
Not Set
Reg. 2012-04-30

Quote: dbk2
And here is the same sort of documentation for NotePad++: http://www.makeuseof.com/tag/how-to-find-and-replace-words-in-multiple-files/

I don't use Notepad++ myself, so I can't provide a hands-on explanation of how to search through multiple files, but this tutorial should help.

When you find the text you are looking for, trying editing the text to say what you want it to say. Then try starting StepMania, or if StepMania is already running, Press F3+F6 to toggle your way into the themer menu, then press F3+2 to refresh the screen to see if the text changes.

Post #9 · Posted at 2015-07-10 02:50:29am 8.8 years ago

Offline Kyzentun
Kyzentun Avatar Member
3,209 Posts
United States
Reg. 2008-02-20

"I'm honestly pissed off."
Best way to find a piece of text in files that are somewhere inside a folder hierarchy is to hit Alt+S in emacs.
That gives you a listing like the left side of this image which shows you every place in every file where the string occurs, and what is around it. Clicking on one of the entries or moving the cursor to it and hitting enter opens the file at that point.
(this is why I use Emacs and Linux for everything. People look at me like I'm crazy, but I actually have things worked out well)
silenttype01: Kyzentun is never harsh. He says it how it is.

GENERATION 24: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.

Post #10 · Posted at 2015-07-11 03:05:10am 8.7 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2015-07-11 03:05am
found the system layer lua finally lol

I've decided to remake the whole theme make it more like Jindev's theme and now I'm stuck I made the system layer and need the local mode text to show up thats where im stuck at

Post #11 · Posted at 2015-07-11 02:40:46pm 8.7 years ago

Offline MadkaT
MadkaT Avatar Member
820 Posts
Not Set
Reg. 2009-11-24

Check the file "ScreenTitleMenu NetworkStatus.lua" from the default theme for the network status code.

Post #12 · Posted at 2015-07-11 05:26:51pm 8.7 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

OK i found it but how do i make just like the DDR 2013 cause it would only show at start screen though :/

Post #13 · Posted at 2015-07-11 07:29:38pm 8.7 years ago

Offline razorblade
razorblade Avatar Member
1,099 Posts
Not Set
Reg. 2011-03-01

Make a text actor and settext "LOCAL MODE" in ScreenSystemLayer overlay/decorations default lua metric

Post #14 · Posted at 2015-07-11 07:35:53pm 8.7 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I tried that and made the whole text on the bottom disappear

Post #15 · Posted at 2015-07-11 08:33:52pm 8.7 years ago

Offline razorblade
razorblade Avatar Member
1,099 Posts
Not Set
Reg. 2011-03-01

Just set the correct/proper X-Y coordinate in InitCommand.

Post #16 · Posted at 2015-07-11 08:40:38pm 8.7 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I'm trying my best and still disappearing :/

Post #17 · Posted at 2015-07-11 08:50:09pm 8.7 years ago

Offline dbk2
dbk2 Avatar Member
332 Posts
Not Set
Reg. 2012-04-30

Assuming you have error logging enabled, are you getting any error messages?

Can you share some of the code you're attempting to change? Use a site like http://pastebin.com/, please, as it will retain indentation and make it slightly easier to read.

Post #18 · Posted at 2015-07-11 08:50:56pm 8.7 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I will try that but i dont have error logging enabled

Post #19 · Posted at 2015-07-11 09:04:28pm 8.7 years ago

Offline Kyzentun
Kyzentun Avatar Member
3,209 Posts
United States
Reg. 2008-02-20

"I'm honestly pissed off."
Quote: kenny
I will try that but i dont have error logging enabled
Then you're a terrible person and don't deserve help from anyone.
silenttype01: Kyzentun is never harsh. He says it how it is.

GENERATION 24: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.

Post #20 · Posted at 2015-07-11 09:12:58pm 8.7 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

well that was rude Neutral
Register Log In Back To Forums

0 User(s) Viewing This Thread (Past 15 Minutes)

©2006-2024 Zenius -I- vanisher.com -5th style- IIPrivacy Policy
Web Server: 4% · Database: 8% · Server Time: 2024-04-25 03:39:37
This page took 0.006 seconds to execute.
Theme: starlight · Language: englishuk
Reset Theme & Language