Page 1 of 1

Tried out the SVN

Posted: April 4th, 2012, 11:56 am
by kddekadenz
I tried out the new SVN today :)

My feedback:

- the new GUI looks very good :)
- I don't like the new camera movement, when in edit mode -> can this be optional?
- there should be other example maps
- inventory in RPG mod is not working correctly
- I do like the new wizard tower in the villages map

Re: Tried out the SVN

Posted: April 4th, 2012, 8:56 pm
by Hirato
I don't like the new camera movement, when in edit mode -> can this be optional?
Once I've gotten around to the editing portion of the UI I'll consider this.
UI does allow us to have open menus during edit mode and still be able to edit the world, so I want to take advantage of that by having assorted on-screen panels
there should be other example maps
Are you volunteering?
I'm a bit busy with other things, but right now my focus is getting the RPG to a state I'm happy with so there won't be any further incompatibilities.
And apart from me, there's no one else really doing anything right now, so...
inventory in RPG mod is not working correctly
But it does work correctly, recompile your binary; this is a common error most SVN users make, they use the outdated builds.

Re: Tried out the SVN

Posted: April 4th, 2012, 10:20 pm
by chocolatepie33
Hirato wrote:
I don't like the new camera movement, when in edit mode -> can this be optional?
Once I've gotten around to the editing portion of the UI I'll consider this.
UI does allow us to have open menus during edit mode and still be able to edit the world, so I want to take advantage of that by having assorted on-screen panels
Does this mean we could have an on-screen HUD that has editing commands for us? On the 2.8 wishlist, someone asked for that, and it actually seemed like a good idea... Like how Blender has the main 3D section with the editing stuff all around it, in buttons and sliders and such...
Hirato wrote:
there should be other example maps
Are you volunteering?
I'm a bit busy with other things, but right now my focus is getting the RPG to a state I'm happy with so there won't be any further incompatibilities.
And apart from me, there's no one else really doing anything right now, so...
I actually have a couple of maps you might like, one is of an old, decrepit research building (it uses primarily the PhilipK textures, BTW), I originally made it for a school story, but I've no use for it now. I also have one that's like a tour of Sandbox's basic FPS entities, along with my "arches" map, which shows off a dramatic arched building entrance made with "curved glass" (not really), similar to the Pokeathlon dome in Pokemon HGSS. Even with those, maybe I could make more. I'd be happy to.

Re: Tried out the SVN

Posted: April 5th, 2012, 4:20 am
by kddekadenz
Hirato wrote:
there should be other example maps
Are you volunteering?
I'm a bit busy with other things, but right now my focus is getting the RPG to a state I'm happy with so there won't be any further incompatibilities.
And apart from me, there's no one else really doing anything right now, so...
Already done: FPS mode example maps
I could create basic RPG example maps too, if desired.
Hirato wrote:
inventory in RPG mod is not working correctly
But it does work correctly, recompile your binary; this is a common error most SVN users make, they use the outdated builds.
What are the exact depedencies? I got the 'sandbox cannot find 'SDL/*.h' files' error.
I have libsdl1.2debian; libsdl-mixer1.2; libsdl-image1.2 and tofrodos installed..
note: I use Linux Mint 12

Re: Tried out the SVN

Posted: April 5th, 2012, 7:23 am
by Hirato
Hirato wrote:
inventory in RPG mod is not working correctly
But it does work correctly, recompile your binary; this is a common error most SVN users make, they use the outdated builds.
What are the exact depedencies? I got the 'sandbox cannot find 'SDL/*.h' files' error.
I have libsdl1.2debian; libsdl-mixer1.2; libsdl-image1.2 and tofrodos installed..
note: I use Linux Mint 12[/quote]

those, but the variants with -dev suffix.

Re: Tried out the SVN

Posted: April 5th, 2012, 10:51 am
by kddekadenz
New Error:

Code: Select all

/usr/bin/ld: enet/.libs/libenet.a(protocol.o): bad reloc symbol index (0x170000 >= 0x36) for offset 0x100000a in section `.debug_info'
enet/.libs/libenet.a: could not read symbols: Bad value
collect2: ld returned 1 exit status/usr/bin/ld: enet/.libs/libenet.a(protocol.o): bad reloc symbol index (0x170000 >= 0x36) for offset 0x100000a in section `.debug_info'
enet/.libs/libenet.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [client-fps] Error 1

make: *** [client-fps] Error 1