Jump to content

Publish on Windows 10 Leadwerks 4.0


Zed_Master
 Share

Recommended Posts

Does it work now?

 

You can create a bat file in the same folder as your game executable (it's just a text file), open it in Notepad, and add this text:

MyGame.exe (or whatever your game is called)
pause

 

Save it, double-click the bat file, and it will display the printed output of the game executable.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

I got this :

 

C:\Users\Scott\Desktop\HardcoreArena>HardcoreArena.exe

Initializing Lua...

Warning: Lua sandboxing disabled.

Executing file "C:/Users/Scott/Desktop/HardcoreArena/Scripts/Error.lua"

Executing file "C:/Users/Scott/Desktop/HardcoreArena/Scripts/Main.lua"

Initializing OpenGL4 graphics driver...

OpenGL version 450

GLSL version 450

Device: GeForce GTX 760M/PCIe/SSE2

Loading map "C:/Users/Scott/Desktop/HardcoreArena/arena.map"...

Error: Failed to read file "C:/Users/Scott/Desktop/HardcoreArena/arena.map".

 

C:\Users\Scott\Desktop\HardcoreArena>pause

 

But in leadwerks the arena.map work correctly

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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.

 Share

×
×
  • Create New...