Coder Social home page Coder Social logo

flansmod's People

Contributors

0xc6607eo1 avatar abrarsyed avatar acdrybones avatar aidancbrady avatar asalimod avatar blackjack55 avatar blocker226 avatar bspkrs avatar chrislane avatar clienthax avatar coldblade2000 avatar demitto avatar derpilupine avatar godgodgodgo avatar jamioflan avatar jjuanjo55 avatar johnhaustin avatar jomosoto avatar ken1882 avatar kevin8082 avatar kirby859 avatar liruxo avatar matt-bel avatar minecraft-smp avatar mirosta avatar nic547 avatar prototypetheta avatar smollet777 avatar war-monger avatar yunuscracke1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flansmod's Issues

death.plane

Death randomly occurs when exiting certain planes, such as the Fokker, giving the message (in chat) "death.plane". I cannot identify the specific set of circumstances when this will happen, but it's frequent. It has also occurred with the Spitfire, but I haven't yet tested all the planes.

Packet265Flans - Packet handler

I'm sure it will be easier to assign a new packet class that will be intreacting with the server.
we could use [Packet265Flans extends Packet] and assign register code to loader to load the intel packet and send weapon/plane/vehicle or even anything we want to the server with using DataInputStream and DataOutputStream, this class would need to be in the stand-alone server working too. this should be easy as well as we have controll over the packet. becuase it should be like 32767 of each packet, and we wont be using that much. as I'm suggestion making it simller to CustomPacket of Forge (Packet250CustomPayload). just it will be flans connector between client & server. this will apply to everything i guess.

Plane bullets fire one direction.

They seem to fire horizontally from the plane depending on the direction it faces. Tested with a custom plane modeled off of the Fokker, and with the P-51 Mustang.

Issues

Using:
Flans mod 2.1.0
MCForge 6.5.0.486

When I craft a gun with a gunbox and try to use/move it, it instantly uncrafts itself and goes back to the stuff used to make the gun, like I never crafted it

Fixed gunbox breaking bug

There are no errors in the Forge log from what I could find.

[Enhancement] Freeze planes and player status on logout.

It would be good to have a check for who chunks are loaded for. If a chunk is loaded only by one player then when a player logs out while flying, the plane is paused in the air. Obviously if other players are in the area then the plane will not be frozen.

This feature would fix the problem where when players log out, are kicked or on server restarts the plane flies away and the player falls to their death.

This bug is present with 2.0.3 Flans Mod

A few things you should work on, Daniel.

First of all, "flan.server" should be "flan.common," common files are shared between client and server, so it's not technically server.

Also, notice that files on the common side directly reference to Model files on the client side. Common shouldn't reference to the client side AT ALL, unless you manage it with a proxy.

Good luck updating with NMT!

-aidancbrady

Use 1.5 scoreboard features for teams.

The 1.5 'Redstone Update' will contain scoreboard functionality where various aspects of the game can be given scores e.g. captures of a flag.

Flans mod scores could be kept through the same UIs.

attack.death.plane

When a player exits a plane and the plane attempts to place the player into a non-air or non-liquid block, the player dies instantly and receives a "death.plane" message in the chat box.

Grenades

Grenades that explode blocks and do player damage would be good.
Some sort of potion like throwing with a little extra range would be good.

Planes not syncing

so... we got some problems here.

the client and the server for the Planes are having major issues. what we need is to somehow make sure that the data is saved not in the Entity itself, but elswhere. the plane should only save its name, and then actually get teh data from an external source based on the name. this way, the correct data will be on the client that is needed on the client, and that same data will not be on the serverv where it will cause problems.

also.. data whatchers anyone?? I ASSIGN THIS TO AIDAN!

Placing planes can kick all on a server

When a player places a plane on top of themselves it will kick everyone in the server with the message "Internal exception: java.lang.ArrayIndexOutOfBoundsException: 3" on the client.

Please fix this because whenever people are kicked while flying their plane flies off.

This bug is present with 2.0.3 Flans Mod

Landing / Multiple Drops

Not maybe an issue as such, but recurring.

I have got the latest version of everything i.e. Forge, Flans et al, However..

I find landing almost impossible. I can get planes to the floor, but they either automatically explode, or when I get out of the plane it then explodes.

It also leaves 4 of each plane component on the floor. (Not necessarily a bad thing, but a bit of a cheat).

Has anyone else experienced this. [If not, I will close] Any assistance would be greatly appreciated.

Package names.

I just realized that you're working on a FlansMod website, Flan. If you already know the URL, how about you change the package to correspond to that. Also, I just wanted to bump the fact that "flan.server" is TECHNICALLY "flan.common" -- the code is shared between both client and server. This I can assure you, I have taken courses on client/server handling and they specifically pointed this out.

-aidancbrady

Add CTF

Adding capture the flag mode to teams.

Gun Boxes

Gun box client-server communication needs to be set up. Some packet classes have been made but need filling in.
Before doing this, I recommend we compress the gunbox blocks into a single Block and TileEntity setup to save on IDs.

Gun metadata

Gun metadata - 1 = loaded, 0 = not. Upon finishing a clip either load a new one or set meta to 0. If gun meta = 0, then must reload before firing

Planes

Planes will not work due to NitroModelThingy newest support. I'm attempting to make it usable by the Renderer and the mod.
For now It will only crash with a NullPointerException

A few bugs I discovered

We really need a list of things to do. Most of these things you all know about, but I'll just start talking.

*MG guns don't drop items on break, and are very glitchy.
*Controls work, but aren't synchronized with server.

EDIT 10/10/12: Gun boxes are now fixed, thanks AbrarSyed
EDIT 10/13/12: Updated bug list with new bugs/fixed bugs
EDIT 11/16/12: Bullet NPE fixed, reloading no longer bugged.

That's all I've discovered, I'll update this 'thread' whenever I fix one of these things.

-aidancbrady

Removing HexAPI

Still have all the ServerPlayerBaseSorting junk from HexAPI. Remove please!

-aidancbrady

After a while, player falls out of plane and can only walk sitting and not place a plane

This bug is found when flying the planes from the WW2 pack.
After several minutes of flying in SSP or SMP (on lan server) without visible strain on client or server, the plane hits an invisible wall and the player falls out of the plane. The player can walk, but then modeled as someone sitting down. After this, the server takes a huge performance hit with max CPU usage and overburdening the server chunkcache, mostly resulting in server or client crash.

No specific messages related to flan's mod to be found in forge error log.

Missiles

Title speaks for itself.

Possibility for plane seeking missiles. <--- can be dodged with flips etc.

Gun Stations

Gun Stations have the same bug as planes, they have a NullPointerException of rendering issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.