Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - lacosaweb

Pages: [1] 2 3 ... 8
1
Game announcements / James Peris 2: The fountain of Eternal Drunkenness
« on: November 24, 2022, 11:08:46 AM »
Hi everyone, today the adventure game "James Peris 2: The fountain of Eternal Drunkenness" made with WME is available!



You can found it on steam page: https://store.steampowered.com/app/1642970/James_Peris_2_La_fuente_de_la_eterna_embriaguez/?snr=1_5_1100__1100

Greetings to everyone and thank you very much!








2
Technical forum / Re: Problem overriding changeScene method
« on: November 20, 2021, 07:39:59 PM »
Hi, I changed the line
   Game.ChangeScene(Scene_name, false, false);
to
   this.ChangeScene(Scene_name,false,false);

The same result. Any other idea?

Thanks

3
Technical forum / Problem overriding changeScene method
« on: November 06, 2021, 02:19:11 PM »
Hi, I write my custom Game.ChangeScene method:

Code: [Select]
method ChangeScene(Scene_name,fadeout,fadein)
{
global altermenuopciones;
if(Game.ChangingScene)
return;
if(Scene.Name!="negro" && Scene.Description!="intro")
{
if(altermenuopciones==null)
{
altermenuopciones=menu_opciones;
}
else
{
return;
}
}
if(fadeout==null) fadeout=true;
menu_opciones = true;
global selected_item;
Game.SelectedItem = null;
selected_item = null;

if(fadeout==true)
{
Game.FadeOut(250,0,0,0,255);
}

FondoScup(true);
Game.ChangeScene(Scene_name, false, false);
}


The method works ok but the script stands in memory and never disappear.
In debug console I can see that it gets through to the end, but every time I change scene a new changeScene item is added in memory.
This doesen't happen when I replance the las line of my method "Game.ChangeScene(Scene_name, false, false);" to "Game.ChangeScene(Scene_name);". But I need to change Scene without fade.


4
WME Lite / Re: Video Support
« on: May 04, 2019, 09:13:39 PM »
Thanks. I'll try it.

5
WME Lite / Re: Proof of concept: WME lite engine running in browser
« on: October 16, 2018, 02:36:43 PM »
Great job! This is amazing!

Thank you!  ;)

6
WME Lite / Re: Special font characters in wme android
« on: October 11, 2015, 01:03:44 PM »
Fixed converting the strings.tab file to UTF-8 and changing line

Charset charset = Charset.forName("US-ASCII");

to

Charset charset = Charset.forName("UTF-8");

in WMELiteFunctions.java

Thanks!

7
WME Lite / Re: game in obb file
« on: October 11, 2015, 08:42:38 AM »
fixed, the obb file must to be placed in the android internal storage.

But what if I want to move it in the SD card?

Environment.getExternalStorageDirectory() returns the internal storage path.

8
WME Lite / game in obb file
« on: October 10, 2015, 08:32:02 PM »
Hi, I'm trying to compile the game in a obb file using jobb provided with sdk tools.

I make a file of all directory of my game (including all dcp packages), then copied the obb file into SD card /Android/obb/my.package/

Then replaced the return of getGamePackagePath as
                  return "obbmount://"
         + Environment.getExternalStorageDirectory()
         + "/Android/obb/"
         + appPackageName
         + "/"
         + "main."
         + appVersionCode
         + "."
         + appPackageName
         + ".obb";

But when I run the game shows this error:

W/System.err﹕ OBB mount error: 20

9
WME Lite / Special font characters in wme android
« on: October 10, 2015, 06:36:10 PM »
Hi I'm running the wme game in android but special characters like áéíóúñ didn't show.

I'm using the same TTF font that in windows that it's correctly showing all characters but in android not.

Is any issue of this or any solution?

Thanks.

10
WME Lite / Re: Error runing wme game in Android
« on: October 10, 2015, 05:02:17 PM »
Fixed. Needed to merged the SDLActivity.java with the latest version of SDLActivity.  ;)

11
WME Lite / Re: Error runing wme game in Android
« on: October 10, 2015, 12:03:47 PM »
Thanks, now it finds the package but another error is showing.

Any idea?

