Mari0 Chat "Room"

General Mar0 discussion has been moved to this subforum!
Post Reply
User avatar
jwright159
Posts: 442
Joined: 20 Nov 2013, 22:26

Post » 08 Aug 2014, 18:50

Last edited by jwright159 on 19 Aug 2014, 22:30, edited 7 times in total.

User avatar
Shank
Posts: 225
Joined: 24 Feb 2013, 04:17
Contact:

Post » 08 Aug 2014, 18:59

I don't really see the need for this, we have Mari0 SE threads that cover certain areas, so it's really redundant.

User avatar
jwright159
Posts: 442
Joined: 20 Nov 2013, 22:26

Post » 08 Aug 2014, 19:07

Shank wrote:I don't really see the need for this, we have Mari0 SE threads that cover certain areas, so it's really redundant.
Yeah, but a three-post thread is kinda useless.

Anyway, where is v8 of Mari0 SE? And the latest alesan's enemies lua file?

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 08 Aug 2014, 19:09

Mari0: SE beta 8 is here:
Download: http://guegan.de/stuff/mari0_se_2014-01-24_8asdas.love
Changelog: viewtopic.php?p=97097#p97097

Alesan's enemy.lua is here: viewtopic.php?p=100285#p100285

User avatar
Shank
Posts: 225
Joined: 24 Feb 2013, 04:17
Contact:

Post » 08 Aug 2014, 19:33

jwright159 wrote:
Shank wrote:I don't really see the need for this, we have Mari0 SE threads that cover certain areas, so it's really redundant.
Yeah, but a three-post thread is kinda useless.

Anyway, where is v8 of Mari0 SE? And the latest alesan's enemies lua file?
Once again, look in the allocated thread, Mario SE Beta or just search it up?
My point exactly, use the Alesan's Enemies thread.
Life is so much simpler without useless threads.
Think before you post, please.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 08 Aug 2014, 19:36

jwright159 wrote:Since the Mari0 SE thread got locked, just talk about it here!
i think this thread is a good idea, despite the fact that threre are other threads for se


especially cuz i can say has anyone made any cool graphics they want to post?

User avatar
Shank
Posts: 225
Joined: 24 Feb 2013, 04:17
Contact:

Post » 08 Aug 2014, 19:46

Danny wrote: especially cuz i can say has anyone made any cool graphics they want to post?
Art Thread/Pixel Art Thread

B-Man99
Posts: 1868
Joined: 02 Jul 2012, 00:32
Contact:

Post » 08 Aug 2014, 19:57

jwright159 wrote:Since the Mari0 SE thread got locked
It probably got locked for a reason, you know.

User avatar
Pact
Posts: 58
Joined: 03 Aug 2014, 19:29

Post » 09 Aug 2014, 01:18

Shank wrote:Once again, look in the allocated thread, Mario SE Beta or just search it up?
That cyan color on a white background hurts my eyes.

User avatar
Shank
Posts: 225
Joined: 24 Feb 2013, 04:17
Contact:

Post » 09 Aug 2014, 15:10

Pact wrote:
Shank wrote:Once again, look in the allocated thread, Mario SE Beta or just search it up?
That cyan color on a white background hurts my eyes.
get better eyesight

User avatar
Wary
Posts: 598
Joined: 03 Jun 2012, 14:30

Post » 09 Aug 2014, 15:26

I think the OP post should contain useful stuff, like the links Turret Mari0Maker posted.
Last edited by Wary on 14 Aug 2014, 13:32, edited 1 time in total.

User avatar
jwright159
Posts: 442
Joined: 20 Nov 2013, 22:26

Post » 09 Aug 2014, 16:28

Good idea Wary! Send me links to put in.
Shank, please say something useful, or go away.

User avatar
Shank
Posts: 225
Joined: 24 Feb 2013, 04:17
Contact:

Post » 09 Aug 2014, 18:53

How is what I'm doing useless? Enlighten me. Critiquing gives a new input and helps others with decisions in the future. [badanalogy]Imagine if the Allies didn't intervene in what the Axis were doing in WWII and have their own opinions?[/badanalogy]

B-Man99
Posts: 1868
Joined: 02 Jul 2012, 00:32
Contact:

Post » 09 Aug 2014, 21:12

