Pages: 1 2
Author Topic: ENIGMA for classroom?  (79,524 Views)
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #15 Posted on: August 10, 2013, 10:11:35 AM
popcade, hey, just a little bit of an update, I have fixed the FPS example on our Games list page, I had added some stupid code that I thought Game Maker did for basic shapes which may have ruined some of those examples, I have reverted my changes, and you can simply update and they should be working!
Offline (Unknown gender) popcade

Member
Joined: Aug 2013
Posts: 29
View profile
Reply #16 Posted on: August 10, 2013, 04:08:43 PM
Hiya,

1.Download the updated Mark Overmars FPS
2.Load into ENIGMA, only a black screen when compiled.

I may screwed my PC or my video driver, maybe a reinstall later...

BTW,
1.Does ENIGMA come with auto-update or I have to download new release each time? I saw it has git in it...
2.The description of OpenGL 1.0 driver:

Render using OpenGL 1.0, offering high portability but requiring specific graphics card features to run. May not work on never graphics hardware.
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #17 Posted on: August 10, 2013, 05:01:46 PM
Sorry, popcade yes you can use the gitbash tool that comes with the Portable ZIP to download latest commits from our repository. That is actually supposed to say newer, you can try OpenGL 3, our Direct3D system is still under development and fairly new.
Offline (Unknown gender) popcade

Member
Joined: Aug 2013
Posts: 29
View profile
Reply #18 Posted on: August 19, 2013, 05:18:16 PM
Hello,

How to update via git-bash.bat? typed "update" but got permission denied, sorry, I didn't know how to use git yet.
Offline (Unknown gender) Josh @ Dreamland

Prince of all Goldfish
Developer
Joined: Feb 2008
Posts: 2,950
View profile
Reply #19 Posted on: August 19, 2013, 06:07:42 PM
I was getting nothing but blackscreens trying to run something of Slojanko's a couple days ago. Unless the fix for that is very recent, I'm afraid it's still at issue.

Running the game on the latest commit (after fixing the errors in it so I could actually build again) resulted in a gray screen with white text instead of black screen. No visible models or anything else. But then, it might be an issue in their model/game code, so I can't say for sure.
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #20 Posted on: August 19, 2013, 06:36:11 PM
popcade, enable hidden files in Windows control panel, go into enigma-dev folder and you will see a .git folder right click the config file and edit it with notepad.


[remote "origin"]
url = git@github.com:enigma-dev/enigma-dev.git

Replace the url line in that file with the direct link to your repository.
Pages: 1 2