Code: [Select]
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI SetStaticBooleanField called with pending exception 'java.lang.NoSuchFieldError' thrown in int org.libsdl.app.SDLActivity.nativeInit(java.lang.Object):-2
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]     in call to SetStaticBooleanField
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]     from int org.libsdl.app.SDLActivity.nativeInit(java.lang.Object)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65] "SDLThread" prio=5 tid=13 Runnable
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   | group="main" sCount=0 dsCount=0 obj=0x12c56da0 self=0xa98cd800
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   | sysTid=7223 nice=0 cgrp=apps sched=0/0 handle=0xaee56300
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   | state=R schedstat=( 0 0 0 ) utm=4 stm=11 core=2 HZ=100
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   | stack=0xa11fe000-0xa1200000 stackSize=1036KB
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   | held mutexes= "mutator lock"(shared held)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #00 pc 00004640  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #01 pc 00002e8d  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #02 pc 00248bb1  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #03 pc 0022d8e7  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+146)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #04 pc 000b188b  /system/lib/libart.so (art::JniAbort(char const*, char const*)+582)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #05 pc 000b1fc5  /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+60)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #06 pc 000b50d5  /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+1284)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #07 pc 000b7a5f  /system/lib/libart.so (art::CheckJNI::SetStaticBooleanField(_JNIEnv*, _jclass*, _jfieldID*, unsigned char)+54)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #08 pc 0007a653  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (???)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #09 pc 00017423  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_AddHintCallback_REAL+138)
10-10 11:53:35.925    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #10 pc 0007a67d  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (Android_InitTouch+20)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #11 pc 0007aa6d  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (???)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #12 pc 00079dd7  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_VideoInit_REAL+250)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #13 pc 00016d91  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_InitSubSystem_REAL+136)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #14 pc 00036aad  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (???)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #15 pc 00036e39  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_Init+8)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #16 pc 0006ffad  /data/app/org.libsdl.app-2/lib/arm/libmain.so (CBRenderSDL::InitRenderer(int, int, bool, float, float, bool, std::string const&, bool)+20)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #17 pc 000463a5  /data/app/org.libsdl.app-2/lib/arm/libmain.so (CBPlatform::Initialize(CBGame*, int, char**)+916)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #18 pc 00077167  /data/app/org.libsdl.app-2/lib/arm/libmain.so (SDL_main+38)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #19 pc 0004306b  /data/app/org.libsdl.app-2/lib/arm/libmain.so (Java_org_libsdl_app_SDLActivity_nativeInit+190)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   native: #20 pc 00002685  /data/dalvik-cache/arm/data@app@org.libsdl.app-2@base.apk@classes.dex (Java_org_libsdl_app_SDLActivity_nativeInit__Ljava_lang_Object_2+100)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   at org.libsdl.app.SDLActivity.nativeInit(Native method)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   at org.libsdl.app.SDLMain.run(SDLActivity.java:976)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]   at java.lang.Thread.run(Thread.java:818)
10-10 11:53:35.935    7135-7223/org.libsdl.app A/art﹕ art/runtime/check_jni.cc:65]
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287] Runtime aborting...
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287] Aborting thread:
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287] "SDLThread" prio=5 tid=13 Native
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   | group="" sCount=0 dsCount=0 obj=0x12c56da0 self=0xa98cd800
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   | sysTid=7223 nice=0 cgrp=apps sched=0/0 handle=0xaee56300
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   | state=R schedstat=( 0 0 0 ) utm=5 stm=14 core=1 HZ=100
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   | stack=0xa11fe000-0xa1200000 stackSize=1036KB
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   | held mutexes= "abort lock" "mutator lock"(shared held)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #00 pc 00004640  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #01 pc 00002e8d  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #02 pc 00248bb1  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #03 pc 0022d8e7  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+146)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #04 pc 0021df2f  /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*)+22)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #05 pc 0021e195  /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+364)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #06 pc 0021e361  /system/lib/libart.so (art::Runtime::Abort()+72)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #07 pc 000a838b  /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #08 pc 000b1a69  /system/lib/libart.so (art::JniAbort(char const*, char const*)+1060)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #09 pc 000b1fc5  /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+60)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #10 pc 000b50d5  /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+1284)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #11 pc 000b7a5f  /system/lib/libart.so (art::CheckJNI::SetStaticBooleanField(_JNIEnv*, _jclass*, _jfieldID*, unsigned char)+54)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #12 pc 0007a653  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (???)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #13 pc 00017423  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_AddHintCallback_REAL+138)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #14 pc 0007a67d  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (Android_InitTouch+20)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #15 pc 0007aa6d  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (???)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #16 pc 00079dd7  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_VideoInit_REAL+250)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #17 pc 00016d91  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_InitSubSystem_REAL+136)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #18 pc 00036aad  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (???)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #19 pc 00036e39  /data/app/org.libsdl.app-2/lib/arm/libSDL2.so (SDL_Init+8)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #20 pc 0006ffad  /data/app/org.libsdl.app-2/lib/arm/libmain.so (CBRenderSDL::InitRenderer(int, int, bool, float, float, bool, std::string const&, bool)+20)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #21 pc 000463a5  /data/app/org.libsdl.app-2/lib/arm/libmain.so (CBPlatform::Initialize(CBGame*, int, char**)+916)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #22 pc 00077167  /data/app/org.libsdl.app-2/lib/arm/libmain.so (SDL_main+38)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #23 pc 0004306b  /data/app/org.libsdl.app-2/lib/arm/libmain.so (Java_org_libsdl_app_SDLActivity_nativeInit+190)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   native: #24 pc 00002685  /data/dalvik-cache/arm/data@app@org.libsdl.app-2@base.apk@classes.dex (Java_org_libsdl_app_SDLActivity_nativeInit__Ljava_lang_Object_2+100)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   at org.libsdl.app.SDLActivity.nativeInit(Native method)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   at org.libsdl.app.SDLMain.run(SDLActivity.java:976)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   at java.lang.Thread.run(Thread.java:818)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287] Pending exception java.lang.NoSuchFieldError thrown by 'int org.libsdl.app.SDLActivity.nativeInit(java.lang.Object):-2'
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287] java.lang.NoSuchFieldError: no "Z" field "mSeparateMouseAndTouch" in class "Lorg/libsdl/app/SDLActivity;" or its superclasses
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   at int org.libsdl.app.SDLActivity.nativeInit(java.lang.Object) (SDLActivity.java:-2)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   at void org.libsdl.app.SDLMain.run() (SDLActivity.java:976)
10-10 11:53:36.255    7135-7223/org.libsdl.app A/art﹕ art/runtime/runtime.cc:287]   at void java.lang.Thread.run() (Thread.java:818)