Ah, yet again someone tells another forum user to go away just because they critique a thread. Regardless of whether or not this thread should exist (I've already given my opinion on that), if you are *so* offended by people simply disagreeing with you about a thread then please do the rest of us a favor and don't make one. Jwright, you're bound to get responses. Shank was just explaining what his opinion is, and telling someone to "go away" is only going to reflect on you.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 10 Aug 2014, 04:17

anyone know how to change the location of the mappack folder from programfiles/love/mario se

i want to store everything on a flash drive includeing this folder

User avatar
Mr.Q.Marx?
Posts: 849
Joined: 15 May 2012, 18:35

Post » 10 Aug 2014, 16:40

Danny wrote:anyone know how to change the location of the mappack folder from programfiles/love/mario se

i want to store everything on a flash drive includeing this folder
yeah.

Code: Select all

set APPDATA=%CD%\data  
Slap that in a .bat file and run it.
You also need to run se in that bat like

Code: Select all

"C:\Program Files\LOVE\love.exe" "%CD%\game\mario_se.love"
So

Code: Select all

set APPDATA=%CD%\data  
"%CD%\game\love.exe" "%CD%\game\mario_se.love"
With Love2d and mario_se in the 'game' folder will make a 'love/mario_se/Mappacks' folder in the 'data' bit.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 10 Aug 2014, 20:38

Mr.Q.Marx? wrote:
Danny wrote:anyone know how to change the location of the mappack folder from programfiles/love/mario se

i want to store everything on a flash drive includeing this folder
yeah.

Code: Select all

set APPDATA=%CD%\data  
Slap that in a .bat file and run it.
You also need to run se in that bat like

Code: Select all

"C:\Program Files\LOVE\love.exe" "%CD%\game\mario_se.love"
So

Code: Select all

set APPDATA=%CD%\data  
"%CD%\game\love.exe" "%CD%\game\mario_se.love"
With Love2d and mario_se in the 'game' folder will make a 'love/mario_se/Mappacks' folder in the 'data' bit.

thanks, and the fact that you figured that out makes you a fuckin genius

so just to be clear,

i make a file in wordpad called data.bat containing the text

Code: Select all

set APPDATA=%CD%\data  
"%CD%\game\love.exe" "%CD%\game\mario_se.love"
then just run it and it does all of the moveing on its own?

User avatar
Mr.Q.Marx?
Posts: 849
Joined: 15 May 2012, 18:35

Post » 10 Aug 2014, 21:17

as long as there's a folder in the same directory called game and it has the love2d files and mario_se.love in it'll probably work.
Haven't tried with love2d but the official documentation says you can open the love files by opening the love executable and the file in the same line so... hopefully that works.
Worked with the 1.6 exe of Mari0.

User avatar
jwright159
Posts: 442
Joined: 20 Nov 2013, 22:26

Post » 13 Aug 2014, 15:45

I noticed that the "pegasus" character thing don't work anymore, so I made this.
https://www.dropbox.com/s/fbgmikez1xrmutd/mario.lua
I call it the pegafix file. Put it in your mario_se folder and run the game.

Something else: Reverse excursion funnel expected Drawable, but got nothing. You got it to, right?

User avatar
mikewalker11
Posts: 6
Joined: 14 Mar 2012, 18:33

Post » 14 Aug 2014, 07:01

I tried to put a hat on quote. the game gave me an error. any idea why?
Edit: also, no cheats, it bluescreens. Is it just me?

User avatar
jwright159
Posts: 442
Joined: 20 Nov 2013, 22:26

Post » 16 Aug 2014, 17:35

You just need a color to set the first hat. If you can't change the color on your character, it will crash. To get the hats (not the first one) go to your appdata, LOVE, mari0 se, then options. Somewhere in there is a section with player hats or something. Where it says 1:0, set 0 to 2 or more.

User avatar
jwright159
Posts: 442
Joined: 20 Nov 2013, 22:26

Post » 19 Aug 2014, 22:30

Adding... this... I guess?
http://dl.home4k.x10.bz/

User avatar
Wary
Posts: 598
Joined: 03 Jun 2012, 14:30

Post » 19 Aug 2014, 22:32

jwright159 wrote:Adding... this... I guess?
http://dl.home4k.x10.bz/
Also, the backup website has offline (downloadable) Mari0 SE Documentation, so you won't need to go online to see the documentation.
I know it's super easy to go on the documentation website, but if you have no internet, this is good.

edit: Wait, I forgot to add it. I'll add it right now.
edit 2: Done.

Post Reply