Jump to content
  • 0

Question

6 answers to this question

Recommended Posts

  • 1
Posted

where did you download it ?

if github = you need 2 git hub to make it work

download it from this link

http://browedit.borf.nl/browedit.zip

if you still have error

make sure that your config dose not miss ( , )

example

like this you will get error

"C:/Users/sader/RO/data.grf"
"C:/Users/sader/RO/rdata.grf"

this the right way

"C:/Users/sader/RO/data.grf",
"C:/Users/sader/RO/rdata.grf"

 

  • 0
Posted (edited)
{
	"resolution" : [ 1920, 1080 ],
	"data" :
	{
		"ropath" : "D:/GAMES/RoMaker/RO/KRO/",
		"grfs" :
		[
			"D:/GAMES/RoMaker/RO/KRO/data.grf",
            "D:/GAMES/RoMaker/RO/KRO/rdata.grf"
		]
	},
	"moveconsole" : true,
	"defaultmap" : "lighttest",
	"threadedrendering" : true,
	"backgroundworkers" : true,
	"fov" : 45,
	"vsync" : false
} 

above is mine config.borf.json

below is mine config.default.json

{
	"resolution" : [ 1280, 720 ],
	"data" :
	{
		"ropath" : "D:/GAMES/RoMaker/RO/KRO/",
		"grfs" :
		[
			"D:/GAMES/RoMaker/RO/KRO/data.grf",
            "D:/GAMES/RoMaker/RO/KRO/rdata.grf"
		]
	},
	"moveconsole" : true,
	"hideconsole" : false,
	"defaultmap" : "prontera",
	"skiploadingscreen" : false,
	"threadedrendering" : true,
	"backgroundworkers" : true,
	"fov" : 45.0,
	"vsync" : false,
	"stupidolrox" : false
}

 

below shown unable to find configuration file 

59a03673a328a_configurationfailed.png.2dd6ed4785296fffef97e7136410f913.png

 

any mistake i made?

Edited by forsaken

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...