12
WME Lite / Error runing wme game in Android
« on: September 26, 2015, 05:00:04 PM »
Hi, when I try to run the game, seeing the logfile everything looks fine until these lines:

09-26 17:57:41.026    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: Request to open asset at path: raw success=TRUE
09-26 17:57:41.026    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: close handle
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: Request to open asset at path: raw success=TRUE
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=ProjectMan.log
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=SceneEdit.log
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=SpriteEdit.log
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=WindowEdit.log
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=wme.log
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=wme_demo.wpr
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: next filename=NULL
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ AssetDir: close handle
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ DirectoryOperations: opendir('/data\') success=FALSE
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41:   Registered 0 files in 0 package(s)
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41: Initializing scripting engine...
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41:   Script compiler is NOT available
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41: Error opening file 'startup.settings'
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41: CBGame::LoadSettings failed for file 'startup.settings'
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41: Error loading game settings.
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41:
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41: Shutting down...
09-26 17:57:41.116    3278-3314/org.libsdl.app V/org.libsdl.app﹕ 17:57:41: Shutting down scripting engine

I placed my 'data' directory into 'raw' directory and changed the getGameFilePath() and getGamePackagePath() in WMELiteFunctions.java like the documentation indicates.

The log line "DirectoryOperations: opendir('/data\') success=FALSE" indicates that wme didn't find the data directory?

What is the problem?

13
WME sources discussion / Re: Screen resolution scale down
« on: March 21, 2014, 08:45:11 AM »
Thanks metamorphium, I'll try it!!!

14
WME sources discussion / Re: Screen resolution scale down
« on: March 19, 2014, 08:45:15 AM »
Hi, I saw this. But the solution you tell me makes a copy of the game using the new resolution. I don't want to distribute 2 versions of the game depending on resolution. I need that the engine resize the images on the screen, like WME in iPhone or Android.

15
WME sources discussion / Screen resolution scale down
« on: March 18, 2014, 12:30:03 PM »
Hi, I'm working on a full HD game (1920x1080) but when I try to run it in a computer without FullHD screen, the game doesn't run.

I'm trying to implement Downscaling resolution in case the screen can't work with game current res. I read that WMELite do it in CBRenderSDL::InitRenderer, but I don't know how to implement it in the WME Windows.

Please, can anyone help me? I think that is an important feature.

Thanks a lot!

Pages: [1] 2 3 ... 8

Page created in 0.034 seconds with 23 queries.